Good day. I followed the guide on http://www.shinken-monitoring.org/wiki/installation_simple_configuration_and_first_launch to test out shinken.
I'm running a freebsd system with python 2.6.6 and pyro 4.1 I tried statring shinken as the shinken user : /usr/local/shinken/bin Launching Scheduler (that is only in charge of the scheduling) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-scheduler", line 92, in <module> imp.load_module('shinken', *imp.find_module('shinken', [".", ".."])) ImportError: No module named shinken Launching Poller (that launches the checks) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-poller", line 47, in <module> imp.load_module('shinken', *imp.find_module('shinken', [".", ".."])) ImportError: No module named shinken Launching Reactionner (that sends the notifications) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-reactionner", line 49, in <module> imp.load_module('shinken', *imp.find_module('shinken', [".", ".."])) ImportError: No module named shinken Launching Broker (that exports all data) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-broker", line 47, in <module> imp.load_module('shinken', *imp.find_module('shinken', [".", ".."])) ImportError: No module named shinken Launching Arbiter (that reads the configuration and dispatches it) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-arbiter", line 63, in <module> imp.load_module('shinken', *imp.find_module('shinken', [".", ".."])) ImportError: No module named shinken I also tried to start shinken as root : /usr/local/shinken/bin Launching Scheduler (that is only in charge of the scheduling) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-scheduler", line 94, in <module> from shinken.daemons.schedulerdaemon import Shinken ImportError: No module named shinken.daemons.schedulerdaemon Launching Poller (that launches the checks) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-poller", line 50, in <module> from shinken.daemons.pollerdaemon import Poller ImportError: No module named shinken.daemons.pollerdaemon Launching Reactionner (that sends the notifications) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-reactionner", line 52, in <module> from shinken.daemons.reactionnerdaemon import Reactionner ImportError: No module named shinken.daemons.reactionnerdaemon Launching Broker (that exports all data) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-broker", line 49, in <module> from shinken.daemons.brokerdaemon import Broker ImportError: No module named shinken.daemons.brokerdaemon Launching Arbiter (that reads the configuration and dispatches it) Traceback (most recent call last): File "/usr/local/shinken/bin/../bin/shinken-arbiter", line 65, in <module> from shinken.daemons.arbiterdaemon import Arbiter ImportError: No module named shinken.daemons.arbiterdaemon configuration is default with no changes. Please can you assist. Regards Henti ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Shinken-devel mailing list Shinken-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shinken-devel