I've setup my master to execute pings on a remote machine (to test
from several places):

% cat /etc/icinga/zones.d/remote-client.bortzmeyer.org/friends.conf

object Host "test-target" {
  import "generic-host"

  vars.ping_wrta = 750
  vars.ping_crta = 1050
  vars.ping_wpl = 20
  vars.ping_cpl = 35

  address = "target.bortzmeyer.org"
  address6 = "target.bortzmeyer.org"

}

The tests are executed and work *but* thresholds seem ignored. I get a
CRITICAL:

PING CRITICAL - Packet loss = 0%, RTA = 215.22 ms

Despite the custom thresholds. Checking from Icinga Web, I see the
correct thresholds:

Ping Cpl        35
Ping Crta       1050
Ping Wpl        20
Ping Wrta       750

So, what happened?


_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to