Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 1.68 KB

use_with_nagvis.rst

File metadata and controls

71 lines (34 loc) · 1.68 KB

Use Shinken with Nagvis

NagVis

image

Using Shinken with NagVis

NagVis communicates with Shinken through the LiveStatus module. If you used the sample configuration, everything should be ready already. :)

You can review the configuration using the following steps.

Enable Livestatus module

The Livestatus API is server from the Shinken broker. It permits communications via TCP to efficiently retrieve the current state and performance data of supervised hosts and services from Shinken. It also exposes configuration information.

See enable Livestatus module <enable_livestatus_module>.

Nagvis Installation

Download the software and follow the installation guide from http://www.nagvis.org/

NagVis configuration

Nagvis needs to know where the Shinken Livestatus API is hosted.

In NagVis configuration file ''/etc/nagvis/nagvis.ini.php'':

[backend_live_1]
backendtype="mklivestatus"
htmlcgi="/nagios/cgi-bin"

socket="tcp:localhost:50000"

Important

If you are using a non local broker (or a distributed Shinken architecture with multiple brokers) you should change localhost to the IP/Servername/FQDN of your broker!