There are icons in nagios-images package. The problem is that the .gd2
images used in the statusmap are not real GD2 images, but PNG images:

$ cd /usr/share/nagios3/htdocs/images/logos
$ file */ubuntu.gd2
base/ubuntu.gd2:  PNG image data, 40 x 40, 8-bit/color RGBA, non-interlaced
logos/ubuntu.gd2: PNG image data, 40 x 40, 8-bit/color RGBA, non-interlaced

Use pngtogd2 from libgd-tools package to fix the problem:

# pngtogd2 ubuntu.png ubuntu.gd2 0 2

for both broken files.

And while we are at it, two symbolic links are missing in
/usr/share/nagios3/htdocs/images/logos:

$ cd /usr/share/nagios3/htdocs/images/logos
$ find -type l
./bernhard
./didier
./cook
./base
./remus
./andrade
./satrapa
./werschler

The missing symlinks are "symbols" and "logos". The fact that they are
missing prevents from using quite a lot of icons, both in the status map
and in the hosts list.

Again, easy to fix in nagios-images package. Ah, and this is not of
"wishlist" importance, but of "bug" importance.


Hope this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/87455

Title:
  No Ubuntu statusmap icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-images/+bug/87455/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to