Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Community Edition
Description
I'm attaching fixes for mysql and hddtemp based on version 17.9.0
mysql: did not show innodb graphs since last year due to innodb status output change
hddtemp: for some disks, hddtemp outputs \x10\x80 at the end of name column which causes observium to constantly update name and spam event log every 5 minutes
I don't have any devices which do this. Can you test if :
$agent_data['hddtemp'] = str_replace("\x10\x80", '', $agent_data['hddtemp']);
in includes/polling/unix-agent/hddtemp.inc.php removes this character properly (obviously after removing your change from the agent script!)?