The terms of RS allow for the collection and storage of "Device information including hostname, MAC address, model, firmware version and disk utilisation" - but I'm wary of pushing that 'including' too far.
well, let's do a poll and see.
The terms of RS allow for the collection and storage of "Device information including hostname, MAC address, model, firmware version and disk utilisation" - but I'm wary of pushing that 'including' too far.
Needs some words in the email to explain how to acknowledge the report to not receive it again, and how to turn them off altogether.
You will receive an email warning every 7 days as long as the problem
exists. To disable these emails, log into https://rs.hpkg.tv/ and turn
off the 'Hard Disk Problem Emails' in the settings page.
Emails will also be suspended if you acknowledge the current level of
disk faults through the web interface on your Humax box. In that case
you will only receive a further email if the number of faults increases.
That information isn't uploaded, just the number of reallocated/pending/offline sectors and the overall status. It would be interesting to acquire more data such as disk model, start/stop counts and power-on hours but it does not strictly need those in order to send the warning emails. I think that would have to be opt-in which would make it difficult to get a representative sample. The terms of RS allow for the collection and storage of "Device information including hostname, MAC address, model, firmware version and disk utilisation" - but I'm wary of pushing that 'including' too far.
How about this as a footer:
Code:You will receive an email warning every 7 days as long as the problem exists. To disable these emails, log into https://rs.hpkg.tv/ and turn off the 'Hard Disk Problem Emails' in the settings page. Emails will also be suspended if you acknowledge the current level of disk faults through the web interface on your Humax box. In that case you will only receive a further email if the number of faults increases.
You will receive an email warning every 7 days as long as the problem
exists.
Emails will be suspended if you acknowledge the current level of
disk faults through the web interface (instructions/link) on your Humax box. In that case
you will only receive a further email if the number of faults increases.
To disable these emails permanently, log into https://rs.hpkg.tv/ and turn
off the 'Hard Disk Problem Emails' in the settings page.
The {$d->model}-Fox T2 ({$d->descr} - {$d->mac})
has some potential hard disk problems.
Overall Health: {$d->smart_status}
Reallocated sectors: {$d->smart_realloc} (was {$d->smart_ack_realloc})
Pending sectors: {$d->smart_pending} (was {$d->smart_ack_pending})
Offline sectors: {$d->smart_offline} (was {$d->smart_ack_offline})
Don't panic; for help, visit http://wiki.hummy.tv/wiki/Disk_Problem
You will receive an email warning every 7 days as long as the problem
exists.
Emails will be suspended if you acknowledge the current level of
disk faults through the web interface on your Humax box
Diagnostics -> Hard Disk
Scroll to bottom -> Acknowledge current disk faults
In that case you will only receive a further email if the number of
faults increases.
To disable these emails permanently, log into https://rs.hpkg.tv/ and turn
off the 'Hard Disk Problem Emails' option in the settings page.
it seems people would be ok with their disk data being shared, anyone in favour of a poll ?You already know what we are recording! That could be a lot more sensitive/embarrassing than any disk utilisation data
Perhaps I should change my RS email before Big Brother exploits all my secrets
mysql> select floor(smart_hours / 1000) as h, lpad('', count(*), '#') from device where smart_hours > 0 group by 1 order by 1;
+------+------------------------------------------------+
| h | lpad('', count(*), '#') |
+------+------------------------------------------------+
| 0 | ################## |
| 1 | ########################### |
| 2 | #################################### |
| 3 | ############################# |
| 4 | ######################################## |
| 5 | ########################################## |
| 6 | ############################################## |
| 7 | ######################################## |
| 8 | ######################################### |
| 9 | ############################################## |
| 10 | ################################### |
| 11 | ################################ |
| 12 | ############################### |
| 13 | ################### |
| 14 | ############################ |
| 15 | ####################### |
| 16 | ############# |
| 17 | ########### |
| 18 | ############ |
| 19 | ####### |
| 20 | ######### |
| 21 | ##### |
| 22 | ####### |
| 23 | ########### |
| 24 | ####### |
| 25 | ######### |
| 26 | ###### |
| 27 | ### |
| 28 | ### |
| 29 | ## |
| 30 | #### |
| 31 | ##### |
| 32 | #### |
| 33 | # |
| 37 | # |
| 38 | ## |
| 40 | # |
| 41 | ## |
| 42 | # |
| 43 | # |
| 45 | # |
+------+------------------------------------------------+
41 rows in set (0.00 sec)
mysql> select smart_model, smart_hours from device where smart_hours > 40000 order by 2;
+-------------------------+-------------+
| smart_model | smart_hours |
+-------------------------+-------------+
| ST3500312CS | 40475 |
| ST3500312CS | 41408 |
| ST3500312CS | 41981 |
| ST3500312CS | 42288 |
| ST3500312CS | 43817 |
| Hitachi HDS721010KLA330 | 45715 |
+-------------------------+-------------+
6 rows in set (0.00 sec)
Blimey 40,000+ hours on time really is 24 hours every day for 4/ 5 Years, you should be able to get some really interesting stats from this, by plotting on hours against failure rate. I feel a '2001 AE-35' unit failure quote is on it's wayaf123 : Here's some more information on the disk population . . .
Strange - it has been there for a while (assuming new enough RS software on the attached Humax box)Where is the on/off switch for disk problem emails?
Edit: The option has now appeared on the RS Settings page, but was Not there earlier before I originally posted my question.
All of my boxes have rs 1.4.1 installed, but the Hard Disk Problem Emails switch has only appeared within the last 15 minutes.Strange - it has been there for a while (assuming new enough RS software on the attached Humax box)
A drought of new posters more like!I've enabled this now so there may be a flurry of new posters...