func/minion/modules/nagios.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f537566080fea4c53aafe9a85019a8ada9e9bddb
Author: Seth Vidal <[email protected]>
Date:   Wed May 25 15:14:38 2011 -0400

    fix typo from tbielwa in nagios module

diff --git a/func/minion/modules/nagios.py b/func/minion/modules/nagios.py
index 04fbdf0..bb686b9 100644
--- a/func/minion/modules/nagios.py
+++ b/func/minion/modules/nagios.py
@@ -43,12 +43,12 @@ class Nagios(func_module.FuncModule):
 
     # Schedule 1 hour of downtime for the http service on www01.
     nagios_server.schedule_svc_downtime("www01.ext.mydomain.com",
-          ["http"], 60):
+          ["http"], 60)
 
     # Schedule 30 minutes (default) of downtime for the rsync
     # and nfs services on filer05.
     nagios_server.schedule_svc_downtime("filer05.int.mydomain.com",
-          ["rsync", "nfs"]):
+          ["rsync", "nfs"])
 
     # Schedule 30 minutes (default) of downtime the foobar host.
     nagios_server.schedule_host_downtime("foobar.mydomain.com")


_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to