NonStop Operating System Event Management Programming Manual
System Monitor Event Messages (ZMON)
HP NonStop Operating System Event Management Programming Manual—520372-020
7-4
Operating System (ZGRD-) Definitions
Operating System (ZGRD-) Definitions
Operating system definitions begin with ZGRD-. Those that appear in system monitor
event messages are described in the event-message descriptions.
System Monitor (ZMON-) Definitions
System monitor definitions begin with ZMON- and are found in the source-definition
files ZMONTAL, ZMONCOB, ZMONTACL, ZMONDDL, ZMONC, and ZMONPAS.
These definitions are described in this section.
Topics:
Private Token and Field Types on page 7-4
Predefined Token and Field Values on page 7-6
Simple Tokens and Structured Tokens on page 7-6
Private Token and Field Types
See the SPI Programming Manual for more information about the SPI message buffer.
Token Description
ZMON-DDL-MSG-BUFFER SPI message buffer to use for system monitor event
messages (see Figure 7-2
).
ZCPU-TKN-CPU-TYPE Subject token that specifies the processor type (see Table 7-4
on page 7-5).
ZCPU-TKN-NEV-MODEL Processor model ID (see Table 7-5
on page 7-5).
ZCPU-TKN-YOS-MODEL Processor model ID (see Table 7-6
on page 7-5).
Figure 7-2. ZMON-DDL-MSG-BUFFER Definition
def ZMON-DDL-MSG-BUFFER.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 TO ZMON-VAL-BUFLEN times
depending on Z-OCCURS.
end.