Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Hi,
I have an interface. Its speed is 1024 K. But due to some routing tricks I set the speed 10 K. And I create data files. But data files sees interface speed as 10K
How can i set max. value a 1024 K
here is rrdtool info output:
You mean, uncheck the Maximum value. Ok but i wanna change only two existing interface's max. value not all..
rrdtool tune seems correct solution for me i think. But i dont know how to use this options.
Its help in not clear for me.
I try like that:
root@cacti:/var/www/cacti/rra# rrdtool tune ankaraybp2610_traffic_in_472.rrd -a traffic_in=1.0240000000e+06
root@cacti:/var/www/cacti/rra# rrdtool tune ankaraybp2610_traffic_in_472.rrd -a traffic_out=1.0240000000e+06
root@cacti:/var/www/cacti/rra# rrdtool tune ankaraybp2610_traffic_in_472.rrd -a traffic_in:1.0240000000e+06
root@cacti:/var/www/cacti/rra# rrdtool tune ankaraybp2610_traffic_in_472.rrd -a traffic_out:1.0240000000e+06
TFC wrote:You mean, uncheck the Maximum value. Ok but i wanna change only two existing interface's max. value not all..
rrdtool tune seems correct solution for me i think. But i dont know how to use this options.
Its help in not clear for me.
I try like that:
root@cacti:/var/www/cacti/rra# rrdtool tune ankaraybp2610_traffic_in_472.rrd -a traffic_in=1.0240000000e+06
root@cacti:/var/www/cacti/rra# rrdtool tune ankaraybp2610_traffic_in_472.rrd -a traffic_out=1.0240000000e+06
Hi, it seems a bit silly cacti doesnt run rrdtool tune automatically?
If i change my template and especially if the value is defined per source and I change it on individual data sources it seems reasonable to expect the change to be applied to existing graphs.
Instead I have to make a new data source, and basically abandon the old one losing historical data in the process. This seems very backwards.