Good afternoon
I was wondering if anyone out there has figured out a way to monitor devices such as IDS or IPS devices with something other than ping checks? And so what kinda data are you getting back from them? I have my network team asking.
Monitoring IPS/IPS devices.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Monitoring IPS/IPS devices.
Generally these devices will need to have SNMP enabled and a custom plugin is used to query the device.
Although SNMP is not always the case, it may be an appliance that runs on windows and there is a plugin that communicates with the backend to perform queries.
Without knowing the actual brand name and model of the device it is hard to provide any specific information.
At the end of the day all nagios cares about is an exit code and some human friendly text. If you can communicate with a device over the network and query it for information then you can easily write a plugin to test what is "OK".
Although SNMP is not always the case, it may be an appliance that runs on windows and there is a plugin that communicates with the backend to perform queries.
Without knowing the actual brand name and model of the device it is hard to provide any specific information.
At the end of the day all nagios cares about is an exit code and some human friendly text. If you can communicate with a device over the network and query it for information then you can easily write a plugin to test what is "OK".
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitoring IPS/IPS devices.
Thanks very much for replying. We are looking at Firepower and Corelight IPS IDS. Does this help at all?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Monitoring IPS/IPS devices.
I searched for those on the Nagios Exchange and unfortunately they did not yield any results.
Which means you will have to write your own plugin, which isn't as hard as it sounds. Simply find one that does a similar job and make it do what you want.
Which means you will have to write your own plugin, which isn't as hard as it sounds. Simply find one that does a similar job and make it do what you want.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.