Questions about network monitoring
Posted: Thu Mar 22, 2018 3:31 am
Hello,
we have a nagios monitoring project of network items with a base set of the following checks:
We have two issues:
the first (and the most troublesome) is the interface check. The Nagios Wizard only registers the ones which are currently online/has up state at the moment. Our network team's demand is to add down/offline interfaces by default. Is there a workaround about this?
Secondly, our network team demands a more precise cpu metric than we could provide them via a plugin that takes the average of last 5 minutes. To meet their needs the best practice would be lower the check interval to 30 seconds however nagios only takes no less than 1 minute by default, no fractions. Is it safe to lower the check_intervals in the nagios.cfg to 30 seconds (and double all the other check intervals)? Is there any advised values for that? What are the risks/limitations (if there's any)?
Thanks in advance,
Jozsef
we have a nagios monitoring project of network items with a base set of the following checks:
Code: Select all
SCOPE SENSOR
-------------------------------------------
every device ICMP
every device CPU
every device Memory
every device Fans
every device PowerSupply
every device Temperature
every device Interface
firewalls State of Failoverthe first (and the most troublesome) is the interface check. The Nagios Wizard only registers the ones which are currently online/has up state at the moment. Our network team's demand is to add down/offline interfaces by default. Is there a workaround about this?
Secondly, our network team demands a more precise cpu metric than we could provide them via a plugin that takes the average of last 5 minutes. To meet their needs the best practice would be lower the check interval to 30 seconds however nagios only takes no less than 1 minute by default, no fractions. Is it safe to lower the check_intervals in the nagios.cfg to 30 seconds (and double all the other check intervals)? Is there any advised values for that? What are the risks/limitations (if there's any)?
Thanks in advance,
Jozsef