How To Install Nagvis On Centos Version

/ Comments off
Learning has never been so easy!

Dec 6, 2010 - I just completed installing NagVis, but when I attempt to access GUI this error 'The path './././var' is not. OS: CentOS release 5.5 (Final) .

Sign Up

this turtorial is a follow up of my nagios series.

you need to have:
a working linux box
a install of nagios core

7 Steps total

Step 1: Download check mk

Centos

wget http://mathias-kettner.com/download/mk-livestatus-1.2.5i6p4.tar.gz

Step 2: unpack

tar -xzf *.tar.gz
and change dir cd ..

Step 3: excute as root

THIS STEPIS IMPORTANT EXECUTE AS ROOT !!!!!

./configure --with-nagios4
make
make install

Step 4: edit nagios.cfg

nano /usr/local/nagios/etc/nagios.cfg
and add

How to install nagvis on centos versions

broker_module=/usr/local/lib/mk-livestatus/livestatus.o /usr/local/nagios/var/rw/live

Install Nagvis

Step 5: Restart nagios

/etc/init.d/nagios restart Professional edition.

Step 6: check the log file

nano /usr/local/nagios/var/nagios.log

check the log file if the broker is started

Step 7: download and install nagvis

How

now you can go to the website of nagvis and download and install the packages withou any issues.

http://www.nagvis.org/

How To Install Nagvis On Centos Versions

i have added a host changed the backend to check_mk and it was all working after a few moths reasearch .. finaly

0 Comments