I have the exact same problem, and I'm following the quick start to the LETTER
Verify works OK:
Code:
[1454474613] INFO: [Shinken] Processing object config file '/etc/shinken/modules/webui.cfg'
...
[1454474613] INFO: [Shinken] Things look okay - No serious problems were detected during the pre-flight check
Arbiter loads it (from arbiterd.log:
Code:
[1454474818] INFO: [Shinken] Processing object config file '/etc/shinken/modules/webui.cfg'
However, I do find an error here in brokerd.log
Code:
[1454474818] INFO: [broker-master] We received modules [<module type=webui name=WebUI />]
[1454474818] INFO: [broker-master] Correctly loaded dummy_broker as an old-new-style shinken module :|
[1454474818] INFO: [broker-master] Correctly loaded dummy_poller as an old-new-style shinken module :|
[1454474818] INFO: [broker-master] Correctly loaded dummy_scheduler as an old-new-style shinken module :|
[1454474818] INFO: [broker-master] Correctly loaded dummy_broker_external as an old-new-style shinken module :|
[1454474818] INFO: [broker-master] Correctly loaded dummy_arbiter as an old-new-style shinken module :|
[1454474818] WARNING: [broker-master] The module type webui for WebUI was not found in modules!
[1454474818] INFO: [broker-master] I correctly loaded the modules: []
[1454474819] INFO: [broker-master] Connection problem to the scheduler scheduler-master: Connection error to http://loca
[1454474819] INFO: [broker-master] Connection OK to the poller poller-master
[1454474819] INFO: [broker-master] Connection OK to the reactionner reactionner-master
[1454474819] INFO: [broker-master] Connection OK to the receiver receiver-master
[1454474824] INFO: [broker-master] Connection OK to the scheduler scheduler-master
Scheduler does seem to work though:
Code:
[1454474817] INFO: [Shinken] Stale pidfile exists at invalid literal for int() with base 10: '' (/var/run/shinken/schedu
[1454474817] INFO: [Shinken] Opening HTTP socket at http://0.0.0.0:7768
[1454474817] INFO: [Shinken] Initializing a CherryPy backend with 8 threads
[1454474817] INFO: [Shinken] Using the local log file '/var/log/shinken/schedulerd.log'
[1454474817] INFO: [Shinken] Printing stored debug messages prior to our daemonization
[1454474817] INFO: [Shinken] Successfully changed to workdir: /var/run/shinken
[1454474817] INFO: [Shinken] Opening pid file: /var/run/shinken/schedulerd.pid
[1454474817] INFO: [Shinken] Redirecting stdout and stderr as necessary..
[1454474817] INFO: [Shinken] We are now fully daemonized :) pid=11961
[1454474817] INFO: [Shinken] Modules directory: /var/lib/shinken/modules
[1454474817] INFO: [Shinken] Starting HTTP daemon
[1454474817] INFO: [Shinken] Modules directory: /var/lib/shinken/modules
[1454474817] INFO: [Shinken] [scheduler] General interface is at: http://0.0.0.0:7768
[1454474817] INFO: [Shinken] Waiting for initial configuration
[1454474819] INFO: [Shinken] New configuration received
[1454474819] INFO: [Shinken] Correctly loaded dummy_broker as an old-new-style shinken module :|
[1454474819] INFO: [Shinken] Correctly loaded dummy_poller as an old-new-style shinken module :|
[1454474819] INFO: [Shinken] Correctly loaded dummy_scheduler as an old-new-style shinken module :|
[1454474819] INFO: [Shinken] Correctly loaded dummy_broker_external as an old-new-style shinken module :|
[1454474819] INFO: [Shinken] Correctly loaded dummy_arbiter as an old-new-style shinken module :|
[1454474819] INFO: [Shinken] I correctly loaded the modules: []
[1454474819] INFO: [Shinken] Loading configuration.
[1454474819] INFO: [Shinken] New configuration loaded
[1454474819] INFO: [Shinken] [scheduler-master] First scheduling launched
[1454474819] INFO: [Shinken] [scheduler-master] First scheduling done
[1454474824] INFO: [Shinken] A new broker just connected : broker-master
[1454474824] INFO: [Shinken] [scheduler-master] Created 36 initial Broks for broker broker-master
Environment:
Vanilla Oracle Linux, installed 2.0.2 from the web site, then went to GitHub and found 2.4.2; installed that 'on top of' 2.0.2. Had to fix a few config files, all running OK now except for WebUI.
Help!
== John ==