problem getting graphing to work

Hello:

I’m trying to use graphing both using winbox and via the browser and I can’t seem to get any graphs displayed. For example, in winbox I select tools->graphing->CPU (I want to track CPU usage) and it opens a window (Resource Graph ), and I select the Daily tab, but it never displays anything. If I access graphing via the web, I get a window that says Traffic and system resource graphing, but nothing else displayed on the page. The store and refresh options seem to be the defaults (store every 5 minutes and refresh every 300). What am I missing?

Thanks.

You need to add some IP addresses that will be allowed to access these graphs. For a simple setup start with allowing access to 0.0.0.0/0 just while you confirm they are working, you can then add multiple entries as needed and remove the original 0.0.0.0/0 if you feel you wish to protect this info.

Eg:


/tool graphing
set page-refresh=300 store-every=hour
/tool graphing interface
add allow-address=0.0.0.0/0 disabled=no interface=all store-on-disk=yes
/tool graphing queue
add allow-address=0.0.0.0/0 allow-target=yes disabled=no simple-queue=all store-on-disk=yes
/tool graphing resource
add allow-address=0.0.0.0/0 disabled=no store-on-disk=yes

Thank you. The documentation says that the default allow-address is 0.0.0.0/0, but I checked after your response and there was no address allowed. Seems to work now.