projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92912b
)
add a few more intelligent plugins for linux hosts
author
mh
<mh@immerda.ch>
Sun, 3 Nov 2013 17:43:23 +0000
(18:43 +0100)
committer
mh
<mh@immerda.ch>
Sun, 3 Nov 2013 17:43:23 +0000
(18:43 +0100)
manifests/plugins/linux.pp
patch
|
blob
|
history
diff --git
a/manifests/plugins/linux.pp
b/manifests/plugins/linux.pp
index
57f2bba
..
354d23c
100644
(file)
--- a/
manifests/plugins/linux.pp
+++ b/
manifests/plugins/linux.pp
@@
-1,7
+1,8
@@
# Set up plugins for a linux host
class munin::plugins::linux {
munin::plugin {
- [ 'df_abs', 'forks', 'df_inode', 'irqstats', 'entropy', 'open_inodes' ]:
+ [ 'df_abs', 'forks', 'df_inode', 'irqstats', 'entropy', 'open_inodes',
+ 'diskstats', 'proc_pri', 'threads', ]:
ensure => present;
'acpi':
ensure => $::acpi_available;