HI Guys is there any way to stop WARNING alerts only for specific check?
need to disable WARNING alerts but others alerts like CRITCAL alerts should be enabled on same check.
object Service “check_anacron_daily” {
host_name = “sftp”
display_name = “check_anacron_daily”
enable_flapping = 1
vars.http_vhost = “sftp”
check_command = “check_nrpe”
vars.remote_nrpe_command = “check_anacron_daily”
check_interval = “43200”
}
thanks in advance