Hi all;
In graphing tool, what is “page-refresh” option? Please look at the following code:
[admin@MikroTik] /tool graphing> set
page-refresh store-every
[admin@MikroTik] /tool graphing> set
Thanks
Hi all;
In graphing tool, what is “page-refresh” option? Please look at the following code:
[admin@MikroTik] /tool graphing> set
page-refresh store-every
[admin@MikroTik] /tool graphing> set
Thanks
Any help?
It specifies the time in seconds after which the page will automatically refresh via the following tag in the header:
<meta http-equiv="refresh" content="5" />
Thanks a lot!