- Hewlett-Packard Printer User Guide

Syntax Used in VPO Configuration Files
Configuration Files for Monitors
Appendix A286
Configuration Files for Monitors
The following describes the syntax that is used in configuration files for
threshold monitors. These files must fit the syntax rules related to
<monsource>.
It is recommended to put the keyword SYNTAX_VERSION followed by the
number of the current version at the beginning of a configuration file.
NOTE Note that the name of the monitor (the string between the keywords
MONITOR and DESCRIPTION) must not contain space characters
(blanks).
file ::= SYNTAX_VERSION <num> <monsources>
<monsources> ::= <monsource> <monsources> | e
monsource ::= MONITOR <string> DESCRIPTION <string><mondefopts>
<monconditions>
mondefopts ::= <mondefopts> [ <stddefault> | NODE <nodes> |
<monoption> | <stdoption> | <oldmondefopts> ] | e
<stddefault> ::= SEVERITY <severity> | APPLICATION <string>
| MSGGRP <string> | OBJECT <string> |
MAP_COLORING <string> | SERVICE_NAME <string> |
MSG_KEY <string> | MSGKEY <string> |
HELPTEXT <string> | HELP <string> |
INSTRUCTION_TEXT_INTERFACE <string> |
INSTRUCTION_PARAMETERS <string>
<monoption> ::= INTERVAL <string> | MONPROG <string> |
MIB <string> | MIB <string> NODE <node> |
EXTERNAL | MINTHRESHOLD |
MAXTHRESHOLD | GEN_BELOW_THRESHOLD |
GEN_BELOW_RESET | GEN_ALWAYS
stdoption ::= LOGMATCHEDMSGCOND | LOGMATCHEDSUPPRESS |
LOGUNMATCHED | FORWARDUNMATCHED |
UNMATCHEDLOGONLY | MPI_SV_COPY_MSG |
MPI_SV_DIVERT_MSG | MPI_SV_NO_OUTPUT |