OVNPM 1.5.2 - Performance Agent for NonStop Server Monitoring Guide

OVNPM Monitoring Configuration 17
Refer to Symbolic Path Names for details.
You can use the syntax provided above to make the desired changes in the USERCFG file.
In the following sample section of the USERCFG file, a new APPLIDEF entity named APPLICATION2 has been
added, which will monitor processes $Pra, $PRb and $PRc.
- section: APPLIDEF
-- Syntax : APPLIDEF <ApplicationName> [,TREND=<ON|OFF>]
-- =<$Process1>+<$Process2>+..
-- .processes=<$Process3> <$Process4>+..
-- Example: APPLIDEF MEASURE
-- =$XMM+$XM00+$XM01
-- Usage : This domain is made to monitor a set of processes as --a application.
-----------------------------------------------------------------
APPLIDEF APPLICATION1 , TREND = ON
=$PR1+$PR2+$PR3
APPLIDEF APPLICATION2 , TREND = ON
=$PRa+$PRb+$PRc
Refer to Appendix H: USERCFG File for a sample USERCFG file.