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

Increase softnet budget

parent 3a2c9d55
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,14 @@
notify:
- "Restart NetData"
- name: "Configure Alert: Softnet"
replace:
dest: '/etc/netdata/health.d/softnet.conf'
regexp: 'warn: \$this > \(\(\$status >= \$WARNING\) \? \(0\) : \(10\)\)'
replace: 'warn: $this > (($status >= $WARNING) ? (0) : (50))'
notify:
- "Restart NetData"
- name: "Check if KSM is available"
stat: path='/sys/kernel/mm/ksm'
register: ksm
......
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