Check Interval Configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sagesoft
Posts: 28
Joined: Wed Aug 30, 2017 10:12 pm

Check Interval Configuration

Post by sagesoft »

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.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Check Interval Configuration

Post by benjaminsmith »

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.

Code: Select all

interval_length=60
As 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!
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Check Interval Configuration

Post by cdienger »

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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked