Ad Widget

Collapse

Item depends on Action posible ? or output of Action execution possible?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbixx
    Member
    • Jul 2012
    • 71

    #1

    Item depends on Action posible ? or output of Action execution possible?

    Hello together!
    we have masive problem an out windows Clients the there is somwhere a memory leak .... how ever we need find out whitch process consume the memory .

    There is a Item "HOST1.RAM" (thats contains the numerric value of consumed RAM)
    There is a trigger HOST1.TRIGGER1 (thats is on if 15GB is consumed)

    Now i have only to Execute the command on the Client "powershell.exe -ExecutionPolicy Bypass -File "C:\zabbix\scripts\memInfo.ps1" (that give me the output from Get-Process"

    I simple need to catch this output in zabbix (send it per Action email or store in a Item )

    how can this be done?

    (i know to store this in file is a way but if the memery is full pagefily sys consume the hole disk ... no diskspare left on client)
Working...