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
Great script!
@zarisha To avoid the “WARNING: No SNMP response from -C! Make sure host is up and SNMP is configured properly.” message make sure that you add the additional $ after “$HOSTADDRESS” in the command definition. The OP was missing it and it fixed my problem.
The following line in the OP: command_line $USER1$/check_snmp_printer -H $HOSTADDRESS -C $ARG1$ -x $ARG2 -w $ARG3$ -c
Should be: command_line $USER1$/check_snmp_printer -H $HOSTADDRESS$ -C $ARG1$ -x $ARG2 -w $ARG3$ -c