Notification Service Command Reference
notification-configure
- Usage
-
asadmin> notification-configure --enabled=true --dynamic=true
- Aim
-
Enables or disables the service.
Command Options
Option | Type | Description | Default | Mandatory |
---|---|---|---|---|
|
Boolean |
Enables or disables the service |
False |
No |
|
Boolean |
When set to true, applies the changes without a restart. Otherwise a restart is required. |
False |
No |
The argument --dynamic=true is necessary to turn on the service for a
running server, otherwise the change would only be applied after a
server restart.
|
list-notifiers
- Usage
-
asadmin> list-notifiers
- Aim
-
Lists available notifiers to use with the service. These can then be configured individually or referenced by other service commands, for example the
Request Tracing Configuration
commands.
get-notification-configuration
- Usage
-
asadmin> get-notification-configuration
- Aim
-
This command can be used to list the details of the Notification Service.
set-notification-configuration
- Usage
-
asadmin> set-notification-configuration --enabled=true --dynamic=true --notifierEnabled=true --notifierDynamic=true --useseparatelogfile=true
- Aim
-
This command can be used to set the the configuration of the Notification Service and the Log Notifier at the same time.
Command Options
Option | Type | Description | Default | Mandatory |
---|---|---|---|---|
|
Boolean |
Enables or disables the service |
False |
No |
|
Boolean |
When set to true, applies the changes without a restart. Otherwise a restart is required. |
False |
No |
|
Boolean |
Enables or disables the log notifier |
false |
Yes |
|
Boolean |
When set to true, applies the changes to the log notifier without a restart. Otherwise a restart is required. |
false |
No |
|
Boolean |
When set to true, prints notifications to the configured log file (see Notification Logging) |
false |
No |