Hi ,
Recently i got MIB file to enable the monitoring for firewall .
Im new to Nagios and could please help me the steps with impacting nagios configuration
Thanks
How to enable firewall monitoring with Nagios
-
Praveensamala1
- Posts: 1
- Joined: Thu Mar 07, 2019 5:34 am
Re: How to enable firewall monitoring with Nagios
Except for leaving out the part of having to define a host, the "Configuration of SNMP command block" section of this does pretty good job - https://www.psychz.net/client/question/ ... oring.html. The service must be associated with a host but this is easy to set up - https://assets.nagios.com/downloads/nag ... .html#host. Using their example, the host definition would look like:
You'll also want to use OIDs found in firewall's MIB instead of(or in addition to) their example OIDs.
Code: Select all
define host{
use generic-host
host_name test.linux.com
}As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.