forked from dinedal/cirgonus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
44 lines (44 loc) · 831 Bytes
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"Listen": ":8000",
"Username": "gollector",
"Password": "gollector",
"Facility": "daemon",
"LogLevel": "info",
"PollInterval": 5,
"Plugins": {
"record_example": {
"Type": "record",
"Params": "record_example"
},
"tha load": {
"Type": "load_average",
"Params": null
},
"mem_usage": {
"Params": null
},
"cpu_usage": {
"Params": null
},
"echo hi": {
"Type": "command",
"Params": [ "echo", "{\"hi\": 1}" ]
},
"echo hello": {
"Type": "command",
"Params": [ "echo", "{\"hello\": 1}" ]
},
"eth0 usage": {
"Type": "net_usage",
"Params": "eth0"
},
"sda usage": {
"Type": "io_usage",
"Params": "sda"
},
"/ usage": {
"Type": "fs_usage",
"Params": "/"
}
}
}