blob: 78936b9e0b04aa6254add4a7a4a316b0e6e16388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
// Some Common Performance Monitoring Scenarios
//
// The Environ Group
//
// Note: need environ PMDA installed on a Challenge L or XL for
// required metrics to be available
// replace with your hosts
HOSTS = ":localhost :foo";
// replace this with your e-mail address
MINDER = "root@localhost";
// 1 minute rulesets in this group
delta = 1 min; // numbers are diff than strings
DELTA_STR = "1 minute"; // strings are diff than numbers
|