The execution of actions is controlled by an ON/OFF specification. When an action is set to ON, it will be executed. More than one action can be set to ON.
Definition content | Meaning |
---|---|
EVENTLOG="ON" or SYSLOG="ON" | Event log or syslog |
OPAPOST2="OFF" | Systemwalker Centric Manager message linkage |
MAIL="OFF" | |
TRAP="OFF" | Trap |
OTHER="OFF" | Execution of user-specified command |
Note
If MAIL, TRAP, or OTHER is selected, the following detailed parameters must be defined.
Do not delete the definitions for parameters that are not used.
[Windows]
Define the parameters associated with Windows mail notifications.
Definition content | Meaning |
---|---|
MAILSMTPSRV="00.00.00.00" | Address of the SMTP server |
MAILSMTPPRT="25" | Port of the SMTP server |
MAILFROM="aa@xx.co.jp" | Address of sender ("From") |
MAILTO="bb@xx.co.jp" | Address of recipient ("To") |
MAILPOP3PRT="110" | POP3 server port (if POP authentication is required) |
MAILPOP3SRV="00.00.00.00" | POP3 server address (if POP authentication is required) |
MAILAUTHTYPE="Pop" | Specify "Pop" if POP authentication is required. |
MAILUSERID="" | User ID (if POP authentication is required) |
MAILPASSWD="" | Password (if POP authentication is required) |
MAILCC="cc@xx.co.jp, dd@xx.co.jp" | "Cc" address of mail |
MAILBCC="ee@xx.co.jp, ff@xx.co.jp" | "Bcc" address of mail |
MAILSUB="SSQC threshold %MSGINFO%:%2(%PARA3%)" | "Subject" of mail The following variable parameters (% followed by characters) can be specified: %2: System name %PARA3%: Monitoring item name %PARA4%: Resource ID %5: Measurement value %6: Threshold %7: Number of times detected %8: Criterion for the number of times detected |
Note
If POP authentication is not required, modify the parameters as follows:
MAILPOP3PRT=""
MAILPOP3SRV=""
MAILAUTHTYPE=""
MAILUSERID=""
MAILPASSWD=""
[UNIX]
Define the parameters associated with Solaris/Linux mail notifications.
Definition content | Meaning |
---|---|
MAILSMTPSRV="00.00.00.00" | Address of the SMTP server |
MAILSMTPPRT="25" | Port of the SMTP server |
MAILFROM="aa@xx.co.jp" | Address of sender ("From") |
MAILTO="bb@xx.co.jp" | Address of recipient ("To") |
MAILPOP3PRT="110" | POP3 server port (if POP authentication is required) |
MAILPOP3SRV="00.00.00.00" | POP3 server address (if POP authentication is required) |
MAILAUTHTYPE="Pop" | Specify "Pop" if POP authentication is required. |
MAILUSERID="" | User ID (if POP authentication is required) |
MAILPASSWD="" | Password (if POP authentication is required) |
MAILCC="cc@xx.co.jp, dd@xx.co.jp" | "Cc" address of mail |
MAILBCC="ee@xx.co.jp, ff@xx.co.jp" | "Bcc" address of mail |
MAILSUB="SSQC threshold $MSGINFO:$2($3)" | "Subject" of mail The following variable parameters (% followed by characters) can be specified: $2: System name $3: Monitoring item name $4: Resource ID $5: Measurement value $6: Threshold $7: Number of times detected $8: Criterion for the number of times detected |
Note
If POP authentication is not required, modify the parameters as follows:
MAILPOP3PRT=""
MAILPOP3SRV=""
MAILAUTHTYPE=""
MAILUSERID=""
MAILPASSWD=""
Define the parameters associated with trap notifications.
Definition content | Meaning |
---|---|
TRAPAGT="$2" | Address of Trap agent |
TRAPDEST="hostname" | Address of Trap destination |
TRAPCOMMUNITY="public" | Trap community name |
TRAPENTERPRISE="1.3.6.1.4.1.211" | Enterprise value of Trap |
TRAPGENERIC="6" | Generic value of Trap |
TRAPSPECIFIC="1" | Specific value of Trap |
TRAPOBJNAME="1.3.6.1.4.1.211" | Object name |
TRAPOBJTYPE="2" | Object type |
It is possible to execute a command specified by the user.
Specify the command name on the following line:
SQCOTHEREXE="" |
Edit the processing that begins on the following line according to the specifications of the command:
if "%OTHER%"==""ON"" ( |