Community-based GPL-licensed network monitoring system
Go to file
2014-10-28 06:53:25 +10:00
contrib Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
doc Documentation refresh with focus on contribution guidelines 2014-10-28 06:53:25 +10:00
html Merge commit 'a07849b73a0c73c2bcee75d4e1649db239a8b93f' as 'html/js/moment' 2014-10-28 05:59:36 +10:00
includes Remove unused function; make it clearer that _json_format is not used in PHP 5.4 & later 2014-10-25 09:16:07 +10:00
licenses delete old stuff, put licenses into licenses 2011-09-29 15:58:18 +00:00
mibs Add Ruckus ZoneDirector wireless MIBs 2013-10-30 15:47:06 +10:00
scripts Merge pull request #190 from laf/issue-12 2014-03-30 14:58:41 +10:00
sql-schema Added sql schema update for ping graphs 2014-09-30 19:13:51 +01:00
upgrade-scripts Updated most files to use dbFacile 2014-03-12 22:21:33 +00:00
.gitignore Squashed 'html/js/moment/' content from commit d5ff2cf 2014-10-28 05:59:36 +10:00
.scrutinizer.yml Added a new library to support on screen notification messages 2014-10-01 00:14:26 +01:00
addhost.php Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
adduser.php Added PasswordHash.php to adduser.php 2014-02-27 21:05:18 +00:00
alerts.php Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
billing-calculate.php Updated most files to use dbFacile 2014-03-12 22:21:33 +00:00
build-base.php Better error checking and more informative messages for initial db build 2014-08-14 08:06:49 +10:00
build.sql New web based installer to simplify installation install.php will now redirect and exit if config.php exists 2014-02-02 15:05:29 +00:00
CHANGELOG Remove remaining live references to observium.org 2013-10-29 21:06:32 +10:00
check-errors.php Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
check-services.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
config_to_json.php Fix branding on poller-wrapper 2013-12-18 03:36:47 +10:00
config.php.default Removed duplicate poller-wrapper code 2014-02-27 21:21:10 +00:00
daily.php Use consistent spacing 2014-10-25 08:40:42 +10:00
daily.sh Use $() consistently; fail if dirname or cd fails 2014-10-25 08:41:53 +10:00
delhost.php Tidy device deletion 2014-09-27 16:32:55 +10:00
discovery.php Start on making date formats consistent 2014-08-07 03:45:30 +10:00
irc.php Fix database link for IRC 2014-03-14 09:57:29 +10:00
librenms.cron Change crontab to use poller-wrapper by default 2013-12-18 03:36:47 +10:00
LICENSE.txt Update copyright instructions 2014-06-23 13:44:12 +10:00
Makefile Genericise Makefile and do not ignore it 2014-10-28 05:56:36 +10:00
poll-billing.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
poller-wrapper.py chmod +x on poller-wrapper.py 2014-02-14 07:31:26 +00:00
poller.php Start on making date formats consistent 2014-08-07 03:45:30 +10:00
README.md Documentation refresh with focus on contribution guidelines 2014-10-28 06:53:25 +10:00
renamehost.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
snmp.conf.example Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
snmpd.conf.example Fix example community string 2014-10-25 08:44:51 +10:00
snmptrap.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
syslog.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00

Introduction

LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more. LibreNMS is a community-based fork of Observium.

We intend LibreNMS to be a viable project and community that:

  • encourages contribution,
  • focuses on the needs of its users, and
  • offers a welcoming, friendly environment for everyone.

The Debian Social Contract will be the basis of our priority system, and mutual respect the basis of our behaviour towards others. For more about the culture we're trying to build, please read the Freenode philosophy, including guidelines for running an IRC channel and being a community catalyst.

Documentation

Documentation can be found in the doc directory, including instructions for installing and contributing.

Participating

You can participate in the project by:

Try It

You can try LibreNMS by downloading a VM image. Currently, a Debian-based image is supplied and has been tested with VMware Fusion 5.

Download the VMware Fusion 5 image at open it, and log in as root with the password root. Enter the following commands:

cd /opt/librenms
git pull
php discover.php -h all
php poller.php -h all

You'll then need to find out the IP of your VM (ifconfig | grep add) and create a DNS entry for librenms.example.com to point to that IP. You can also edit your /etc/hosts file with the following line:

$ip librenms.example.com

where $ip is the IP of your VM. From there, just point your web browser to http://librenms.example.com/ and login with username librenms and password librenms.

License

Copyright (C) 2006-2012 Adam Armstrong adama@memetic.org

Copyright (C) 2013-2014 by individual LibreNMS contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

LICENSE.txt contains a copy of the full GPLv3 licensing conditions.

The following additional license conditions apply to LibreNMS (a GPL exception):

As a special exception, you have permission to link or otherwise combine LibreNMS with the included copies of the following third-party software, and distribute modified versions, as long as you follow the requirements of the GNU GPL v3 in regard to all of the remaining software (comprising LibreNMS).

The authorised third-party software packages under this exception are as follows (their title, location, and license are noted where known):

  • JpGraph (html/includes/jpgraph): QPL 1.0 license
  • MIBS (mibs): unknown/various
  • html/graph-realtime.php: BSD (original?)
  • html/includes/collectd/: GPLv2 only
  • overLIB (html/js/overlib_mini.js): modified Artistic 1.0?
  • scripts/*/mysql: GPLv2 only
  • check_mk (scripts/observium_agent*): GPLv2
  • qTip (html/css/jquery.qtip.min.css and html/js/qtip/jquery.qtip.min.js): GPLv2