Ad Widget

Collapse

Application Memory Usage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EVB
    Junior Member
    • Feb 2014
    • 2

    #1

    Application Memory Usage

    Hi All,

    In monitoring one of our servers we're getting alerts for high memory usage when the backup application Mozy is performing it's scheduled backups. Is there a way to configure the trigger to ignore this application when it's in use?

    This is my first post so if there's additional info that would be helpful let me know.
  • yukra
    Senior Member
    • Apr 2013
    • 1359

    #2
    Originally posted by EVB
    Hi All,

    In monitoring one of our servers we're getting alerts for high memory usage when the backup application Mozy is performing it's scheduled backups. Is there a way to configure the trigger to ignore this application when it's in use?

    This is my first post so if there's additional info that would be helpful let me know.

    Create items "My backup is run now" (item: proc.num[<name>,<user>,<state>,<cmdline>] https://www.zabbix.com/documentation...s/zabbix_agent ) and use triggers "vm.memory.size[free] < X AND proc.num[YOU_OPTIONS]#0"

    Comment

    • EVB
      Junior Member
      • Feb 2014
      • 2

      #3
      Many thanks Yukra will try it and see.

      Comment

      Working...