Increase treshold for running processes for zabbix

Modern OS can run much more than 300 processes, so zabbix warn every
time about it. Increased value to 500.

Change-Id: Icbcfa2009e312a66c84f3de5f16b53c95052553b
Closes-Bug: #1434118
This commit is contained in:
Stanislaw Bogatkin 2015-04-07 14:08:09 +03:00
parent 2801a12c21
commit d2fd75d3d5
1 changed files with 1 additions and 1 deletions

View File

@ -2600,7 +2600,7 @@
<dependencies/>
</trigger>
<trigger>
<expression>{Template Fuel OS Linux:proc.num[].last(0)}&gt;300</expression>
<expression>{Template Fuel OS Linux:proc.num[].last(0)}&gt;500</expression>
<name>Too many processes on {HOST.NAME}</name>
<url/>
<status>0</status>