Ad Widget

Collapse

Summing item value by month or date

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • salim.mussi
    Junior Member
    • May 2017
    • 1

    #1

    Summing item value by month or date

    Hi!
    I am monitoring the printers of my company.
    I would like to create an item in a printer template that would add the prints for the current month.
    I was able to use in calculated item the function sum("prints.delta", 2592000) to add the printed pages from the last 30 days.
    But the sum takes the printed pages of the previous month and the current month (last 30 days).
    Is it possible to separate the items to be added through the month item.value?
  • tiagorsa
    Junior Member
    Zabbix Certified Specialist
    • Jan 2013
    • 9

    #2
    Originally posted by salim.mussi
    Hi!
    I am monitoring the printers of my company.
    I would like to create an item in a printer template that would add the prints for the current month.
    I was able to use in calculated item the function sum("prints.delta", 2592000) to add the printed pages from the last 30 days.
    But the sum takes the printed pages of the previous month and the current month (last 30 days).
    Is it possible to separate the items to be added through the month item.value?
    Did you find the solution? I have the same problem

    Comment

    Working...