Go to file
Søren Rosiak 414efb3539 refactor: Various Code Cleanup (#5777)
* refactor: Various Code Cleanup

* moar
2017-02-05 22:37:08 +00:00
.github various small doc improvements (#5459) 2017-01-16 08:18:37 -06:00
LibreNMS refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
contrib tidy up some file permissions and removed unused files (#5563) 2017-01-24 12:44:16 -06:00
doc refactor: Various Code Cleanup (#5777) 2017-02-05 22:37:08 +00:00
html webui: Adding text logo to HPE logo (#5728) 2017-02-05 13:55:03 +00:00
includes refactor: Various Code Cleanup (#5777) 2017-02-05 22:37:08 +00:00
lib webui: Update Font Awesome to 4.7.0 (#5476) 2017-01-18 12:57:57 -06:00
licenses delete old stuff, put licenses into licenses 2011-09-29 15:58:18 +00:00
mibs newdevice: Add initial support for Opengear (#5744) 2017-02-03 09:29:48 +00:00
misc docs: Add logrotate config and update install docs (#5520) 2017-01-21 11:11:22 +00:00
scripts feature: Rancid config file generator (#5689) 2017-02-02 15:44:15 +00:00
sql-schema fix: Update macros with / in to have spaces (#5741) 2017-02-03 15:21:19 -06:00
tests newdevice: Improve Mikrotik RouterOS and SwOS detection (#5772) 2017-02-05 10:19:52 +00:00
vendor fix: Update jpgraph source file to remove check for imageantialias() #5282 (#5284) 2017-01-02 20:28:55 +02:00
.codeclimate.yml Update .codeclimate.yml (#5044) 2016-11-22 10:01:04 +00:00
.editorconfig added editorconfig file for project 2016-01-04 13:16:13 +01:00
.gitignore webui: Add $config['title_image'] in doc and use it also for login screen (#5683) 2017-01-31 08:16:01 +00:00
.mention-bot Update .mention-bot (#5371) 2017-01-09 21:19:03 +00:00
.scrutinizer.yml refactor: use Composer to manage php dependencies (#5216) 2017-01-01 09:37:15 +00:00
.travis.yml Run our .travis.yml through the lint check (#5599) 2017-01-25 20:12:29 +00:00
AUTHORS.md newdevice: Improve support for TiMOS (Alcatel-Lucent) switches #5533 2017-02-03 10:01:29 +00:00
CHANGELOG Remove remaining live references to observium.org 2013-10-29 21:06:32 +10:00
CONTRIBUTING.md Add contributing placeholder file 2015-05-16 14:28:09 +10:00
LICENSE.txt Update copyright instructions 2014-06-23 13:44:12 +10:00
Makefile Update typeahead to corejavascript fork 2016-01-05 17:35:16 -07:00
README.md removed references to librenms being a fork (#5562) 2017-01-26 19:29:23 +00:00
addhost.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
adduser.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
alerts.php fix: update any IP fields using inet6_ntop() #5207 2016-12-29 23:50:22 +00:00
billing-calculate.php refactor: Various Code Cleanup (#5777) 2017-02-05 22:37:08 +00:00
build-base.php refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
build.sql feature: Add mysql failed query logging + fixed queries that break ONLY_FULL_GROUP_BY (#5327) 2017-01-07 11:32:38 -06:00
check-services.php feature: Add services-wrapper.py to enable support for distributed setups with service checks #4658 2017-01-12 08:29:29 +00:00
composer.json refactor: use Composer to manage php dependencies (#5216) 2017-01-01 09:37:15 +00:00
config.php.default tidy up some file permissions and removed unused files (#5563) 2017-01-24 12:44:16 -06:00
config_to_json.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
cronic fix: Updated bin/bash to use env in cronic script (#4752) 2016-10-13 22:23:53 +01:00
daily.php fix: msyql errors bgp-peers, daily, callback (#5425) 2017-01-13 22:21:29 +00:00
daily.sh fix: daily.sh install path (#5152) 2016-12-12 15:00:09 +00:00
delhost.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
discovery-wrapper.py refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
discovery.php refactor: MySQL strict and query fixes (#5338) 2017-01-13 06:47:16 -06:00
dist-pollers.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
irc.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
librenms.cron More more docs (#4197) 2016-08-25 18:40:11 -05:00
librenms.nonroot.cron More more docs (#4197) 2016-08-25 18:40:11 -05:00
mkdocs.yml docs: Added an example hardware doc for people to show what they have (#5532) 2017-01-21 00:18:58 +00:00
phpunit.xml RRDtool dual process (remote creation/check) (#4104) 2016-08-22 16:32:05 +01:00
poll-billing.php refactor: MySQL strict and query fixes (#5338) 2017-01-13 06:47:16 -06:00
poller-service.py refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
poller-wrapper.py refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
poller.php fix: restore usage of -i -n in polling (#5228) 2016-12-22 21:33:51 +00:00
readmegen.yml Updated changelog for v1.23 (#5280) 2017-01-01 16:10:40 +00:00
renamehost.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
services-wrapper.py feature: Add services-wrapper.py to enable support for distributed setups with service checks #4658 2017-01-12 08:29:29 +00:00
snmp-scan.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00: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 refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
syslog.php refactor: Centralize includes and initialization (#4991) 2016-11-21 20:12:59 +00:00
validate.php refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00

README.md

Scrutinizer Status Scrutinizer Code Quality Travis Status

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.

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 is 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:

VM image

You can try LibreNMS by downloading a VM image. Currently, a Ubuntu-based image is supplied and has been tested with VirtualBox.

Download one of the VirtualBox images we have available, documentation is provided which details login credentials and setup details.

License

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

Copyright (C) 2013-2017 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