Ad Widget

Collapse

Extract Highest value for an item for last 24 hours

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wreckerinchief
    Junior Member
    • Feb 2020
    • 2

    #1

    Extract Highest value for an item for last 24 hours

    Hi, I need to send a maily every day that will send highest value of Memory used in last 24 hours.

    Is there a way to automate the calculation.

    Zabbix Version: Zabbix 4.2.3
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    You can use a calculated item something like: max("some.server:vm.memory.size[used]",24h)

    Comment

    • wreckerinchief
      Junior Member
      • Feb 2020
      • 2

      #3
      Originally posted by LenR
      You can use a calculated item something like: max("some.server:vm.memory.size[used]",24h)
      Thanks for reply, I will test this and update if it gets me the desired output.

      Comment

      Working...