Browse Source

Evaluate $used_ram_to_ignore on FreeBSD (#4419)

Fix un-evaluated $used_ram_to_ignore variable on FreeBSD.
openspork 6 years ago
parent
commit
97388c9ba5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      health/health.d/ram.conf

+ 1 - 1
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