diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-04-06 20:17:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-04-06 20:17:22 -0300 |
commit | fe2b4b376a1b91a624258bbf3e150896553e4813 (patch) | |
tree | 0868f03c1e0f72c23289286ae2695d9f0770a151 | |
parent | 022c5f140e0034e401c0820680252ee38d9c4f2d (diff) | |
download | puppet-nodo-fe2b4b376a1b91a624258bbf3e150896553e4813.tar.gz puppet-nodo-fe2b4b376a1b91a624258bbf3e150896553e4813.tar.bz2 |
More monitoring tools
-rw-r--r-- | manifests/utils/physical.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 420552c..e91e743 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -25,11 +25,20 @@ class nodo::utils::physical ( 'bwm-ng', 'inxi', 'bmon', + 'dstat', + 'ifstat', ]: ensure => $ensure, } package { [ + 'collectl', + ]: + ensure => $ensure, + install_options => [ '--no-install-recommends' ], # otherwise it installs apache2 + } + + package { [ 'acpi', 'cpuid', ]: |