forked from intelsdi-x/snap-plugin-collector-apache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapache-file.json
More file actions
29 lines (29 loc) · 744 Bytes
/
Copy pathapache-file.json
File metadata and controls
29 lines (29 loc) · 744 Bytes
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
{
"version": 1,
"schedule": {
"type": "simple",
"interval": "1s"
},
"workflow": {
"collect": {
"metrics": {
"/intel/apache/CPULoad": {},
"/intel/apache/BytesPerSec": {},
"/intel/apache/workers/Sending": {}
},
"config": {
"/intel/apache": {
"apache_mod_status_url": "https://www.apache.org/server-status?auto"
}
},
"publish": [
{
"plugin_name": "file",
"config": {
"file": "/tmp/snap-apache-file.log"
}
}
]
}
}
}