Beiträge von johny_sketo

    I managed to fix it. The problems were at the configuration files (I did not configure correctly the path for my rrd files) and I had to remove the sensors.js file as Mahmoud said, but it was at another folder. I found it inside

    Code
    /var/www/openmediavault/js/omv/module/admin

    . Now it is working again!

    I recently update my system from 0.4 to 0.5.21. I had temperatures graphs at my status page. I followed your guidelines but without any luck. I can login OMV but at temperatures tab, under status I get no graphs.
    Is it possible to point me the files I need to edit in order to get my graphs working again? Thank you in advanced

    Did you do the following part of the procedure?



    Code
    /etc/apache2/httpd.conf


    and add


    Code
    <ifmodule mod_fcgid.c>
        MaxRequestLen 20000000000
        </ifmodule>


    With these changes, and after a restart you will be able to upload files up to 2GB size each.

    First of all, don't worry, there are a lot of people here who can help you.


    Can you type sensors and write down the results? The changes you have to make are at the second file you have to create, the one called sensors. You have to find out your sensors and change the configuration file.

    Dear exotenks,


    Is this the exact configuration file? It looks like something is missing ("<")? To be honest I never managed to setup a name based host. I have also seen that with the configuration file the omv website plugin creates, I could not make the OC work and I had to manually change some setting inside the file, in order to have OC and webdav working in the same time.

    I believe a quick way to do what you want is to create two images, one for CPU temp and one for fan speed for every hour-day-week etc, in the same tab. So you want have any problem with the scale. Another think that I think is to deviate somehow the speedfan valu by 100, so you finally get a value 52,10 for example. To be honest, I am not 100% sure that this is easy :?


    P.S. What did you change in order to make have both CPU temp and speedfan in the same image???

    To be honest I am not sure about the procedure you have to use to make this work but the last file you changed has several things that does not looks correct. You have wrote rrdGraphName: "systemp" and rrdGraphName: "fanspeed" but the file you want to access has name sensors (if I am not mistaking), so you cannot load your graphs on your template...

    It looks like you want to graph the fan speed (value for example 5420 rpm) in the same graph as the temp (value for example 62C), while you have already stated that the upper limit of the graph is 80!!!!