Nagios Install statusmap
Добавлено: 26 авг 2010, 10:40
Then verify these packages if are inatlled :
apt-get install .....
in Fedroa /centos/RHEL/opensuseyum install ....
Back to the nagios extracted directory.
next
next
Ok now you are done
Back to your nagios page and check the the Status map and sure you will be happy

Код: Выделить всё
in debian/ubuntu/mint
* libgd
* libgd-devel
* libpng
* libpng-devel
* libjpeg
* libjpeg-devel
* zlib
* zlib-devel
in Fedroa /centos/RHEL/opensuse
Код: Выделить всё
* gd
* gd-devel
* png
* png-devel
* jpeg
* jpeg-devel
* zlib
* zlib-devel
Код: Выделить всё
yast2 -i ....
Back to the nagios extracted directory.
Код: Выделить всё
#make devclean
# ./configure --with-gd-lib=/usr/lib --with-gd-inc=/usr/include
Код: Выделить всё
#./configure --with-command-group=nagcmd
Код: Выделить всё
#make all; make install; make install-init; make install-config; make install-commandmode; make install-webconf
Back to your nagios page and check the the Status map and sure you will be happy
