summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authoropenspork <christianrgerlach@gmail.com>2018-10-17 07:16:08 -0700
committerCosta Tsaousis <costa@tsaousis.gr>2018-10-17 17:16:08 +0300
commit97388c9ba5bef06db57407762b6e0b55775b2031 (patch)
tree9b5e813288f22f833d7a59ed13201b5cd7944cf8 /health
parentdce20ad7c25df30202bfb430400ea51340d02d87 (diff)
Evaluate $used_ram_to_ignore on FreeBSD (#4419)
Fix un-evaluated $used_ram_to_ignore variable on FreeBSD.
Diffstat (limited to 'health')
-rw-r--r--health/health.d/ram.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/ram.conf b/health/health.d/ram.conf
index d5a6396b60..4e437322cd 100644
--- a/health/health.d/ram.conf
+++ b/health/health.d/ram.conf
@@ -3,7 +3,7 @@
alarm: used_ram_to_ignore
on: system.ram
- os: linux
+ os: linux freebsd
hosts: *
calc: ($zfs.arc_size.arcsz = nan)?(0):($zfs.arc_size.arcsz)
every: 10s