Can i create a sensor, for a d-link switch, that can monitor a port_security triggering on interface?


Article Comments

Hi there,

please let me know whether the "port_security" trigger is a certain feature of your d-link switch or do you referring to the feature where you match an interface to a certain MAC?


Jan, 2021 - Permalink

Feature of a dlink switch


Jan, 2021 - Permalink

In this case, we have no native Sensor. When d-link has an own API, you can check whether you can query the information from this API and then show the result in a HTTP custom Sensor. If no API is available, you can check via which protocol the information is available and e.g use a SNMP Custom Sensor to receive the information. Another option would be to use a script which is then executed via a EXE/Script Sensor: https://www.paessler.com/manuals/prtg/custom_sensors


Jan, 2021 - Permalink