]> granicus.if.org Git - icinga2/commitdiff
Indentation: space to tab
authorBarbUk <julien.virey@gmail.com>
Thu, 29 Nov 2018 20:41:27 +0000 (00:41 +0400)
committerBarbUk <julien.virey@gmail.com>
Thu, 29 Nov 2018 20:41:27 +0000 (00:41 +0400)
itl/plugins-contrib.d/storage.conf

index c14bf6856c5d7ac7f732b65aaecc09f0a4450cc4..1d1822ea08e9c26e2efbfb2bcabf55b5d50e29b3 100644 (file)
@@ -104,33 +104,33 @@ object CheckCommand "ceph" {
 }
 
 object CheckCommand "btrfs" {
-    import "plugin-check-command"
-    command = [ "sudo", PluginDir + "/check_btrfs" ]
+       import "plugin-check-command"
+       command = [ "sudo", PluginDir + "/check_btrfs" ]
 
-    arguments = {
-        "--allocated-warning-gib" = {
-            value = "$btrfs_awg$"
-            description = "Exit with WARNING status if less than the specified amount of disk space (in GiB) is unallocated"
-        }
-        "--allocated-critical-gib" = {
-            value = "$btrfs_acg$"
-            description = "Exit with CRITICAL status if less than the specified amount of disk space (in GiB) is unallocated"
-        }
-        "--allocated-warning-percent" = {
-            value = "$btrfs_awp$"
-            description = "Exit with WARNING status if more than the specified percent of disk space is allocated"
-        }
-        "--allocated-critical-percent" = {
-            value = "$btrfs_acp$"
-            description = "Exit with CRITICAL status if more than the specified percent of disk space is allocated"
-        }
-        "--mountpoint" = {
-            value = "$btrfs_mountpoint$"
-            description = "Path to the BTRFS mountpoint"
-            required = true
-        }
-    }
-    vars.btrfs_awp = 80
-    vars.btrfs_acp = 90
+       arguments = {
+               "--allocated-warning-gib" = {
+                       value = "$btrfs_awg$"
+                       description = "Exit with WARNING status if less than the specified amount of disk space (in GiB) is unallocated"
+               }
+               "--allocated-critical-gib" = {
+                       value = "$btrfs_acg$"
+                       description = "Exit with CRITICAL status if less than the specified amount of disk space (in GiB) is unallocated"
+               }
+               "--allocated-warning-percent" = {
+                       value = "$btrfs_awp$"
+                       description = "Exit with WARNING status if more than the specified percent of disk space is allocated"
+               }
+               "--allocated-critical-percent" = {
+                       value = "$btrfs_acp$"
+                       description = "Exit with CRITICAL status if more than the specified percent of disk space is allocated"
+               }
+               "--mountpoint" = {
+                       value = "$btrfs_mountpoint$"
+                       description = "Path to the BTRFS mountpoint"
+                       required = true
+               }
+       }
+       vars.btrfs_awp = 80
+       vars.btrfs_acp = 90
 }