OVNPM 1.5.2 - Performance Agent for NonStop Server Monitoring Guide
100
Appendix E
USERCFG File
This section provides a sample of a USERCFG file.
-- OVNPM User Custom Configuration File
-- This file contains the list of units collected by OVNPM
---------------------------------------------------------------
-- Section: NODE
-- Syntax : NODE <\NodeName> [,TREND=<ON|OFF>]
-- Example: NODE \OVNPM
---------------------------------------------------------------
NODE \OVNPM , TREND = ON
---------------------------------------------------------------
-- Section: CPU
-- Syntax : CPU <Cpu Number> [,TREND=<ON|OFF>]
-- Example: CPU 00
---------------------------------------------------------------
CPU 0 , TREND = ON
CPU 1 , TREND = ON
---------------------------------------------------------------
-- Section: DISC
-- Syntax : DISC <$Volume> [,TREND=<ON|OFF>]
-- Example: DISC $SYSTEM
---------------------------------------------------------------
DISC $SYSTEM , TREND = ON
DISC $DEV , TREND = ON
DISC $SWAP2 , TREND = ON
DISC $SWAP , TREND = ON
DISC $OLD , TREND = ON
---------------------------------------------------------------
-- Section: LINE
-- Syntax : LINE <$Device> [,TREND=<ON|OFF>]
-- Example: LINE $X25A
---------------------------------------------------------------
LINE $T0 , TREND = ON
LINE $T1 , TREND = ON
LINE $T2 , TREND = ON
LINE $T3 , TREND = ON