shinken-daemons-list
This tool is used to list the daemons configured on your local server.
note: this tool must be launched as root.
Usage:
shinken-daemons-list
Options:
| Name | Description |
|---|---|
--version | Show program's version number and exit. |
-h, --help | Show this help message and exit. |
Sample Output
$ shinken-daemons-list arbiter : DISABLED broker : DISABLED central : DISABLED poller : DISABLED reactionner : DISABLED receiver : ENABLED scheduler : DISABLED synchronizer : ENABLED
shinken-daemons-enable
This tool is used to enable a daemon on your local server
note: this tool must be launched as root.
Usage:
shinken-daemons-enable [arbiter poller synchronizer scheduler reactionner receiver broker]
Options:
| Name | Description |
|---|---|
--version | Show program's version number and exit. |
-h, --help | Show this help message and exit. |
Sample Output
$ shinken-daemons-enable reactionner poller reactionner : ENABLED poller : ENABLED
shinken-daemons-disable
This tool is used to disable a daemon on your local server
note: this tool must be launched as root.
Usage:
shinken-daemons-disable [arbiter poller synchronizer scheduler reactionner receiver broker]
Options:
| Name | Description |
|---|---|
--version | Show program's version number and exit. |
-h, --help | Show this help message and exit. |
Sample Output
$ shinken-daemons-disable reactionner poller reactionner : DISABLED poller : DISABLED
Add Comment