polling multiple oids with one service
Posted: Wed Jan 23, 2019 1:00 pm
I have created 17 service checks configured as so:
using
resulting in the following example:
But I am wondering if I can roll all of the individual checks up into one check.
Code: Select all
-p 161 -o enterprises.12124.2.55.1.4.1 -C "I$"$"ilonpublic" -P 2c -l " The current reading of the sensor in volts or amps." -u "Volts" -m SNMPv2-SMIusing
Code: Select all
check_xi_service_snmp $USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$But I am wondering if I can roll all of the individual checks up into one check.