Nagios: Difference between revisions

Line 375:
* Create GD2 file from PNG:
sudo apt install libgd-tools
sudo pngtogd2 avicentos.png avicentos.gd2 0 1
 
 
 
 
* Add the logos to Nagios Config:
sudo nano extinfo_nagios2.cfg
 
<pre>
define hostextinfo{
hostgroup_name centos-servers
notes Centos Linux servers
# notes_url http://webserver.localhost.localdomain/hostinfo.pl?host=netware1
icon_image base/centos.png
icon_image_alt CentOS Linux
vrml_image centos.png
statusmap_image base/centos.gd2
}
</pre>
 
<br />