lib/riemann/tools/health.rb in riemann-tools-1.1.0 vs lib/riemann/tools/health.rb in riemann-tools-1.1.1

- old
+ new

@@ -12,10 +12,10 @@ opt :cpu_warning, 'CPU warning threshold (fraction of total jiffies)', default: 0.9 opt :cpu_critical, 'CPU critical threshold (fraction of total jiffies)', default: 0.95 opt :disk_warning, 'Disk warning threshold (fraction of space used)', default: 0.9 opt :disk_critical, 'Disk critical threshold (fraction of space used)', default: 0.95 opt :disk_ignorefs, 'A list of filesystem types to ignore', - default: %w[anon_inodefs autofs cd9660 devfs devtmpfs fdescfs iso9660 linprocfs linsysfs nfs procfs tmpfs] + default: %w[anon_inodefs autofs cd9660 devfs devtmpfs fdescfs iso9660 linprocfs linsysfs nfs overlay procfs tmpfs] opt :load_warning, 'Load warning threshold (load average / core)', default: 3.0 opt :load_critical, 'Load critical threshold (load average / core)', default: 8.0 opt :memory_warning, 'Memory warning threshold (fraction of RAM)', default: 0.85 opt :memory_critical, 'Memory critical threshold (fraction of RAM)', default: 0.95 opt :checks, 'A list of checks to run.', type: :strings, default: %w[cpu load memory disk]