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
10071
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
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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