I’m configuring a notification if a specific service fails. It should check the DHCP lease, and informs me if DHCP lease fails.
So I configured to get the email ONLY when the state CRIT is reached. But I also get the intermediate step, so from OK → WARN > CRIT , and I don’t know why.
but besides the myserious fact about this WARN emails I’ll do the following now.
I will change my check script to go direct from OK → CRIT, that’s ok for me.
In fact, I configured an additional interface on the host just for DHCP monitoring, with a very short untypical lease time of 10min (default is 2 days). So the warning is hit much too often at the moment …