Code: Select all
<TEMPLATE>check_xi_service_snmp</TEMPLATE>
<NAGIOS_CHECK_COMMAND>check_xi_service_snmp!-P 2c -o globalStatActiveCalls.summaryPeriod1Current5Minutes -m /usr/share/snmp/mibs/perimeta.mib -c 10000!!!!!!!</NAGIOS_CHECK_COMMAND>
After that, delete the xml and rrd files and see if the custom check is applied to those service's and that the data is graphing correctly.
If you open the xml file, this is what the template and check should look like for example.
Code: Select all
<TEMPLATE>check_snmp_gauge</TEMPLATE>
<NAGIOS_CHECK_COMMAND>check_snmp_gauge! -P 2c -C public -o 1.3.6.1.2.1.4.31.1.1.35.1 -w 100 -c 110 -l test!!!!!!!</NAGIOS_CHECK_COMMAND>