updated sample config file with monitor admin credentials GenaSYS-2.5-beta1
authorAndy Witter <awitter@georgialibraries.org>
Wed, 16 Oct 2013 03:07:54 +0000 (23:07 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 16 Oct 2013 03:07:54 +0000 (23:07 -0400)
genasys.conf-dist

index 7696f53..5d4524c 100644 (file)
@@ -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"