normal_check_interval creates warning in config check
Posted: Wed Oct 19, 2011 7:52 pm
Perhaps a warning isn't anything to worry about, but I noticed that when I have:
Which, if I'm not mistaken, says to do a check every 6 hrs unless there's a problem, then check every 30 min. And send notifications only every hour.
Naturally notifications will only send when there's a problem, so they can only send out when it's running at the 30 min check_interval.
If I said everything correctly, then I shouldn't be bothered with this error in the config check:
Warning: Service 'Root Partition' on host 'myhost' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Or did I do something wrong? I'm pretty new at nagios.
Code: Select all
define service{
normal_check_interval 360
check_interval 30
notification_intervals 60
}Naturally notifications will only send when there's a problem, so they can only send out when it's running at the 30 min check_interval.
If I said everything correctly, then I shouldn't be bothered with this error in the config check:
Warning: Service 'Root Partition' on host 'myhost' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Or did I do something wrong? I'm pretty new at nagios.