Name

nnmsetdampenedinterval.sh — sets the dampened interval for all incident configurations

SYNOPSIS

nnmsetdampenedinterval.sh [ [-hours hours] [-minutes minutes] [-seconds seconds] [-u username] [-p password] ]

DESCRIPTION

nnmsetdampenedinterval.sh Sets the dampened interval for all incident configurations. The maximum dampened interval that can be set is 60 minutes. A dampened interval of at least 6 minutes is recommended. At least one of hours, minutes, or seconds must be specified. To disable dampening, set hours, minutes, and seconds to 0.

Parameters

-hourshours

Specify the number of hours for the dampened interval. If specified, the value for hours must be greater than or equal to 0.

-minutesminutes

Specify the number of minutes for the dampened interval. If specified, the value for minutes must be greater than or equal to 0.

-secondsseconds

Specify the number of seconds for the dampened interval. If specified, the value for seconds must be greater than or equal to 0.

-jndiHosthostname

Server jndi host. Default is localhost.

-jndiPortport

Server jndi port. Default is 1099.

-u <username>

Supply the NNMi administrator username to run the script.

-p <password>

Supply the NNMi administrator password to run the script.

EXAMPLES

Set the dampened interval for all incident configurations to 10 minutes 10 seconds:

nnmsetdampenedinterval.sh -hours 0 -minutes 10 -seconds 10

Set the dampened interval for all incident configurations to 1 hour:

nnmsetdampenedinterval.sh -hours 1

Set the dampened interval for all incident configurations to 6 minutes:

nnmsetdampenedinterval.sh -minutes 6

Set the dampened interval for all incident configurations to 30 seconds:

nnmsetdampenedinterval.sh -seconds 30

Set the dampened interval for all incident configurations to 10 minutes 10 seconds:

nnmsetdampenedinterval.sh -minutes 10 -seconds 10

Disable dampening for all incident configurations:

nnmsetdampenedinterval.sh -hours 0 -minutes 0 -seconds 0

AUTHOR

nnmsetdampenedinterval.sh was developed by Hewlett Packard Enterprise.

SEE ALSO

None

Return to Reference Pages Index