[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Nicolas DUPEUX nicolas.dupeux at arkea.com
Tue Feb 28 22:18:11 UTC 2012


The following commit has been merged in the debian/master branch:
commit 8645d5344b5bcff941c6494735fa27425d284608
Author: Nicolas DUPEUX <nicolas.dupeux at arkea.com>
Date:   Fri Feb 3 10:16:56 2012 +0100

    Fix comments of WebUI modules

diff --git a/etc/shinken-specific-windows.cfg b/etc/shinken-specific-windows.cfg
index 238b1d4..17f97f3 100644
--- a/etc/shinken-specific-windows.cfg
+++ b/etc/shinken-specific-windows.cfg
@@ -122,7 +122,7 @@ define module{
        status_update_interval   15 ; update status.dat every 15s
 }
 
-#The log managment for ALL daemons (all in one log, cool isn't it? ).
+# The WebUI broker module
 define module{
        module_name      WebUI
        module_type      webui
@@ -148,7 +148,7 @@ define module{
 
 }
 
-#The log managment for ALL daemons (all in one log, cool isn't it? ).
+# Check authentification for WebUI using a Active Directory
 define module{
        module_name      ActiveDir_UI
        module_type      ad_webui
@@ -163,7 +163,7 @@ define module{
 }
 
 
-#The log managment for ALL daemons (all in one log, cool isn't it? ).
+# Check authentification for WebUI using a apache password file
 define module{
        module_name      Apache_passwd
        module_type      passwd_webui
@@ -174,7 +174,7 @@ define module{
 }
 
 
-#The log managment for ALL daemons (all in one log, cool isn't it? ).
+# Check authentification for WebUI using password parameter in contact definition
 define module{
        module_name      Cfg_password
        module_type      cfg_password_webui
diff --git a/etc/shinken-specific.cfg b/etc/shinken-specific.cfg
index 5a57a1f..bf7e32e 100755
--- a/etc/shinken-specific.cfg
+++ b/etc/shinken-specific.cfg
@@ -167,7 +167,7 @@ define module{
        status_update_interval   15 ; update status.dat every 15s
 }
 
-# The log management for ALL daemons (all in one log, cool isn't it? ).
+# The WebUI broker module
 define module{
        module_name      WebUI
        module_type      webui
@@ -209,7 +209,7 @@ define module{
 
 }
 
-# The log management for ALL daemons (all in one log, cool isn't it? ).
+# Check authentification for WebUI using a Active Directory
 define module{
        module_name      ActiveDir_UI
        module_type      ad_webui
@@ -224,7 +224,7 @@ define module{
 }
 
 
-# The log management for ALL daemons (all in one log, cool isn't it? ).
+# Check authentification for WebUI using a apache password file
 define module{
        module_name      Apache_passwd
        module_type      passwd_webui
@@ -235,7 +235,7 @@ define module{
 }
 
 
-# The log management for ALL daemons (all in one log, cool isn't it? ).
+# Check authentification for WebUI using password parameter in contact definition
 define module{
        module_name      Cfg_password
        module_type      cfg_password_webui
@@ -356,7 +356,7 @@ define module{
                                           ; by the localname of the server
 }
 
-# LIVESTATUS API for getting states access 
+# LIVESTATUS API to getting states access 
 define module{
        module_name      Livestatus
        module_type      livestatus

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list