Details

    • Bug
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Poller

    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

      Attachments

        Activity

          [OBS-2577] Server OS Detection Windows->Linux

          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';
          

          landy Mike Stupalov added a comment - 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';

          Yes it would good if during discovering the device which happens every day and a OS change is detected that Observium is changing the icon.

          dklimek Denis Klimek added a comment - Yes it would good if during discovering the device which happens every day and a OS change is detected that Observium is changing the icon.

          Correct fix for this is probably to ensure that icon is unset when OS is changed.

          adama Adam Armstrong added a comment - Correct fix for this is probably to ensure that icon is unset when OS is changed.

          This is because Windows OS forces an icon on the device's entry which can't be easily changed.

          You really shouldn't re-use device entries like this.

          The issue will resolve itself if you delete and re-add the device.

          adama Adam Armstrong added a comment - This is because Windows OS forces an icon on the device's entry which can't be easily changed. You really shouldn't re-use device entries like this. The issue will resolve itself if you delete and re-add the device.

          People

            landy Mike Stupalov
            dklimek Denis Klimek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: