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