5 minute notifications

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
xmanager
Posts: 1
Joined: Wed Apr 13, 2022 7:18 am

5 minute notifications

Post by xmanager »

Hello everyone,

I'm looking for a solution that we get spammed with a lot of checkers

We want to watch our services very carefully but get notification delayed maybe because it's get notified on every minute if the status is not OK.

Example service that we got :

Code: Select all

define service {
    use                     generic-service
    host_name               host1.com
    service_description     Network I/O
    check_command           check_nrpe!check_eth
    notification_interval   0
}
Locked