Ad Widget

Collapse

proc.num with several processus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SLMitch
    Member
    • May 2006
    • 39

    #1

    proc.num with several processus

    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
    Junior Member
    • Jun 2006
    • 8

    #2
    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.

    Comment

    • SLMitch
      Member
      • May 2006
      • 39

      #3
      yes.

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

      Comment

      Working...