From: Alex Dehnert Date: Sun, 5 May 2019 03:14:10 +0000 (-0400) Subject: nagios config tweaks from upgrading to 16.04 X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=1aa38c793fa042eb23c5820903a095b8e11abcd3;p=sysconfig%2Fnagios3.git nagios config tweaks from upgrading to 16.04 --- diff --git a/conf.d/extinfo_nagios2.cfg b/conf.d/extinfo_nagios2.cfg index 07bd594..aebf22d 100644 --- a/conf.d/extinfo_nagios2.cfg +++ b/conf.d/extinfo_nagios2.cfg @@ -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 } diff --git a/conf.d/hostgroups_nagios2.cfg b/conf.d/hostgroups_nagios2.cfg index cccb5e8..9ef762c 100644 --- a/conf.d/hostgroups_nagios2.cfg +++ b/conf.d/hostgroups_nagios2.cfg @@ -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 }