Well.. checking if a process "myprocessd" is running with proc.num[httpd].
The problem here is that it'll count to 1 or more if myprocessd is a zombie process. There are only a set of states that I'm interested in, obviously: running, interruptable sleep, etc .. but not zombie processes.
The workarounds are:
* a custom script to count how many functional myprocess processes there are.
* make an additional item that count zombie myprocessd processes, and then use that in my trigger logic. I'll have to do this for a ton of items and triggers.
Is there a sane way of doing this in zabbix without a lot of sillyness?
The problem here is that it'll count to 1 or more if myprocessd is a zombie process. There are only a set of states that I'm interested in, obviously: running, interruptable sleep, etc .. but not zombie processes.
The workarounds are:
* a custom script to count how many functional myprocess processes there are.
* make an additional item that count zombie myprocessd processes, and then use that in my trigger logic. I'll have to do this for a ton of items and triggers.
Is there a sane way of doing this in zabbix without a lot of sillyness?

Comment