Hi,

i just noticed that the syntax for the arbiter command line has changed.
In previous versions, i could do a

/opt/projects/git/shinken/bin/shinken-arbiter -v /tmp/uo4HVP8Rk0/shinken.cfg

to do a syntax check. This is no longer possible:
> Usage: shinken-arbiter [options] -c configfile [-c additional_config_file]
> shinken-arbiter: error: Requires at least one config file (option -c/--config

Is there a reason for not supporting this anymore?


Next thing is, that this no longer works with absolute paths:

/opt/projects/git/shinken/bin/shinken-arbiter -v /tmp/uo4HVP8Rk0/shinken.cfg
Traceback (most recent call last):
  File "/opt/projects/git/shinken/bin/shinken-arbiter", line 63, in <module>
    imp.load_module('shinken', *imp.find_module('shinken', [".", ".."]))
ImportError: No module named shinken

This had worked with previous shinken versions. Now i have to do a
cd /opt/projects/git/shinken/bin && ./shinken-arbiter -v 
/tmp/uo4HVP8Rk0/shinken.cfg

Both breaks compatibility with nagios a little bit. So if it's not a big deal, 
i would
like to see that working again.

Thanks,
 Sven

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to