Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map no longer loads custom icons in Nagios Core 4.1.0-rc1 #25

Closed
filviu opened this issue Feb 23, 2015 · 3 comments
Closed

Map no longer loads custom icons in Nagios Core 4.1.0-rc1 #25

filviu opened this issue Feb 23, 2015 · 3 comments

Comments

@filviu
Copy link

filviu commented Feb 23, 2015

I was just testing the new map features in nagios 4.1.0-rc1 and noticed all my icons are gone.

I have them defined like this:

define host{
            use                     linux-server
            host_name               somehost
    ...
            icon_image              custom/esxiserver.png
            statusmap_image         custom/esxiserver.gd2
}

This works fine in 4.0.8 icons load everywhere (host lists, group lists, map, etc.) but in 4.1 they are gone from the map view (loadin ok in lists).

Originally reported by me here: http://support.nagios.com/forum/viewtopic.php?f=34&t=31512

@estanley375
Copy link

Check out commit e54d4b1. It should have support for icons on all of the map displays.

@estanley375
Copy link

Fixed another issue, so please test with commit 26b53a8.

@filviu
Copy link
Author

filviu commented Mar 10, 2015

Confirmed, works and looks great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants