Page 1 of 1

Add OS Icon to hundreds of systems

Posted: Tue Apr 21, 2015 10:43 am
by jkinning
I was poking around trying to figure out a way how I could add the Windows, or appropriate Linux icon next to the system within Nagios. I am running version Nagios XI 2014R2.6 and cannot find a way to add a status image or icon image to hundreds of machines at one time. Is there a way or will I need to do that one system at a time?

I know it is petty but I have to do what the Business Unit request since they have a hard time knowing if there system is Linux or WIndows or whatever. :D

Re: Add OS Icon to hundreds of systems

Posted: Tue Apr 21, 2015 11:14 am
by jdalrymple
I wish I could say that enterprise license users could do it with the bulk modification tool - but I can't. This means at present the answer is that there is no (sane) way to do it in the GUI.

Not officially supported:

Code: Select all

echo "UPDATE tbl_host SET statusmap_image='win9x.png', icon_image='win9x.png' WHERE host_name IN ('host1', 'host2', 'host3', 'host4');" | mysql -u root -pnagiosxi nagiosql