Page 1 of 1

RRD graph template

Posted: Sat Jun 07, 2025 12:08 am
by amalago
Hi,
I have created a custom command called "check_snmp_int_custom" to monitoring cisco interface.
Command work great ;) and return values in web interface in Mbps

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$ -q
return code:

Code: Select all

FourHundredGigE0/3/0/8.1011:UP (27.0Mbps/75.3Mbps/0.0/0.0/0.0/0.0):1 UP: OK
I have created a custom template "check_snmp_int_custom.php" in attach to view Y scale in Gb/s but values are always in bps.
Is it possible that my service is not associated with the template or another problem?