Frédéric MOHIER
Frédéric MOHIER
The WebUI displays 3.0.0 because ìt is the version reported by the Shinken you installed: ``` from shinken.bin import VERSION ``` I suppose that you installed from the git repository....
As far as I understood, the 21st host breaks the display of hosts in the WebUI, correct? But all your hosts are really monitored by Shinken or not ? Any...
It looks ok. And what about the logs in the arbiterd.log and brokerd.log files ?
Everythong seems fine in your logs ... except the very verbose `stats` broker module ;) Sorry but I do not see where this problem comes from 😞 perharps a problem...
@naparuba : I do not think that another module is the more interesting test 😉 The WebUI is using the Shinken Datamanager to populate the UI ... if not hosts...
It seems that Shinken does not car much about hostgroup_members parameter ... despite it is managed in hostgroup.py class ! My test is with this hostgroup object : ``` define...
Shinken bug : https://github.com/naparuba/shinken/issues/1652 and https://github.com/naparuba/shinken/pull/1654
Did you make a test with my branch notifications ... ?
The idea behind this is to allow executing a PHP script for an host ... the default script is `host_action.php` that you must install on your server. On my configuration...
For instance :  _perfs_ is a group, _shinken2_ is a group, ... and whole services make an aggregation tree. You declare aggregation with the _aggregation_ property of a service:...