Is there any way to monitor IPTables in LibreNMS?

Mainly looking for a way to see if the service is running and what rules are being applied. I was thinking there might be a snmp extent or agent that could be installed but coming up empty.

Optionally, You could take a look at https://github.com/librenms/librenms-agent/blob/master/snmp/systemd.py

Monitoring iptables directly is not possible. Monitoring if all systemd services are running (with the extend) is possible.

Example:

image

Otherwise, you will have to create your own extend for the functionality you describe above.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.