Hi
Hope you could help me on how to configure the check interval to 5 seconds for a specified host/services in Nagios XI. As per checking the default format is in minutes.
Thank you.
Check Interval Configuration
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Check Interval Configuration
Hi @brezner,
There is an option in the main configuration file /usr/local/nagios/etc/nagios.cfg the defines the unit interval used for timing checks. The default value is 60, but you can reduce this if desired. However, it is not typical to go below 60 seconds.
There is an option in the main configuration file /usr/local/nagios/etc/nagios.cfg the defines the unit interval used for timing checks. The default value is 60, but you can reduce this if desired. However, it is not typical to go below 60 seconds.
Code: Select all
interval_length=60As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Check Interval Configuration
nagios.cfg does allow you to set the interval_length which is 60 seconds by default. This is a global setting so if you do make this change you'll need to edit the other hosts/services to make sure their settings are changed accordingly as well.
This has the potential of increasing the load on the machine and as configuration page point out, not really messed with so proceed with caution.
The nagios.cfg can be updated through the web UI under Configure > Core Config Manager > CCM Admin > Core Configs.
This has the potential of increasing the load on the machine and as configuration page point out, not really messed with so proceed with caution.
The nagios.cfg can be updated through the web UI under Configure > Core Config Manager > CCM Admin > Core Configs.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.