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
257e6c46
Commit
257e6c46
authored
Jun 21, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(collectd): updated collectd config
parent
87ab97b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
4 deletions
+28
-4
docker/blocks/collectd/collectd.conf.tpl
+28
-4
No files found.
docker/blocks/collectd/collectd.conf.tpl
View file @
257e6c46
...
...
@@ -14,10 +14,9 @@ LoadPlugin interface
LoadPlugin uptime
LoadPlugin swap
LoadPlugin write_graphite
<Plugin
cpu
>
ReportByCpu {{ REPORT_BY_CPU | default("false") }}
</Plugin>
LoadPlugin processes
LoadPlugin aggregation
LoadPlugin match_regex
<Plugin
df
>
# expose host's mounts into container using -v /:/host:ro (location inside container does not matter much)
...
...
@@ -46,6 +45,9 @@ LoadPlugin write_graphite
ReportByDevice false
ReportReserved true
ReportInodes true
ValuesAbsolute true
ValuesPercentage true
ReportInodes true
</Plugin>
<Plugin
"
disk
"
>
...
...
@@ -53,6 +55,15 @@ LoadPlugin write_graphite
IgnoreSelected false
</Plugin>
<Plugin
"
aggregation
"
>
<Aggregation>
Plugin "cpu"
Type "cpu"
GroupBy "Host"
GroupBy "TypeInstance"
CalculateAverage true
</Aggregation>
</Plugin>
<Plugin
interface
>
Interface "lo"
...
...
@@ -61,6 +72,19 @@ LoadPlugin write_graphite
IgnoreSelected true
</Plugin>
<Chain
"
PostCache
"
>
<Rule>
<Match
regex
>
Plugin "^cpu$"
PluginInstance "^[0-9]+$"
</Match>
<Target
write
>
Plugin "aggregation"
</Target>
Target stop
</Rule>
Target "write"
</Chain>
<Plugin
"
write_graphite
"
>
<Carbon>
...
...
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