I know only setting how often graphs are saved to disk (1 hour or 5 minutes). Where can I change time of updating graphs?but you can change the timr of updating the graphs in "graphs".
I've restarted routerOS v.4.xx many times and graphs were not lost (at most only last hour) - that's because data were saved to disk every hour.after any restarting. you lost the previous graphs! it is the rule of routers
I just run into the same problem. The graphs disappeared.I know only setting how often graphs are saved to disk (1 hour or 5 minutes). Where can I change time of updating graphs?but you can change the timr of updating the graphs in "graphs".
I've restarted routerOS v.4.xx many times and graphs were not lost (at most only last hour) - that's because data were saved to disk every hour.after any restarting. you lost the previous graphs! it is the rule of routers
[admin@MikroTik] > tool graphing print
store-every: 5min
page-refresh: 300
[admin@MikroTik] > tool graphing set store-every=
StoreEvery ::= 24hours | 5min | hour
[admin@MikroTik] > tool graphing set store-every=5min
[admin@MikroTik] > tool graphing interface print detail
Flags: X - disabled
0 interface=all allow-address=0.0.0.0/0 store-on-disk=yes
Yes, this allows to set the frequency of storing data to disk. I'm using 5 minutes on some routers and 1 hour on some other - but all of them delete data after reboot in RouterOS v. 5.0 and 5.1. That's the problem (and was not a problem in v. 4.x).plz see the picture
I recently updated from v4.17 to v5.4 and still graphs resetted after each reboot of my 450G (NTP servers on internet, need pppoe interface to come up first).Anyone tried the new 5.4 and graphs? Do they still disappear?
Probably not.Has anyone reported this bug/"feature" already?
/ip firewall nat add action=dst-nat chain=dstnat comment="redirecting NTP" disabled=no dst-address-type=local dst-port=123 protocol=udp to-addresses=217.73.16.2
:local ntp [:resolve sk.pool.ntp.org]
/system ntp client
set primary-ntp=$ntp
set secondary-ntp=$ntp
/ip firewall nat set to-address=$ntp [find comment="redirecting NTP"]
[xxxxxxx@hades.xxxxxxx.org] /system ntp> export
# jul/11/2011 14:50:23 by RouterOS 5.5
# software id = xxxx-xxxx
#
/system ntp client
set enabled=yes mode=unicast primary-ntp=62.119.40.98 secondary-ntp=\
193.10.7.246
/system ntp server
set broadcast=no enabled=yes manycast=no multicast=no
I have new RB1200, so I tried some things. I've installed NTP package. After reboot clock shows Jan/01/2002 and it takes 5 minutes 15 seconds to synchronize time with external time server (from ntp.org). Once the time is synchronized, every next synchronization takes only few (6) seconds (also after NTP server change) so only the first synchronization makes problems and is too slow. Graphs are deleted after each reboot.Is it sure it's a ntp "slowlyness" related problem? I mean, NTP, ok, but for what I've seen, graphes are deleted right when NTP sync occurs...
(NTP package installed)
That's sad, because thats the only reason for me to upgrade from 5.4 @ RB450GProblem still remains in 5.7
:delay 15;
/system ntp client set enabled=no;
/system ntp client set enabled=yes;
Sooooo, anyone who upgraded to report if graphs issue is finally resolved?What's new in 5.9 (2011-Nov-29 14:32):
*) ntp client - faster initial synchronization;
Yes, it seems it is working now - finally!Sooooo, anyone who upgraded to report if graphs issue is finally resolved?
/tool graphing export
[admin@MikroTik] /tool graphing> /tool graphing export
# jan/07/2012 12:56:49 by RouterOS 5.9
# software id = 1BS6-EST0
#
/tool graphing
set page-refresh=300 store-every=hour
/tool graphing interface
add allow-address=192.168.1.0/24 disabled=no interface=all store-on-disk=yes
/tool graphing resource
add allow-address=192.168.1.0/24 disabled=no store-on-disk=yes
Hello,Do this:Check the top level "store-every=" value. Typically 5 minutes or 1 hour.Code: Select all/tool graphing export
For each graphing category check for "store-on-disk=yes"
store-every: 5min
page-refresh: 300
Yes - interface graphs are lost on various RB models, but CPU, HDD and memory graphs remain. It seems to be a new bug, not the same as it was long time ago. Nevertheless, it is said that once fixed bug it is appearing still again in the other forms.Appeared again in 6.2
first I disabled all graphs and turned off saving to disk then waited for a reboot. After that I reenabled them and saving to disk and now all my graphs survived the last reboot.
Hi,first I disabled all graphs and turned off saving to disk then waited for a reboot. After that I reenabled them and saving to disk and now all my graphs survived the last reboot.
This worked for me. Version 6.7, graphing everything I can graph, interfaces, queues, resources. Alas, I had to discover this bug the hard way, losing two months of data.