I have a python script that polls status of IPSec tunnels on Palo alto firewalls. I need some assistance with how can I have that setup in LibreNMS. Essentially this is what I am looking for -
Where do I need to run the custom script.
How do I setup graphs for the metrics polled from the script.
One option would be to use extend within net-snmp to point to your script, then use the custom OID feature for the device to add that new metric. Graphs will then be automatically generated. However you have to add the custom OID to each device you’d want this on.