Community-based GPL-licensed network monitoring system
Go to file
Paul Gear 696b0ba670 Merge branch 'devel' of github.com:librenms/librenms into devel
Conflicts:
	README.md
	addhost.php
	adduser.php
	alerts.php
	billing-calculate.php
	check-errors.php
	check-services.php
	delhost.php
	discovery.php
	generate-iplist.php
	irc.php
	poll-billing.php
	poll-device.php
	poller.php
	renamehost.php
	snmptrap.php
	syslog.php
2013-10-29 05:37:15 +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
html Updated copyright and package notices. 2013-10-28 21:39:08 +08:00
includes Add ARP discovery patch (untested) 2013-10-28 15:55:57 +10:00
licenses delete old stuff, put licenses into licenses 2011-09-29 15:58:18 +00:00
mibs update foundry mibs 2012-05-29 13:08:01 +00:00
scripts /// -> // 2012-05-25 12:24:34 +00: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 Add .gitignore to ignore my shameful misdeeds 2013-10-28 18:01:50 +10:00
addhost.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07: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.sql create build.sql to build initial LibreNMS database 2013-10-27 23:35:13 -07:00
CHANGELOG Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
check-errors.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
check-services.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
config.php.default replace observium defaults with librenms 2013-10-28 01:05:42 -07:00
delhost.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
discovery.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07: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
INSTALL.md update git clone process to reflect new organization 2013-10-28 01:08:01 -07:00
irc.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
librenms.cron add cronjob file 2013-10-28 01:01:08 -07: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 Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
README.md Merge branch 'devel' of github.com:librenms/librenms into devel 2013-10-29 05:37:15 +10:00
renamehost.php Revert "update copyright notice" after discussion with Paul 2013-10-28 12:01:36 -07:00
snmp.conf.example unfuck ipmi and update changelog and snmp.conf.example 2011-05-06 09:59:37 +00: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
TODO.md update TODO list 2013-10-28 01:22:16 -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/.

Please see LICENSE.txt for usage requirements and restrictions.

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 http://observium.org/. 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.

The Debian Social Contract http://www.debian.org/social_contract will be the basis of our priority system, and mutual respect the basis of our behaviour towards others.

Installation

See INSTALL.md for details.

Contributing

You can participate in the project by:

  • Joining the librenms-project mailing list to post questions and suggestions.
  • Following @LibreNMS on Twitter.
  • Chatting with developers and users on IRC! We're on the irc.freenode.net server, in the ##LibreNMS channel.
  • Cloning the repo and filing bug reports and pull requests on github.
  • Improving the wiki.