[09:55:04.010] GET http://192.168.1.69/plugin/sysmon/index.jim [HTTP/1.1 200 OK 187ms]
[09:55:04.228] GET http://192.168.1.69/charts/high/highcharts.js [HTTP/1.1 404 Not Found 12ms]
[09:55:04.231] GET http://192.168.1.69/charts/high/modules/exporting.js [HTTP/1.1 404 Not Found 13ms]
[09:55:04.234] Error in parsing value for 'filter'. Declaration dropped. @ http://192.168.1.69/lib/jquery.ui/css/humax/jquery-ui.css:7
[09:55:04.239] Expected declaration but found '#color'. Skipped to next declaration. @ http://192.168.1.69/css/style.css:89
[09:55:04.241] Error in parsing value for 'white-space'. Declaration dropped. @ http://192.168.1.69/css/style.css:182
[09:55:04.244] Error in parsing value for 'filter'. Declaration dropped. @ http://192.168.1.69/css/style.css:452
[09:55:04.248] Unknown property 'transform'. Declaration dropped. @ http://192.168.1.69/css/style.css:457
[09:55:04.250] Error in parsing value for 'background'. Declaration dropped. @ http://192.168.1.69/css/style.css:485
[09:55:04.302] GET http://192.168.1.69/charts/high/highcharts.js [HTTP/1.1 404 Not Found 4ms]
[09:55:04.307] GET http://192.168.1.69/charts/high/modules/exporting.js [HTTP/1.1 404 Not Found 5ms]
[09:55:04.425] Unknown property 'box-sizing'. Declaration dropped. @ http://192.168.1.69/plugin/sysmon/index.jim
[09:55:04.427] Highcharts is not defined @ http://192.168.1.69/plugin/sysmon/script.js:72
[09:55:04.433] GET http://192.168.1.69/plugin/sysmon/data/temp.jim?range=2h [HTTP/1.1 200 OK 193ms]
[09:55:04.627] Highcharts is not defined @ http://192.168.1.69/plugin/sysmon/script.js:54
Why?A few days ago my Humax started to reboot every 5 seconds so I am following the overheating train of thought at the moment.
That sounds very remarkable. Do you live in a fridge?I moved the Hummy into another room and overnight forced disk activity by simultaneously recording two 5-hour programs and playing back a 2.5 hour recording. Sysmon shows the disk only reached 53 degrees and the folded piece of paper is still there and no crashes have been reported.
That sounds very remarkable. Do you live in a fridge?
humax /media/drive1/mod/monitor/bin # diff -u smart~ smart
--- smart~
+++ smart
@@ -4,8 +4,6 @@
source /mod/webif/lib/setup
require system.class
-if {[system model] eq "HD"} { exit }
-
# Define the temperature table
table smart {
poh integer
@@ -21,6 +19,9 @@
set ids {4 startstop 9 poh 5 realloc 197 pending 198 offline}
set idnums [array names ids]
+foreach id $idnums {
+ set $($ids($id)) 0
+}
set i 0
foreach line [split [exec /bin/smartctl -A $disk] "\n"] {
humax /media/drive1/mod/monitor/bin # diff -u temp~ temp
--- temp~
+++ temp
@@ -4,8 +4,6 @@
source /mod/webif/lib/setup
require system.class
-if {[system model] eq "HD"} { exit }
-
# Define the temperature table
table temp { temp integer }
Thanks, fixed for next version.Sysmon doesn't work properly on the HD model (some of the graphs just give the irritating spinner constantly), nor does it cope very well with SSDs etc.
Not the answer. The graphs plot fine on an iPad for my other machines.Oh yes, I thought, Flash doesn't work on iPad.
Two of my three machines are running Sysmon fine, the third has had trouble with it for a long time (and I've never bothered to track down why).
I wanted to check the thermals on my HDR1, so I fired up Sysmon and the graphs were empty. Oh yes, I thought, Flash doesn't work on iPad. so I tried on my PC and got the same. Then I remembered HDR1 has always been troublesome with Sysmon for some reason. Yes, I have tried fix-flash-packages and rebooting. I have even tried force-reinstalling.
Tell me what to do so we can find out why.
Have you tried deleting the log (/mod/monitor/monitor.db)