diff options
author | mh <mh@immerda.ch> | 2013-11-03 18:43:23 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-11-03 18:43:23 +0100 |
commit | a161f0cd19a4e099bc8bb4bb3e01898c9c5f2ee7 (patch) | |
tree | 4f12166133ca2fde57cd248f243c9a8427bf1e30 /manifests/plugins | |
parent | d92912ba27c1234e6f6072a3b922beabbd28dd98 (diff) |
add a few more intelligent plugins for linux hosts
Diffstat (limited to 'manifests/plugins')
-rw-r--r-- | manifests/plugins/linux.pp | 3 |
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; |