network options cluster-health-notifications modify
cluster health notification options
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command enables or disables cluster health notifications on the specified node.
Parameters
- -node {<nodename>|local} - Node
 - This parameter specifies the node for which the cluster health notification status will be modified.
 - [-enabled {true|false}] - Cluster Health Notifications Enabled
 - Setting this parameter to true enables cluster health notification. Setting it to false disables cluster health notification.
 
Examples
The following example modifies the cluster health notification status for a node:
            cluster1::> network options cluster-health-notifications modify -node node1 -enabled true
        
Give documentation feedback