summaryrefslogtreecommitdiff
path: root/manifests/plugins/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-11-03 18:43:23 +0100
committermh <mh@immerda.ch>2013-11-03 18:43:23 +0100
commita161f0cd19a4e099bc8bb4bb3e01898c9c5f2ee7 (patch)
tree4f12166133ca2fde57cd248f243c9a8427bf1e30 /manifests/plugins/linux.pp
parentd92912ba27c1234e6f6072a3b922beabbd28dd98 (diff)
add a few more intelligent plugins for linux hosts
Diffstat (limited to 'manifests/plugins/linux.pp')
-rw-r--r--manifests/plugins/linux.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/plugins/linux.pp b/manifests/plugins/linux.pp
index 57f2bba..354d23c 100644
--- 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;