[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

monalerts

Syntax

monalerts -T system:mm[x] <-ca (enabled | disabled)> <-ec (enabled | disabled)> <-ia (enabled | disabled)> <-wa (enabled | disabled)>

Release Information

Command supported by JUNOS Release 9.1 and later.

Description

(JCS management module CLI) Display or configure alerts monitored by the JCS management module.

Options

-T system:mm[x]—Specify a JCS management module as the command target. Replace x with the primary management module number (1 or 2).

-ca (enabled | disabled)—(Optional) Enable or disable monitoring of all critical alerts.

-ec (enabled | disabled)—(Optional) Enable or disable enhanced legacy alert categories. When enhanced legacy alert categories are enabled, alerts can be configured using the monalerts command.

Note: Make sure enhanced legacy alerts are enabled for the JCS 1200 platform.

-ia (enabled | disabled)—(Optional) Enable or disable monitoring of all informational alerts.

-wa (enabled | disabled)—(Optional) Enable or disable monitoring of all warning alerts.

Required Privilege Level

operator (display)

supervisor (display or configure)

Related Topics

List of Sample Output

monalerts (Display)
monalerts (Configure)

Output Fields

Table 15 lists the output fields for the monalerts command. Output fields are listed in the approximate order in which they appear.

Table 15: monalerts Output Fields

Field Name

Field Description

-ca

Status (enabled or disabled) of critical alert monitoring.

-ec

Status (enabled or disabled) of enhanced legacy alert categories. When enabled, legacy alert categories can be configured with the monalerts command.

-ia

Status (enabled or disabled) of informational alert monitoring.

-wa

Status (enabled or disabled) of warning alert monitoring.

Sample Output

monalerts (Display)

system> monalerts -T system:mm[1]
-ca enabled
-ec enabled
-ia disabled
-wa disabled

monalerts (Configure)

system> monalerts -T system:mm[1] -ia enable -wa enable
OK

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]