Search found 1 match

by ceilingsecretary
Mon Jun 30, 2025 11:16 pm
Forum: Nagios XI
Topic: Different notification delay for WARNING vs CRITICAL without duplicating services (Nagios XI)
Replies: 1
Views: 1833

Re: Different notification delay for WARNING vs CRITICAL without duplicating services (Nagios XI)

Here's my suggestion Implement a custom event handler script that tracks how long the state has been alive. Only fire notifications after a threshold you've defined (e.g. 10 minutes for CRITICAL, 15 minutes for WARNING). This bypasses the `max_check_attempts` constraint. Use the `service_state` and ...