]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
More monitoring tools
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 6 Apr 2019 23:17:22 +0000 (20:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 6 Apr 2019 23:17:22 +0000 (20:17 -0300)
manifests/utils/physical.pp

index 420552caf12bb1681ce362636f44233cb04cdb32..e91e743d7352e9021177dd1720bef1fc0f22d0e2 100644 (file)
@@ -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',