Configures the notification service along with the log notifier.
Synopsis
asadmin [asadmin-options] set-notification-configuration
[--help]
[--target target]
[--enabled={false|true}]
[--dynamic={false|true}]
[--notifierEnabled={false|true}]
[--notifierDynamic={false|true}]
[--filter={INFO|WARNING|SEVERE}]
[--useseparatelogfile={false|true}]Description
This command can be used to set the configuration of the Notification Service and the Log Notifier at the same time.
It functions as a combination of the notification-configure and set-log-notifier-configuration Asadmin commands.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --target
- 
This option helps specify the target on which you are configuring the notification service. Valid values are: - server
- 
Applies to the default server instance. This is the default value. 
- cluster_name
- 
Applies to every server instance in the cluster. 
- instance_name
- 
Applies to a specified server instance. 
 
- --enabled
- 
Defaults to false. Enables or disables the notification service
- --dynamic
- 
Defaults to false. When set totrue, applies the changes without a server restart.
- --notifierEnabled
- 
Defaults to false. Enables or disables the log notifier
- --notifierDynamic
- 
Defaults to false. When set totrue, applies the changes to the log notifier without a server restart.Otherwise, a restart is required. 
- --filter
- 
Defaults to WARNING. The notifier only responds to events at or above this level. (INFO, WARNING, SEVERE)
- --useseparatelogfile
- 
Defaults to false. Whether to use a separate log file to store notifications.
Examples
Example 1 Enables the notification service
asadmin set-notification-configuration --enabled=true --dynamic=true --notifierEnabled=true --notifierDynamic=true --useSeparateLogfile=false