projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5444a56
)
curl_json plugin: add an example of array access to the documented uWSGI example
author
Jim Radford
<radford@galvanix.com>
Sat, 10 Aug 2013 19:13:09 +0000
(12:13 -0700)
committer
Jim Radford
<radford@galvanix.com>
Sat, 10 Aug 2013 19:45:30 +0000
(12:45 -0700)
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
49dfe19
..
6158cb7
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-1109,6
+1109,10
@@
socket.
<Key "workers/*/requests">
Type "http_requests"
</Key>
+
+ <Key "workers/*/apps/*/requests">
+ Type "http_requests"
+ </Key>
</Sock>
</Plugin>