NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Etz
Feb 24, 2011Aspirant
[super-poussin] NasMonitor update for Sparc?
Maybe super-poussin could update sparc version also.
It`s very outdated now... :oops:
Also Version 2.9 contains Loadavg 1.1 which is ancient and has broken graphs in FF 3.6 due to CSS issue.
Trying to figure out how to do it myself, but it would be much easier if the author would update whole package.
It`s very outdated now... :oops:
Also Version 2.9 contains Loadavg 1.1 which is ancient and has broken graphs in FF 3.6 due to CSS issue.
Trying to figure out how to do it myself, but it would be much easier if the author would update whole package.
48 Replies
Replies have been turned off for this discussion
- super_poussinVirtuosoI have my degree :)
but I think that's not what your are asking for :P :rofl: 8)
the sparc version is out - EtzAspirant
- super_poussinVirtuoso
- super_poussinVirtuosocan you download it again and install it again ? if problem persist can you try
http://192.168.1.2/nasmon/install/install.php - EtzAspirant
super-poussin wrote: can you download it again and install it again ? if problem persist can you try
http://192.168.1.2/nasmon/install/install.php
Seems like loadavg bug:
http://sourceforge.net/tracker/?func=de ... id=1102212
Almost got it working, will try your new version also.
config.xml.php is the culprit:$data .= "<setting name='secure_conn' value='on'></setting>";
That line is missing, so loadvg doesnt use https, its partial fix though. Graph page works, but others try still use http instead of https.
And my best guess is, that your x86 version should also be affected from this... :?
EDIT: Still same, only works if I apply that manual fix, mentioned above... :roll:
Also another line needs to be modified, or it will not work:$data .= "<setting name='allow_anyone' value='on'></setting>";
(default is off, and then it still goes to https/http loop)
EDIT v2: Also I guess phpsysinfo needs to be updated to 3.0.10, because DUO doesnt have "horsepower" to compress that amount of data and it times out and never loads. Newer versions have option to disable compression in config file.
Seems like SPARC is troublesome platform for developer :| - EtzAspirantEasiest way would be to force that add-on to use plain http only, to get Loadavg to function properly? :roll:
EDIT:
Okay, got it all fixed (via small "hack"), maybe you could update this addon, and replace file security.php with this one:
http://www.upload.ee/files/1233034/security.php.html
All other files doesnt need to be modified and it works, like it should, also loadavg subpages now work properly :D
And it is Loadavg bug, not your addon bug, still lets make it work like it should... ;)
Also could you consider upgrading (or downgradeing to old version again) phpsysinfo to 3.0.10 and disabling JS compression in config file :roll: - BascyAspirantThanks for the update ... alas a problem when using https:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Addition:
I noticed that config.xml.php doesnt contain a secure_conn setting, I added this myself
$data .= "<setting name='secure_conn' value='on'></setting>";
and now i'm getting this:
Warning: fopen(http://updates.loadavg.com/version.php? ... 10.0.0.211) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /c/webroot/loadavg/security.php on line 119
Warning: fclose(): supplied argument is not a valid stream resource in /c/webroot/loadavg/security.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at /c/webroot/loadavg/security.php:119) in /c/webroot/loadavg/index.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /c/webroot/loadavg/security.php:119) in /c/webroot/loadavg/index.php on line 37 - EtzAspirant
Bascy wrote: and now i'm getting this:
Warning: fopen(http://updates.loadavg.com/version.php? ... 10.0.0.211) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /c/webroot/loadavg/security.php on line 119
Warning: fclose(): supplied argument is not a valid stream resource in /c/webroot/loadavg/security.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at /c/webroot/loadavg/security.php:119) in /c/webroot/loadavg/index.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /c/webroot/loadavg/security.php:119) in /c/webroot/loadavg/index.php on line 37
Have you tried my supplied security.php ? :wink:
Also I dont have "automatic update" in loadavg activated, will check that when I get home, maybe this is also causing somekind of issues... :roll:
Seems like Loadavg 1.5 is a bit buggy, but at least graphs display correctly now in firefox... :)
BTW, what version of PHP addon are you using?
EDIT: Its a problem with loadavg website, if I try this at work on my linux box, it also throws me Error 500, so better disable "updates" from settings and all works. - BascyAspirantI changed auto update to no and don't have the errors anymore
I also fixed two 'division by zero' errors in calculations.php occuring when there is not data in the logs yet (line 250 (loadrange) and line 705 memrange)
I'm gonna try your security.php now - EtzAspirant
Bascy wrote: I'm gonna try your security.php now
Then you can remove that "extra" added line from config.xml.php , because it doesnt matter anymore, loadavg will always use Https, for subpages also... :wink:
Password protection will also work properly 8)
Downside is, that you cannot use plain Http for loadavg anymore, but for readynas it doesnt matter ;)
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!