nagios config tweaks from upgrading to 16.04
authorAlex Dehnert <alex@dehnerts.com>
Sun, 5 May 2019 03:14:10 +0000 (23:14 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Sun, 5 May 2019 03:14:10 +0000 (23:14 -0400)
conf.d/extinfo_nagios2.cfg
conf.d/hostgroups_nagios2.cfg

index 07bd594f674032172389c2000f5a58897e75cad5..aebf22dbd363e3f8e3ada0bba07b9881d9fa2dca 100644 (file)
@@ -3,11 +3,11 @@
 ##
 
 define hostextinfo{
-        hostgroup_name   debian-servers
-        notes            Debian GNU/Linux servers
+        hostgroup_name   ubuntu-servers
+        notes            Ubuntu Linux servers
 #       notes_url        http://webserver.localhost.localdomain/hostinfo.pl?host=netware1
-        icon_image       base/debian.png
-        icon_image_alt   Debian GNU/Linux
-        vrml_image       debian.png
-        statusmap_image  base/debian.gd2
+        icon_image       base/ubuntu.png
+        icon_image_alt   Ubuntu Linux
+        vrml_image       ubuntu.png
+        statusmap_image  base/ubuntu.gd2
         }
index cccb5e8d9d30d7e4fa4c5bf42e700dcc06e65ec4..9ef762c8c922f4107ba6f0dbe001ff8c79684d0e 100644 (file)
@@ -9,7 +9,7 @@ define hostgroup {
 
 # A list of your Debian GNU/Linux servers
 define hostgroup {
-        hostgroup_name  debian-servers
+        hostgroup_name  ubuntu-servers
                alias           Debian GNU/Linux Servers
                members         localhost
         }