From 7158a386d01268b5dab03025c2b4c54491e35c73 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 25 Jan 2017 17:12:54 +0100 Subject: [PATCH] #7 Pseudo disable softnet alert by increasing threshold to 9999 --- tasks/softnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/softnet.yml b/tasks/softnet.yml index 3fe4f6a..c408624 100644 --- a/tasks/softnet.yml +++ b/tasks/softnet.yml @@ -5,6 +5,6 @@ replace: dest: '/etc/netdata/health.d/softnet.conf' regexp: 'warn: \$this > \(\(\$status >= \$WARNING\) \? \(0\) : \(10\)\)' - replace: 'warn: $this > (($status >= $WARNING) ? (0) : (50))' + replace: 'warn: $this > (($status >= $WARNING) ? (0) : (9999))' notify: - "Restart NetData" -- GitLab