Skip to content

Commit 0555525

Browse files
committed
tech(): updated list of docker stuff
1 parent 24a54cd commit 0555525

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docker/blocks/collectd/collectd.conf.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ LoadPlugin write_graphite
1717
LoadPlugin processes
1818
LoadPlugin aggregation
1919
LoadPlugin match_regex
20+
# LoadPlugin memcached
2021

2122
<Plugin df>
2223
# expose host's mounts into container using -v /:/host:ro (location inside container does not matter much)
@@ -72,6 +73,11 @@ LoadPlugin match_regex
7273
IgnoreSelected true
7374
</Plugin>
7475

76+
# <Plugin "memcached">
77+
# Host "memcached"
78+
# Port "11211"
79+
# </Plugin>
80+
7581
<Chain "PostCache">
7682
<Rule>
7783
<Match regex>

docker/blocks/collectd/fig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ collectd:
99
COLLECT_INTERVAL: 10
1010
links:
1111
- graphite
12+
- memcached

docker/blocks/memcached/fig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
memcached:
2+
image: memcached:latest
3+
ports:
4+
- "11211:11211"
5+

0 commit comments

Comments
 (0)