nbuchwitz / check_opnsense

Check script for opnsense firewall
GNU General Public License v2.0
17 stars 13 forks source link

Add more check modes #1

Open linuxmail opened 6 years ago

linuxmail commented 6 years ago

hi,

is there a list what I can check which modules are available ? For example how can I check the interfaces, traffic, local health ... etc. maybe it is possible to extend the plugin and replace SNMP.

nbuchwitz commented 6 years ago

Hi,

for now only the update check is implemented, but more should follow. I've to explore the opnsense API which is a bit difficult, because there isn't any API documentation (you've to look into the code). If someone could provide details, it would speed up the implementation process.

hensschenit commented 5 years ago

Hi @nbuchwitz

i think this API-reference is a good clue: https://docs.opnsense.org/development/api.html What do you think?

And thank's for this very good tool!