Hi all,
I’m a NAGIOS newbie. NAGIOS is succesfully running on my box, but I have several problems concerning the statusmap.
First, I’m not able to make appear icon images altought I followed all forum advices (gd2 images, not more than 40x40 pixels, placed in /usr/local/nagios/share/images/logos as ther rest of images)
Here I paste one of my cfg map file, so if you find any mistake please make me know. Maybe the
###############################
Host Map #1:
###############################
Generic Definitions:
define hostextinfo{
name cliente-linux
icon_image linux.png
statusmap_image linux.gd2
register 0
}
define hostextinfo{
name cliente-windows
icon_image windows.png
statusmap_image windows.gd2
register 0
}
###########################
Particular Definitions:
define hostextinfo{
use cliente-linux
host_name aleph
2d_coords 40,60
}
define hostextinfo{
use cliente-linux
host_name metal
2d_coords 40,100
}
define hostextinfo{
use cliente-linux
host_name trance
2d_coords 40,140
}
define hostextinfo{
use cliente-linux
host_name yoyas
2d_coords 80,100
}
define hostextinfo{
use cliente-linux
host_name guu
2d_coords 240,60
}
2d_coords 40,100
}
define hostextinfo{
use cliente-linux
host_name trance
2d_coords 40,140
}
define hostextinfo{
use cliente-linux
host_name yoyas
2d_coords 80,100
}
define hostextinfo{
use cliente-linux
host_name guu
2d_coords 240,60
}
define hostextinfo{
use cliente-windows
host_name ioda
2d_coords 180,100
}
define hostextinfo{
use cliente-linux
host_name elvira
2d_coords 340,100
}
Second, an easier question : Everytime that I modify any given conf file, I reload NAGIOS but changes are not applied. Why does it occur?
Sorry if some of those questions is ridiculous, but as I said above I’m a very beginner!
Thanls for the thousand of replies