From: Andy Witter Date: Wed, 16 Oct 2013 03:07:54 +0000 (-0400) Subject: updated sample config file with monitor admin credentials X-Git-Tag: GenaSYS-2.5-beta1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fa5b0e809a7f7088da8e2050b28663f34b83f112;p=contrib%2Fpines%2Fgenasys.git updated sample config file with monitor admin credentials --- 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"