Hi All,
I am in confusion with Too many processes running trigger with default zabbix linux template.
Alert
Too many processes running on mail.tikejhya.com: PROBLEM
Last value: 38
When i get this alert i am always in chasing game ofcourse to get the right result manually but i dont seem to get one, could you guys please provide me feedback what exactly zabbix will be looking for.
proc.num [,,run] = result doesnot seem to be equal to my manual below given tests,
ps -ef | awk '{ print $8 }' | sort -n | uniq -c | sort -n | tail -5
5 /sbin/mingetty
7 /usr/local/sbin/zabbix_agentd
44 /usr/local/php5/bin/php-cgi
ps aux | awk '{ print $11 }' | sort -n | uniq -c | sort -n
5 /sbin/mingetty
7 /usr/local/sbin/zabbix_agentd
44 /usr/local/php5/bin/php-cgi
Am i refering wrong here, or is that something else zabbix looks into, my understanding was zabbix will get the figure of TOP command, Tasks: xx Total x running (this running bit here).
Any feedback.
Regards
Tikejhya
I am in confusion with Too many processes running trigger with default zabbix linux template.
Alert
Too many processes running on mail.tikejhya.com: PROBLEM
Last value: 38
When i get this alert i am always in chasing game ofcourse to get the right result manually but i dont seem to get one, could you guys please provide me feedback what exactly zabbix will be looking for.
proc.num [,,run] = result doesnot seem to be equal to my manual below given tests,
ps -ef | awk '{ print $8 }' | sort -n | uniq -c | sort -n | tail -5
5 /sbin/mingetty
7 /usr/local/sbin/zabbix_agentd
44 /usr/local/php5/bin/php-cgi
ps aux | awk '{ print $11 }' | sort -n | uniq -c | sort -n
5 /sbin/mingetty
7 /usr/local/sbin/zabbix_agentd
44 /usr/local/php5/bin/php-cgi
Am i refering wrong here, or is that something else zabbix looks into, my understanding was zabbix will get the figure of TOP command, Tasks: xx Total x running (this running bit here).
Any feedback.
Regards
Tikejhya
Comment