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 2498-F48 status

Current Version
1.0
Last Release Date
2015-07-24
Compatible With
  • Nagios 4.x
Owner
License
GPL
Hits
7031
Files:
FileDescription
brocade_commands.cfgbrocade_commands.cfg
check_brocadecheck_brocade
device_mgr.pydevice_mgr.py
host_info.propertieshost_info.properties
10.10.10.10.cfg10.10.10.10.cfg
READMEREADME
COPYINGCOPYING
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin is to check IBM 2498-F48 switch status and the results are shown in Nagios GUI.
This plugin is to check IBM 2498-F48 switch status and results are shown in Nagios GUI.
It offers six functions to check switch status, power supply, FC port status, switch temperature, and flash memory status.
It support IBM 2498-F48

The script uses SSH to connect to FC switch using username, password, and stores the credential in a property file. Consider using an SSH key in the next release.

The usage of this plugin is in the README

How to install the plugin into nagios:
1. install Python3 and pexpect
2. add line "cfg_dir=/usr/local/nagios/etc/brocade" to the end of file /usr/local/nagios/etc/nagios.cfg
3. create directory /usr/local/nagios/etc/brocade and /usr/local/nagios/etc/brocade/hosts
4. create a host definition named XXX.cfg and put in /usr/local/nagios/etc/brocade/hosts (the plugin have offered a sample configuration file, 10.10.10.10.cfg)
5. copy files "brocade_commands.cfg" and host_info.properties to /usr/local/nagios/etc/brocade (the host_info.properties stored the host username/password, )
6. restart nagios to load the host
Reviews (1)
byhgomezg, March 17, 2017
Step-by-step is applied and generates the following warning:

local variable 'ssh_conn_child' referenced before assignment

hell me


thanks