Community-based GPL-licensed network monitoring system
Go to file
2013-11-10 04:23:22 +10:00
attic /// -> // 2012-05-25 12:24:34 +00:00
contrib move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure. 2012-05-16 13:25:50 +00:00
doc update install docs to include notice about daily updates 2013-11-03 22:18:45 -08:00
html Tone down garish blue colour on all links 2013-11-10 04:23:22 +10:00
includes Tidy about page 2013-11-05 10:23:15 +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 Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
sql-schema add index to loadbalancers 2012-05-25 14:19:37 +00:00
upgrade-scripts fix upgrade script 2011-12-06 22:56:15 +00:00
.gitignore Removed cruft 2013-11-05 09:22:24 +10:00
addhost.php Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
adduser.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
alerts.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
billing-calculate.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
build-base.php create new method for populating database 2013-10-28 18:40:48 -07:00
build.sql create build.sql to build initial LibreNMS database 2013-10-27 23:35:13 -07: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.php.default Merge branch 'master' into devel 2013-11-05 09:34:29 +10:00
daily.php add framework for new cron features; add ability to update librenms daily 2013-11-03 22:16:01 -08:00
daily.sh add framework for new cron features; add ability to update librenms daily 2013-11-03 22:16:01 -08:00
delhost.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
discovery.php Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
findit Another update to my stupid grep script 2013-11-05 07:57:43 +10:00
generate-iplist.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
generate-map.sh ginger patch 2010-09-03 18:26:59 +00:00
irc.php Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
librenms.cron add framework for new cron features; add ability to update librenms daily 2013-11-03 22:16:01 -08:00
LICENSE.txt Update license location per github recommendations 2013-10-28 11:38:34 +10:00
poll-billing.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
poll-device.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
poller.php Remove user-facing references to Observium 2013-11-05 09:33:32 +10:00
README.md Update README 2013-11-04 13:42:39 +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 unfuck ipmi and update changelog and snmp.conf.example 2011-05-06 09:59:37 +00: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

License

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

Copyright (C) 2013 LibreNMS Contributors librenms-project@googlegroups.com

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.

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 the last GPL-licensed version of Observium. LibreNMS intends to be a viable network monitoring project and community that:

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

If you're visiting because of a mention on the Observium mailing list, please read our welcome to Observium users.

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

For now documentation can be found in the doc directory.

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.

Installation

See doc/INSTALL.md for details.

Contributing

You can participate in the project by: