Hello Jean,

On Tue, Aug 28, 2012 at 11:29:34AM +0200, nap wrote:
> > AttributeError: 'IForArbiter' object has no attribute 'push_host_names'
> 
> this new call (push_host_names) is for the new receiver direct_routing
> feature. Is your receiver daemon uptodate?

Yes, but one of the remote ones was not. Thanks for the hint!

Probably a version number could be added to the pyro communication, so
missed upgrades on remote hosts could not break the upgraded daemons.

> For the 2.6 requirement, from now the situation is like the 1.0 version,
> the core work for 2.4, and only some modules ask for 2.6 (mainly the WebUI
> in fact). The question is still open in fact (if we can't have 2.6 in OMD,
> it will be a real problem).

So our udp broker modules (which needs 2.6) for nagios plugin performance data 
(https://bitbucket.org/hlauer/shinken2rrd) could be included after 1.2, if guys 
like.
New included is a patch for graphite-carbon to use it as a receiver.

Appended is a patch fixing two typos.

Many thanks for your work,
  Hermann

-- 
Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres 
Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg
IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224
Email: hermann.la...@iwr.uni-heidelberg.de
diff --git a/etc/shinken-specific-load-balanced-only.cfg b/etc/shinken-specific-load-balanced-only.cfg
--- a/etc/shinken-specific-load-balanced-only.cfg
+++ b/etc/shinken-specific-load-balanced-only.cfg
@@ -213,7 +213,7 @@
        exit_code_modulation      1       ;code that will be put if the code match
        output_modulation         s///    ; optional regexp to change output
        longoutput_modulation     s///    ; optional regexp to change long_output
-       modulation_period         24×7    ;period when to apply the modulation
+       modulation_period         24x7    ;period when to apply the modulation
 }
 
 # Escalation is a generic version of service_escalation and host_escalation
diff --git a/shinken/daemon.py b/shinken/daemon.py
--- a/shinken/daemon.py
+++ b/shinken/daemon.py
@@ -691,7 +691,7 @@
 
     def get_header(self):
         return ["Shinken %s" % VERSION,
-                "Copyright (c) 2009-2011:",
+                "Copyright (c) 2009-2012:",
                 "Gabes Jean (napar...@gmail.com)",
                 "Gerhard Lausser, gerhard.laus...@consol.de",
                 "Gregory Starck, g.sta...@gmail.com",
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to