Page 2 of 2

Re: Nagios & Apache problem

Posted: Wed Mar 12, 2014 1:30 am
by idefixgallier
Hi!

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
}
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

Re: Nagios & Apache problem

Posted: Wed Mar 12, 2014 3:23 pm
by sreinhardt
Hmm that is interesting, we might have to file a bug report for that, if it is an accepted config option, but is causing issues within the cgis. Time for testing I suppose.