Description
I regonized that the Webinterface is not so displaying the correct OS icon for the device after we reinstalled the operating system on the server from Windows to Linux Ubuntu.
Overview of the device is correct and Linux got detected.
Linux popX-xxx 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan 9 22:00:44 UTC 2018 x86_64 | |
Hardware | Generic x86 [64bit] |
Operating system | Linux 4.13.0-26-generic |
System name | popX-xxx |
Ok, fixed in r9039.
When OS changed, type and icon will reset.
dklimek for you.. need manually reset icon from db. From console:
mysql -p -u <mysql_user> observium
UPDATE `devices` SET `icon`= NULL WHERE `os` = 'linux';