]> git.openstreetmap.org Git - chef.git/commitdiff
Set warning thresholds for some sensors on pyrene
authorTom Hughes <tom@compton.nu>
Wed, 5 Sep 2018 08:15:11 +0000 (09:15 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 5 Sep 2018 08:15:37 +0000 (09:15 +0100)
roles/pyrene.rb

index f7f36ee769c7b3108f3a4820589b2c9e58a2673d..e9d7f02dae4c819307ae9e542c98ca5175a07687 100644 (file)
@@ -5,6 +5,14 @@ default_attributes(
   :apt => {
     :sources => ["postgresql"]
   },
   :apt => {
     :sources => ["postgresql"]
   },
+  :munin => {
+    :plugins => {
+      :hpasmcli2_temp => {
+        :temp15 => { :warning => "59.5", :critical => "70" },
+        :temp17 => { :warning => "59.5", :critical => "70" }
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
   :networking => {
     :interfaces => {
       :external_ipv4 => {