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

Naparuba naparuba at gmail.com
Tue Feb 28 22:12:56 UTC 2012


The following commit has been merged in the debian/master branch:
commit dde728c35c2a573a3bf612c3cab08acc429fa2d4
Author: Naparuba <naparuba at gmail.com>
Date:   Tue Jan 10 08:45:52 2012 +0100

    Fix : (by sduchesneau) global command dispatch problem.

diff --git a/shinken/external_command.py b/shinken/external_command.py
index e2ae925..517a543 100644
--- a/shinken/external_command.py
+++ b/shinken/external_command.py
@@ -302,7 +302,7 @@ class ExternalCommandManager:
                 f = getattr(self, c_name)
                 apply(f, args)
             else:
-                command = r['command']
+                command = r['cmd']
                 self.dispatch_global_command(command)
 
 

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list