Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
0555525f
Commit
0555525f
authored
Jun 22, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(): updated list of docker stuff
parent
24a54cd9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
docker/blocks/collectd/collectd.conf.tpl
+6
-0
docker/blocks/collectd/fig
+1
-0
docker/blocks/memcached/fig
+5
-0
No files found.
docker/blocks/collectd/collectd.conf.tpl
View file @
0555525f
...
...
@@ -17,6 +17,7 @@ LoadPlugin write_graphite
LoadPlugin processes
LoadPlugin aggregation
LoadPlugin match_regex
# LoadPlugin memcached
<Plugin
df
>
# expose host's mounts into container using -v /:/host:ro (location inside container does not matter much)
...
...
@@ -72,6 +73,11 @@ LoadPlugin match_regex
IgnoreSelected true
</Plugin>
#
<Plugin
"
memcached
"
>
# Host "memcached"
# Port "11211"
#
</Plugin>
<Chain
"
PostCache
"
>
<Rule>
<Match
regex
>
...
...
docker/blocks/collectd/fig
View file @
0555525f
...
...
@@ -9,3 +9,4 @@ collectd:
COLLECT_INTERVAL: 10
links:
- graphite
- memcached
docker/blocks/memcached/fig
0 → 100644
View file @
0555525f
memcached:
image: memcached:latest
ports:
- "11211:11211"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment