Skip to content
Snippets Groups Projects
Commit 7158a386 authored by jurgenhaas's avatar jurgenhaas
Browse files

#7 Pseudo disable softnet alert by increasing threshold to 9999

parent 3b67fe52
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment