Search found 1 match

by baboyo3029
Sun Apr 19, 2020 7:24 pm
Forum: Open Source Nagios Projects
Topic: Disable notifications
Replies: 4
Views: 2463

Re: Disable notifications

Hello, I have disabled notifications for service/host (notifications_enabled = 0), but nagios still sends. Below is the configuration that I applied: define host { host_name test.example.com address test.example.com notifications_enabled 0 use linux-server check_command check_http_ register 1 } def...