System/Reporting empty(freenas8)

Status
Not open for further replies.

robo

Cadet
Joined
May 31, 2011
Messages
2
The Tab System/Reporting field is empty, no graphs are displaying. I couldn't figure out how to fix it. Has somebody a HowTo for it or a hint to fix this issue?

thanks for help!
 
C

clumpy

Guest
Hi Robo,

If it makes you feel better then I have the same issue. It was working on RC5 i386 but disappeared when I moved to the AMD64 version.

Clumpy
 

esamett

Patron
Joined
May 28, 2011
Messages
345
try clearing browser cache. dont use internet explorer
 
C

clumpy

Guest
Thanks for that guys, I use Firefox and Chrome both are the same. I tried the commands in the link but the find didn't come back with any results. Darn!
 

tigger490

Cadet
Joined
Jun 2, 2011
Messages
6
Try this find command first:

Code:
find /var/db -name "*.rrd"


You should get several .rrd files returned. If not, I'm not sure what your next steps would be.

If you do have the .rrd files follow the instructions in the link again, but use this find command instead of the one there. The one in the link was missing the quotes:

Code:
find /var/db -name "*.rrd" -exec rm -rf {} \;
 

D-Joe

Dabbler
Joined
Jun 17, 2011
Messages
11
Hi guys,

i've got the same problem. In System/Reporting the only graph which is shown is the "Diskspace"-graph all other graphs are emty.
I tried the tips above but nothing happened.

I'am running FreeNas 8 Release on a ASUS E35M1-I.

EDIT: I just updated to FreeNAS-8.0.1-BETA2-amd64 and all report graphs are no shown correctly
 
Joined
Sep 9, 2012
Messages
1
FreeNAS 8.3.0
Manually create the missing dir:

1. Open "Shell".
2. Type:

mkdir /var/db/collectd/rrd/localhost/df <press enter>
mkdir /var/db/collectd/rrd/localhost/interface <press enter>

3. Close Shell.
 
Status
Not open for further replies.
Top