aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-04-06 20:17:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-04-06 20:17:22 -0300
commitfe2b4b376a1b91a624258bbf3e150896553e4813 (patch)
tree0868f03c1e0f72c23289286ae2695d9f0770a151
parent022c5f140e0034e401c0820680252ee38d9c4f2d (diff)
downloadpuppet-nodo-fe2b4b376a1b91a624258bbf3e150896553e4813.tar.gz
puppet-nodo-fe2b4b376a1b91a624258bbf3e150896553e4813.tar.bz2
More monitoring tools
-rw-r--r--manifests/utils/physical.pp9
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',
]: