First things first. I'm running zabbix 1.6.1 on RHEL 4. I've got a trigger setup to go off when more than X processes are running. I also have an action that e-mails me when the that trigger goes off.
I want to be emailed the output of 'ps fax' as well so that I know which piece of software is spawning so many processes. The message I'm sending is as follows:
and the message I receive is:
So my question is, What am I doing wrong and how can I get the results I'm looking for?
Thanks
Dan
I want to be emailed the output of 'ps fax' as well so that I know which piece of software is spawning so many processes. The message I'm sending is as follows:
Too many processes on {HOSTNAME}.
Processes:
{{HOSTNAME}:system.run["ps fax"]}
Processes:
{{HOSTNAME}:system.run["ps fax"]}
Too many processes on example.com.
Processes:
{example.com:system.run["ps fax"]}
Processes:
{example.com:system.run["ps fax"]}
Thanks
Dan


Comment