Question : I have a problem in the configuration of the statusmap.
The error is this:
Not Found
The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server
Solution : Make a backup of your nagios directory in de /usr/local/nagios
Then verify these packages if are inatlled :
in debian/ubuntu/mint
- libgd
- libgd-devel
- libpng
- libpng-devel
- libjpeg
- libjpeg-devel
- zlib
- zlib-devel
apt-get install …..
in Fedroa /centos/RHEL/opensuse
- gd
- gd-devel
- png
- png-devel
- jpeg
- jpeg-devel
- zlib
- zlib-devel
yum install ….
yast2 -i ….
Back to the nagios extracted directory.
#make devclean # ./configure –with-gd-lib=/usr/lib –with-gd-inc=/usr/include
next
#./configure –with-command-group=nagcmd next #make all; make install; make install-init; make install-config; make install-commandmode; make install-webconf Ok now you are done Back to your nagios page and check the the Status map and sure you will be happy