Search found 1 match

by trsanders
Mon Nov 17, 2025 5:59 am
Forum: Open Source Nagios Projects
Topic: [Bug/Notification] Service notification not triggered after state recovery and re-failure (Nagios Core 4.4.14)
Replies: 3
Views: 26775

Re: [Bug/Notification] Service notification not triggered after state recovery and re-failure (Nagios Core 4.4.14)

The state changes may not be as you think depending upon your setup.

The state may go from:

CRITICAL(Hard) → OK(Hard) → CRITICAL(Soft) -> CRITICAL(Hard)

Alerts are sent at each transition (if configured) but notifications are only sent when it transition to "Hard".