...
You will find in this directory, a log file for each Shinken Enterprise daemon :
- arbiterd.log
- brokerd.log
- pollerd.log
- reactionnerd.log
- receiverd.log
- schedulerd.log
- synchronizerd.log
...
- DEBUG ( ? )
- INFO
- WARNING ( = Info + Warning events )
- CRITICAL ( = Info + Warning + Critical events )
To launch Shinken Enterprise in debug mode :
| Code Block | ||||
|---|---|---|---|---|
| ||||
service shinken -d [debug level] restart |
...
In this one, you will find all events about your Shinken Enterprise Architecture, because the arbiter daemon is used to check and dispatch configuration to the others daemons ( but not the Synchronizer ).
...