Lilac

Lilacis a configuration tool for Nagios, the industry standard in open source monitoring. Lilac makes configuration easy with simple to use screens and tools for auto-discovery and importing of existing configurations.

Prerequisites
PDO MySQL requires libtool:

yum install libtool-ltdl-devel

Then compile PHP with PDO MySQL and Process Control by adding these options to your ./configure:

--with-pdo-mysql=/usr/local/mysql \
--enable-pcntl

In order to use the Auto Discovery feature of Lilac, install Nmap

yum install nmap

In order to run nmap and the Nagios binary, Lilac needs access to do so. Since Nagios needs to be run by root, we need to set this up with sudo. Edit

/etc/sudoers</etc>:
<code>
#Defaults requiretty
nobody ALL=(ALL) NOPASSWD: /usr/bin/nmap
nobody ALL=(ALL) NOPASSWD: /usr/local/nagios/bin/nagios

Installation
Download the latest source

cd /extra/src
wget http://www.lilacplatform.com/trac/downloads/5 -O lilac-1.0.3.tar.gz
tar zxf lilac-1.0.3.tar.gz

Move it to the web root:

mv lilac-1.0.3 /var/websites/nagios/htdocs/lilac

Access it from your web browser

Recent Updates

  • 2 years 2 weeks ago
  • 2 years 2 weeks ago
  • 2 years 2 weeks ago
    php 8.x
  • 2 years 2 weeks ago
    10.6.7
  • 2 years 2 weeks ago
    Drop Centos 5/6 stuff