OVNPM 1.5.2 - Performance Agent for NonStop Server Monitoring Guide
Threshold Configuration 55
<operator> is one of following comparison operator:
">" | “>=” ,” =” “<>”, “<=” and “<”.
<value> is digit number followed with optional sign “/”.
<threshold-option>
[comment <quotedString> ]
[group <groupId> ]
[recurrent (on | off ) ]
[interval (15s| 30s | 1m | 2m | 4m | 8m | 16m | 32m ) ]
[severity (severe | high | medium | low) ]
[active (on | off ) ]
[log (-1 | 0 | 1 | 2 | 3) ]
[violtime <triggerNoticeDelay> ]
[unvioltime <normalNoticeDelay> ]
[incltime <dayInclusionTime> ]
[excltime <dayExlusionTime> ]
<quotedString> is a quoted string. The maximum length is 80
characters. Quote inside the string must be
followed by a quote.
<groupId> is the group id from 1 to 9999.
<triggerNoticeDelay> time in hhmmss format.
<normalNoticeDelay> time in hhmmss format.
<dayInclusionTime> period in hhmmss-hhmmss format.
<dayExclusionTime> period in hhmmss-hhmmss format.
• Any threshold-option can be omitted.
• When recurrent is omitted its default value is on.
• When severity is omitted, the default value is low.
• When interval is omitted, the default value is 30s.
4-1-2-4 Threshold Definition Sample
Sample 1: The following definition uses only the condition. The conditions show various uses of name id and
pattern.
threshold CPU[CPU 00].Free-Memory.% <3;
threshold CPU[0].Free-Memory.% < 3;
threshold 10[0].3 < 4;
threshold USER[USER 255.24? *].Active-process.nb > 20;
threshold DISC[$SYSTEM].Cpu-Busy.% > 5;
Sample 2: The following definition sets the comment, group, and the severity. Note that the group must be
defined before the threshold.
threshold CPU[CPU 00].Free-Memory.% < 80,
comment "Danger severity high",
group 1,
Threshold Configuration