SNMP and grapghing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

SNMP and grapghing

Post by benhank »

HAPPY NEW YEAR!


So I used the snmpwalk wizard to create a few checks for my isilon devices. however the check that is monitoring fanspeed automatically produces perfdata and graphs:

Code: Select all

check_xi_service_snmp! -p 161 -o enterprises.12124.2.55.1.4.1 -C 'public' -P 2c -l " The current reading of the sensor in volts or amps." -u "Volts" -m SNMPv2-SMI!!!!!!!
but the check that is monitoring the psu doesn't produce graphs:

Code: Select all

check_xi_service_snmp! -p 161 -o enterprises.12124.2.53.1.4.1 -C 'public' -P 2c -l " The current speed of the fan in revolutions per minute." -u "rpm" -m SNMPv2-SMI!!!!!!!
What do I have to do to get graphing for any snmp checks that results in numerical values?
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP and grapghing

Post by scottwilkerson »

Code: Select all

enterprises.12124.2.55.1.4.1
This returns a string value not a numerical value

I know the string might be something like "12.039000" but it is in fact a string so the SNMP plugin doesn't produce a graph
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

Re: SNMP and grapghing

Post by benhank »

nothing simple about snmp...
ok thanks scott you can lock it
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP and grapghing

Post by scottwilkerson »

benhank wrote:nothing simple about snmp...
ok thanks scott you can lock it
Locking
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked