Ad Widget

Collapse

Monitor Running Processes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdm710
    Member
    • Jun 2007
    • 43

    #1

    Monitor Running Processes

    I'm trying to monitor the use of IM programs. The way I came up with involves using proc.mem[<name> <,user> <,mode>] to monitor the memory usage of aim.exe, and then set a trigger to notify me if the memory value is above 0, but I can't seem to get the proc.mem function working. Right now the function says proc.mem[aim.exe ,cmiller]. I'm not really sure what mode should say, which could very well be the problem. The description of the function said if mode is missing then sum is used. Anyone know what I'm doing wrong, or have a suggestion on how to monitor IM programs with Zabbix.
  • cdm710
    Member
    • Jun 2007
    • 43

    #2
    I couldn't get proc.mem to work, but proc.num[aim.exe] works just as well...I overlooked that one the first time through.

    Comment

    • phlux
      Junior Member
      • Aug 2007
      • 11

      #3
      proc.mem[harmony.exe,SYSTEM,sum]

      I cant get proc.mem to work.

      I enter the follwoing for mem for the process "harmony.exe"

      proc.mem[harmony.exe,SYSTEM,sum]

      it just disables it and claims not supported. I need to see mem useage for this proc. How can I do so?

      Thanks

      Sam

      Comment

      Working...