Search found 2 matches
- Wed Sep 26, 2018 4:29 pm
- Forum: Open Source Nagios Projects
- Topic: Graphing a developed plugin
- Replies: 4
- Views: 1595
Re: Graphing a developed plugin
something like this #!/bin/sh fc_return_temperature=`snmpwalk -v2c -c public $1 1.3.6.1.4.1.476.1.42.3.9.20.1.20.1.2.1.4291 /| awk '{print $4}' | bc -l | sed 's/[.].*//'` #Almacena valor obtenido de consulta SNMP, convierte en integer y sin decimales fc_status=`snmpwalk -v2c -c public $1 1.3.6.1.4....
- Tue Sep 25, 2018 4:12 pm
- Forum: Open Source Nagios Projects
- Topic: Graphing a developed plugin
- Replies: 4
- Views: 1595
Graphing a developed plugin
Hi everybody. Im traying to develope a nagios plugin using shell that gets Temperature and status information from a Fan Coil using SNMP oid, c. It works good. But when I click on the Graph button next to the service (pnp4nagios addon for nagios) it doesnt graph anything, when I try to graph using a...