Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check redundant switch
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!
INSTALLATION
Copy this Perl script in your nagios/libexec directory, for example
/usr/local/nagios/libexec/.
Usage :check_redund_switch
--switchA or A -> name/ip
--switchB or B -> name/ip
--warn or w -> integer
--crit or c -> integer
--proto udp,tcp,icmp(root privilage)
--timeout integer
--packet integer
example usage:
check_redund_switch -A fco1.domain.com -B fco2.domain.com -w 40 -c 60
CONFIGURATION
commands.cfg
..
define command{
command_name check_switchfb
command_line $USER1$/check_redundant_switch.pl -A $ARG1$ -B $ARG2$ -w $ARG3$ -c $ARG4$
}
..
Copy this Perl script in your nagios/libexec directory, for example
/usr/local/nagios/libexec/.
Usage :check_redund_switch
--switchA or A -> name/ip
--switchB or B -> name/ip
--warn or w -> integer
--crit or c -> integer
--proto udp,tcp,icmp(root privilage)
--timeout integer
--packet integer
example usage:
check_redund_switch -A fco1.domain.com -B fco2.domain.com -w 40 -c 60
CONFIGURATION
commands.cfg
..
define command{
command_name check_switchfb
command_line $USER1$/check_redundant_switch.pl -A $ARG1$ -B $ARG2$ -w $ARG3$ -c $ARG4$
}
..
Reviews (0)
Be the first to review this listing!