I have created a custom command called "check_snmp_int_custom" to monitoring cisco interface.
Command work great
Code: Select all
$USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $_HOSTSNMPCOMMUNITY$ -2 -f -e -k -B -M -r -Y -n $SERVICEDISPLAYNAME$ -w $ARG1$,$ARG1$,$ARG2$,$ARG2$,$ARG2$,$ARG2$ -c $ARG1$,$ARG1$,$ARG3$,$ARG3$,$ARG3$,$ARG3$ -qCode: Select all
FourHundredGigE0/3/0/8.1011:UP (27.0Mbps/75.3Mbps/0.0/0.0/0.0/0.0):1 UP: OKIs it possible that my service is not associated with the template or another problem?