mgadi / naemonbox

Naemonbox - monitoring framework
https://www.naemonbox.com
GNU General Public License v2.0
1 stars 1 forks source link

Welcome to the naemonbox project

Flattr this git repo

Feel free to donate

Click here to lend your support to: NaemonBox and make a donation at pledgie.com !

Naemonbox - monitoring framework

Presentation

NAEMONBOX is based on Debian. This software provide a quick and easy installation wich includes the most-used tools in the Nagios/Naemon community. Having the Nagios/Naemon tools already installed and configured for you, will bring you more than you expect ...

naemonbox-webui

Requirements

openvz VPS ONLY

To use NaemonBox on openvz VPS, first you need to do as root :

cd /etc/
rm localtime
ln -s /usr/share/zoneinfo/Europe/Paris ./localtime

Both openvz VPS and Dedicated Servers

Naemonbox is only available for x86_64 architecture, at the moment. (Since naemonbox-0.0.6, we enable the non-free repository for you. You can directly jump to Installing section). You need to enable the non-free packages to install gettext and SNMP MIBs. Open up /etc/apt/sources.list, and you should see lines like the following (URLs will likely vary). Simply add non-free to the respective URLs you wish to use :

deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ jessie main non-free contrib

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free

# jessie-backports, previously on backports.debian.org
deb http://ftp.fr.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ jessie-backports main contrib non-free

Running apt-get update will update your local repo with the package listing.

Installing

When installing from a released tarball, all you need to do is run as root

# tar zxvf naemonbox-VerNum.tar.gz
# cd naemon 
# ./install

or

# git clone https://github.com/mgadi/naemonbox.git
# cd naemonbox
# ./install

Go to url http://your_ip_adress/

Login/password : admin/admin
Wiki Login/password : wikiadmin/admin

How to contribute ?

If you want to contribute to the Naemonbox project, read this wiki page.

There is also a chat dedicated to the Naemonbox developers:

Chat this git repo

License

Naemonbox is distributed under GNU GPL v2 license, see LICENSE.

Documentation

For complete documentation see Naemonbox Manual !

If you have any question (after RTFM!), please post it on the official Q&A forum .

Thank's for using Naemonbox !