summaryrefslogtreecommitdiff
path: root/src/pmie/examples/network.head
blob: 909e773448d86d704385db0450ed7181a798ab0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Some Common Performance Monitoring Scenarios
//
// The Network Group
//

// replace with your hosts
HOSTS = ":localhost :foo";

// replace this with your e-mail address
MINDER = "root@localhost";

// 10 second rulesets in this group
delta = 10 sec;  		// numbers are diff than strings
DELTA_STR = "10 seconds";	// strings are diff than numbers