Debian logo with Ping only!

Hello ,

When I try to add any Linux machine using SNMP I can easily see Debian logo but when I choose ping only I see only Linux logo ?

is there any way to fix this ? I Want when I add a Debian machine with ping only I can choose Debian Logo OS ?

Best Regards

Hi
Unfortunately, there is no “graphical” way to do that. You could manually set the value in the DB. Not sure if it will get overwritten at the daily discovery. You should test and let us know.

MariaDB [librenms]> select hostname, sysname, os, icon, features  from devices  where icon LIKE '%debian%' limit 3;
+--------------------+------------+-------+------------+---------------------+
| hostname           | sysname    | os    | icon       | features            |
+--------------------+------------+-------+------------+---------------------+
| 192.168.0.20       | xxxxx      | linux | debian.svg | Debian GNU/Linux 10 |
| 192.168.0.155      | yyyyy      | linux | debian.svg | Debian 10.10        |
| 192.168.0.222      | zzzzz      | linux | debian.svg | Debian 11.3         |
+--------------------+------------+-------+------------+---------------------+