PDA

View Full Version : proc.num with several processus


SLMitch
12-07-2006, 13:40
I want monitore on my servers if processus apache is running.

However, le name of processus depend of version of OS, distrib, version of apache..., and i have : apache/apache2/httpd.

Without using 3 differents items, is it possible to make a "super" items where the result is sum of result we would have with the different keys ?

Example :
proc.num[apache]+proc.num[httpd]....

pilot
12-07-2006, 16:26
You can use operators in triggers.

I think that monitoring of all parameters is right solution.

Really (in my practice) if all triggers/actions configured well monitoring graphs is not necessarily.

SLMitch
12-07-2006, 17:45
yes.

As i have several other use cases, i will develop un new key in C...