Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check IBM SVC device status

Current Version
1.0
Last Release Date
2015-07-23
Compatible With
  • Nagios 4.x
Owner
License
GPL
Hits
9679
Files:
FileDescription
10.10.10.10.cfga sample of svc host definition
check_svcthe script to check svc status
COPYINGcopyright
device_mgr.pythe script to read SVC credential from file
host_info.propertiesa property file to store SVC credential
READMEREADME
sshUtils.pythe script to create ssh connection with SVC
svc_commands.cfgthe check definition
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
The plugin is using Python and check SVC status using SVC CLI in SSH connection.
If offered 4 functions to check pool capacity,pool status, FC port status and Node status.
It support SVC family device(such as V7000,V500)
the plugin is to check svc status and shown in Nagios GUI.
If offered 4 functions to check pool capacity,pool status, FC port status and Node status.
It support SVC family device(such as V7000,V500).

the script are using SSH to connect to SVC using username,password, and store the credential in a property file. Consider using SSH key in next release

the usage is as below(also can be got in README):

How to install the plugin into nagios:
1. install Python3 and paramiko
2. add line "cfg_dir=/usr/local/nagios/etc/svc" to the end of file /usr/local/nagios/etc/nagios.cfg
3. create directory /usr/local/nagios/etc/svc and /usr/local/nagios/etc/svc/hosts
4. create a host definition named XXX.cfg and put in /usr/local/nagios/etc/svc/hosts (the plugin have offered a sample 10.10.10.10.cfg)
5. copyt files "svc_commands.cfg" and host_info.properties to /usr/local/nagios/etc/svc (the host_info.properties stored the host username/password, )
6. copy file check_svc,device_mgr.py,sshUtils.py to /usr/local/nagios/libexec , and give rw access
7. restart nagios to load the host