From 1aa38c793fa042eb23c5820903a095b8e11abcd3 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 4 May 2019 23:14:10 -0400 Subject: [PATCH] nagios config tweaks from upgrading to 16.04 --- conf.d/extinfo_nagios2.cfg | 12 ++++++------ conf.d/hostgroups_nagios2.cfg | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 } -- 2.34.1