RRD graph template

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
amalago
Posts: 1
Joined: Fri Jun 06, 2025 9:04 am

RRD graph template

Post 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?
Post Reply