Re: Nagios & Apache problem
Posted: Wed Mar 12, 2014 1:30 am
Hi!
Where are using the 4.0.3 Core version.
I tested the floating intervals
and they were working, the load and iowait was low so I decided against changing the interval_length as our
nagios system has become larger and larger the last years and I would have to change a lot of config files if i change
the interval_length...
And as i said - that was a suprise for me, that a float value at check_interval has no effect on the web-interface
but at retry_check_interval it does...
Martin
Where are using the 4.0.3 Core version.
I tested the floating intervals
Code: Select all
define service{
use switch_general_template,graphed-service
host_name switch418
service_description Switch418_10_416
check_interval 0.3
check_command check_hpinterface!10.254.4.18!10!1024!90!95
}
nagios system has become larger and larger the last years and I would have to change a lot of config files if i change
the interval_length...
And as i said - that was a suprise for me, that a float value at check_interval has no effect on the web-interface
but at retry_check_interval it does...
Martin