Monitoring PfSense (freebsd)

Hi All!

CheckMK Version: 2.1.0p012

I follewed this HowTO:
Check_MK on pfSense 2.4 w/ Update-persistence | Netgate Forum

Using the last agent available for freebsd: check_mk_agent.freebsd
it returns "<<<netctr>>>" section but AFAIK it was deprecated.
Indeed the plugin "share/check_mk/checks/netctr" doesn’t discovery the NIC.
I’d to modify the plugin (creating a local one) adding:

def inventory_netctr_combined(info):
 +  linux_nic_check = "legacy"
    if linux_nic_check != "legacy":

By this way the plugin discovers only counters but I’dont yet know if this leads to some troubles.
There is a chance that agent would be updated with "<<<lnx_if>>>" section instead "<<<netctr>>>"?

Thanks!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.