Ad Widget

Collapse

Zabbix bandwidth monthly monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ruslan_Sh
    Junior Member
    • Mar 2019
    • 6

    #1

    Zabbix bandwidth monthly monitoring

    How can I collect network bandwidth on the network interface for a month?Is it possible to get data by zabbix tools? One of the main problems is to set up period for monitoring. I create calculated item that get traffic for a minute and I try to sum it by function "sum(total.traffic[{#IFNAME}],30d)", but it returns me value for the last 30 days. How can I set up some period that will return sum of values from beginning of month to nowadays?
  • dbednarsky
    Junior Member
    • Mar 2026
    • 2

    #2
    did you ever come up with a solution for this? I am trying to this on a single wifi ssid that is on 4 unifi AP's

    Comment

    • PavelZ
      Senior Member
      • Dec 2024
      • 171

      #3
      Here is such a template https://github.com/pavlozt/somezabbi...onthly-traffic
      But it is designed for linux servers and linux template. Fix for you own snmp references

      I'd even say it overly automates item creation. You can write your own template without autodiscovery.

      Comment

      Working...