Hello all,
I am using Zabbix as my monitoring tool. I have noticed that there is no way ability to monitor services like DNS, DHCP, IDS/IPS. I want to look into writing a template that would make the up/down staus of services like these available. Is there an API I can use to get these status?
Thanks,
Steve
Did you try searching the docs for API?
https://docs.opnsense.org/development/api.html
Service information was moved to MVC/API in 23.1.5, see
https://docs.opnsense.org/development/api/core/core.html#id3
/api/core/service/search e.g. lists all the services...
Cheers,
Franco