Community-based GPL-licensed network monitoring system
Go to file
2015-05-27 19:39:02 +02:00
contrib chmod 0644 to php files not directly executed 2015-04-28 22:58:03 +02:00
doc Update RRDCached.md 2015-05-27 19:39:02 +02:00
html Merge pull request #1137 from f0o/issue-1136 2015-05-26 21:27:36 +01:00
includes Added a few missing characters 2015-05-27 09:35:52 +02:00
lib Merge branch 'master' of github.com:laf/librenms into twitter-typeahead 2015-05-03 13:30:56 +01:00
licenses delete old stuff, put licenses into licenses 2011-09-29 15:58:18 +00:00
mibs Merge pull request #1058 from SaaldjorMike/ciscosb-mibs 2015-05-22 11:13:26 +01:00
scripts Actually added the doc and contents 2015-05-12 08:54:56 +01:00
sql-schema Added a new db field to record when custom high/low limits are set and stop them being overwrote 2015-05-12 10:10:03 +01:00
upgrade-scripts Updated most files to use dbFacile 2014-03-12 22:21:33 +00:00
.gitignore Squashed 'lib/pace/' content from commit c6846cb 2015-05-01 10:54:10 -03:00
.scrutinizer.yml Always wondered why scrut complains about this code still!! 2015-03-31 19:44:08 +01:00
addhost.php Updated addhost.php to use distributed_poller_group if set 2015-05-09 10:34:55 +01:00
adduser.php Added PasswordHash.php to adduser.php 2014-02-27 21:05:18 +00:00
alerts.php Introduce config-switch to regather contacts before dispatch 2015-05-22 10:26:38 +00:00
AUTHORS.md I aggree to the conditions of the Contributor Agreement contained 2015-05-23 13:27:58 +01:00
billing-calculate.php Updated most files to use dbFacile 2014-03-12 22:21:33 +00:00
build-base.php Alert failed database selection in build-base.php 2015-05-18 20:12:52 +01:00
build.sql Fixed the mysql auth include and the db schema. I set the desc field to be a varchar(200) and set it to be NULL by default (this is a personal preference but since it was not set in the code...). I fixed adduser function in html/includes/authentication/mysql.inc.php. I added $description and $twofactor to the function argument with default values and added descr and twofactor elements in the array passed to the dbInsert function call. OpenSuSE 13.2 2015-02-26 23:03:05 +00:00
callback.php Added , at the end of the the queries array 2015-05-14 01:05:48 +01: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 Add proxy support to callback function 2015-04-13 19:37:12 +10:00
CONTRIBUTING.md Add contributing placeholder file 2015-05-16 14:28:09 +10:00
daily.php Some last minute changes 2015-04-06 20:47:28 +01:00
daily.sh chmod 0755 to scripts 2015-04-28 23:04:08 +02:00
delhost.php Tidy device deletion 2014-09-27 16:32:55 +10:00
discovery.php Added support for poller groups in discovery 2015-03-19 22:14:08 +00:00
dist-pollers.php Updated dist-pollers.php to support poller groups 2015-03-15 21:49:12 +00:00
irc.php Fallback to shell_exec as some systems lack posix_mkfifo 2015-03-15 15:14:10 +00:00
librenms.cron Introduce own librenms user and remove rrds when removing a device 2015-05-19 14:44:13 +00:00
librenms.nonroot.cron Introduce own librenms user and remove rrds when removing a device 2015-05-19 14:44:13 +00:00
LICENSE.txt Update copyright instructions 2014-06-23 13:44:12 +10:00
Makefile Updated global search for new typeahead 2015-04-29 15:18:14 +01:00
poll-billing.php Move the \$now variable to where it is needed 2015-02-18 18:34:57 +00:00
poller-wrapper.py Fix permissions 2015-05-12 20:13:03 +10:00
poller.php Adds Distributed Polling via Memcached. 2015-03-15 16:29:59 +00:00
README.md Added Acknowlegement where we can keep a list of 3rd party software and license status 2015-05-18 12:00:40 +01: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
validate.php Added a few missing characters 2015-05-27 09:35:52 +02: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 or docs.librenms.org, 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 Ubuntu-based image is supplied and has been tested with VirtualBox.

Download the VirtualBox / VMWare image and open it then log in with credentials provided. 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.

Add a new user by entering:

./adduser.php <username> <password> 10 <email>

replace , and with a username, password and your email address.

From there, just point your web browser to http://librenms.example.com/ and login with your new username and password.

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).

Please see Acknowledgements