Page 1 of 1

5 minute notifications

Posted: Wed Apr 13, 2022 11:21 am
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
}