I have device with set of sensors: ping, snmp custom, snmp custom advanced (multichannel). I have created template for this device. But this template contain only "ping" sensor. Here is file:
<?xml version="1.0" encoding="UTF-8"?> <devicetemplate id="custom" name="Test_ups_1" priority="1"> <check id="ping" meta="ping"/> </devicetemplate>
According this article there is no any restrictions for snmp custom sensors. So, question is "where is my sensor, man"?
Add comment