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]....
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]....
Comment