From: Silvio Rhatto Date: Sat, 6 Apr 2019 23:17:22 +0000 (-0300) Subject: More monitoring tools X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fe2b4b376a1b91a624258bbf3e150896553e4813;p=puppet-nodo.git More monitoring tools --- 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,10 +25,19 @@ 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',