File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ LoadPlugin write_graphite
17
17
LoadPlugin processes
18
18
LoadPlugin aggregation
19
19
LoadPlugin match_regex
20
+ # LoadPlugin memcached
20
21
21
22
<Plugin df >
22
23
# expose host's mounts into container using -v /:/host:ro (location inside container does not matter much)
@@ -72,6 +73,11 @@ LoadPlugin match_regex
72
73
IgnoreSelected true
73
74
</Plugin >
74
75
76
+ # <Plugin " memcached" >
77
+ # Host "memcached"
78
+ # Port "11211"
79
+ # </Plugin >
80
+
75
81
<Chain " PostCache" >
76
82
<Rule >
77
83
<Match regex >
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ collectd:
9
9
COLLECT_INTERVAL: 10
10
10
links:
11
11
- graphite
12
+ - memcached
Original file line number Diff line number Diff line change
1
+ memcached:
2
+ image: memcached:latest
3
+ ports:
4
+ - "11211:11211"
5
+
You can’t perform that action at this time.
0 commit comments