From fa5b0e809a7f7088da8e2050b28663f34b83f112 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Tue, 15 Oct 2013 23:07:54 -0400 Subject: [PATCH] updated sample config file with monitor admin credentials --- genasys.conf-dist | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/genasys.conf-dist b/genasys.conf-dist index 7696f53..5d4524c 100644 --- a/genasys.conf-dist +++ b/genasys.conf-dist @@ -60,11 +60,11 @@ PRIVATENET="10.0.1" CLUSTERIPADDRESS="192.168.5.55" ### The netmask that corresponds to the -### public IP address entered above +### public IP address entered above. CLUSTERNETMASK="255.255.255.0" ### The gateway that corresponds to the -### public IP address entered above +### public IP address entered above. CLUSTERGATEWAY="192.168.5.1" @@ -83,3 +83,10 @@ USE_SYNDETICS="n" ### Enter your Syndetics user id here. SYNDETICS_USER_ID="" + +### Monitor admin credentials for Icinga/Nagios/Munin/PHP4Nagios. +MONITOR_ADMIN_USERNAME="monitoradmin" +MONITOR_ADMIN_PASSWORD="123456" + +### Email address to be notified of alerts. +NOTIFY_EMAIL_ADDRESS="admins@example.tld" -- 2.11.0