Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
This Nagios Plug-In is working properly. =========================== Below is my commands.cfg file.
define command{ command_name check_cisco_module command_line $USER1$/check_switch_module -C example123 $HOSTADDRESS$ } =========================== example123 is my community name ===========================
=========================== Below is my cisco.cfg file configuration
define service { use generic-service host_name Cisco2960_1 service_description Check Switch Modules check_command check_cisco_module check_interval 60 retry_interval 1 } ===========================
That’s it.