Hi all, I'm monitoring a router with an SNMP template. I have made a graph with 2 datasets, "bits sent" and "bits received" and it's working fine.
I would like to add speedtest results to the graph (in blue). Here is what I did so far: I'm currently sending the max download bandwidth in bps to zabbix with zabbix_sender (every 30 minutes), and added the data set as "line", "missing data = last known", "aggregation function = not used", and the graph shows 1 hour time frame.
Questions:
I would like to add speedtest results to the graph (in blue). Here is what I did so far: I'm currently sending the max download bandwidth in bps to zabbix with zabbix_sender (every 30 minutes), and added the data set as "line", "missing data = last known", "aggregation function = not used", and the graph shows 1 hour time frame.
Questions:
- Is it the right way/recommended way to do that?
- How can I show a continuous line instead of 2 points? I have a point every 30 minutes, but as the timeframe only shows 2 points, it shows this line instead of something from left to right.