pfsense Monitoring

Started by altiva, March 16, 2021, 10:55:19 AM

Previous topic - Next topic

altiva

Hi,

I have netXMS test that has greatly interested me for its discovery of the network.
I have a lot of pfsense (freebsd os) to monitor, but I have not found an agent and via SNMP this does not seem to be well recognized.
Is it possible to import a freebsd MIB? I am interested in feedback for pfsense management.

Best regards

2b2bff

Hi,

I'm onto this as well. I made a very basic template, yet, but I'm still investigating the best way to do things.

I've seen for Zabbix there is even a way to find out that there is a new version or a new package version available (via Agent active check). With a NetXMS agent we could find out those things as well...

Cheers

altiva

Thank you very much!
I'm gonna try.

I also use Zabbix which for the moment seems more suitable for monitoring. NetXMS interests me a lot for the discovery and inventory part. To follow!

2b2bff

As I have only a few pfsense boxes, I made DCIs on each box for their WAN and LAN interfaces (via right click on the interface) but they are not part of the template. That said the template is only a starting point. There are tons of information buried in the SNMP that pfsense provides..

I'm trying to get a more affordable and better solution than PRTG. Tried checkmk, Zabbix and now NetXMS. All have their Pros and Cons, but NetXMS seems more complete for me. But it lacks templates and guides...

I love the inventory part as well. And that you can easily push client updates...
There are a lot of things that are great. But most of them are difficult to find out... e.g. VM monitoring

altiva

You can had auto discover ;-)

return ($node->sysDescription ~= "pfSense") ? true : false;


2b2bff

Thanks. I guess you can even skip the "? true : false" part, as the part in front of ? is already a boolean...