Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check IBM SVC device status
1.0
2015-07-23
- Nagios 4.x
GPL
10071
File | Description |
---|---|
10.10.10.10.cfg | a sample of svc host definition |
check_svc | the script to check svc status |
COPYING | copyright |
device_mgr.py | the script to read SVC credential from file |
host_info.properties | a property file to store SVC credential |
README | README |
sshUtils.py | the script to create ssh connection with SVC |
svc_commands.cfg | the check definition |
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!
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
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
Reviews (0)
Be the first to review this listing!