olinda: olinda is shut down, so disable most notifications
authorAlex Dehnert <alex@dehnerts.com>
Mon, 9 Oct 2023 04:30:20 +0000 (04:30 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Mon, 9 Oct 2023 04:34:27 +0000 (04:34 +0000)
local.d/olinda.cfg

index 3eed9c2afb5a5b63326353d69118ecb110bda84a..d7c167493937168bf9804179152ed6ede161098d 100644 (file)
@@ -2,6 +2,7 @@ define host{
         use                     adehnert-host            ; Name of host template to use
         host_name               olinda
         address                 18.18.208.12
+        notifications_enabled   0
 }
 
 # SMTP is redundant with SMTP-SSL, since they use the same port
@@ -19,6 +20,7 @@ define service {
        service_description SMTP
        check_command check_smtp_ssl
        host_name olinda
+        notifications_enabled   0
 }
 
 define service {
@@ -28,6 +30,7 @@ define service {
        check_command check_https_hostname
        __check_cert_expiry_days 10
        host_name olinda
+        notifications_enabled   0
 }
 
 define service {
@@ -36,6 +39,7 @@ define service {
        service_description IMAPS
        check_command check_simap
        host_name olinda
+        notifications_enabled   0
 }
 
 define service {
@@ -44,6 +48,7 @@ define service {
        service_description DNS
        check_command check_dns
        host_name olinda
+        notifications_enabled   0
 }
 
 define service {
@@ -52,17 +57,5 @@ define service {
        service_description Jabber
        check_command check_jabber
        host_name olinda
-}
-
-define command{
-        command_name    check_mysql_home
-       command_line    /usr/lib/nagios/plugins/check_mysql -H '$HOSTADDRESS$' -f /var/lib/nagios/.my.cnf
-}
-
-define service {
-       name olinda-mysql
-       use adehnert-service
-       service_description MYSQL
-       check_command check_mysql_home
-       host_name localhost
+        notifications_enabled   0
 }