From a161f0cd19a4e099bc8bb4bb3e01898c9c5f2ee7 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 3 Nov 2013 18:43:23 +0100 Subject: add a few more intelligent plugins for linux hosts --- manifests/plugins/linux.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3