Skip to content

nickjeffrey/check_brocade_health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fd6bf8 · May 12, 2022

History

5 Commits
May 27, 2021
Jun 27, 2021
May 12, 2022

Repository files navigation

check_brocade_health

nagios check for Brocade fibre channel switches

Requirements

perl, snmpget, snmpwalk on nagios server

Configuration

You will need a section in the services.cfg file on the nagios server that looks similar to the following.

    define service{
       use                             generic-24x7-service
       host_name                       fcswitch2
       service_description             Brocade health check
       check_command                   check_brocade_health!public
       }

You will also need a command definition similar to the following in commands.cfg on the nagios server

    # 'check_brocade_health' command definition
    define command{
       command_name    check_brocade_health!public
       command_line    $USER1$/check_brocade_health -H $HOSTADDRESS$ -c $ARG1$
       }

About

nagios check for Brocade fibre channel switches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages