[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Naparuba
naparuba at gmail.com
Tue Feb 28 22:18:03 UTC 2012
The following commit has been merged in the debian/master branch:
commit 39015bf4ad8a240bebf6a61b4db298d68f437c7a
Author: Naparuba <naparuba at gmail.com>
Date: Thu Feb 2 14:57:32 2012 +0100
Fix : error in pyro3 HA mode about broker to scheduler spare connection.
diff --git a/shinken/pyro_wrapper.py b/shinken/pyro_wrapper.py
index 559b830..d0e8405 100644
--- a/shinken/pyro_wrapper.py
+++ b/shinken/pyro_wrapper.py
@@ -245,4 +245,4 @@ class ShinkenPyroDaemon(PyroClass):
Pyro_exp_pack = (Pyro.errors.ProtocolError, Pyro.errors.URIError, \
Pyro.errors.CommunicationError, \
Pyro.errors.DaemonError, Pyro.errors.ConnectionClosedError, \
- Pyro.errors.TimeoutError)
+ Pyro.errors.TimeoutError, Pyro.errors.NamingError)
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list