mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
101 lines
4.3 KiB
Markdown
101 lines
4.3 KiB
Markdown
[![Scrutinizer Status](https://scrutinizer-ci.com/g/librenms/librenms/badges/build.png?b=master)](https://scrutinizer-ci.com/g/librenms/librenms/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/librenms/librenms/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/librenms/librenms/?branch=master) [![Travis Status](https://travis-ci.org/librenms/librenms.svg?branch=master)](https://travis-ci.org/librenms/librenms)
|
|
|
|
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][10] 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][13], including [guidelines for running an IRC channel][6] and
|
|
[being a community catalyst][7].
|
|
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
Documentation can be found in the [doc directory][5] or [docs.librenms.org][16], including instructions
|
|
for installing and contributing.
|
|
|
|
|
|
Participating
|
|
-------------
|
|
|
|
You can participate in the project by:
|
|
- Talking to us on IRC ([##librenms on Freenode][4]) or [Twitter][3].
|
|
- Joining the [LibreNMS Community](https://community.librenms.org)
|
|
- Improving the [documentation][5].
|
|
- Cloning the [repo][2] and filing [bug reports][18] and [pull requests][19] on github.
|
|
See [CONTRIBUTING][15] for more details.
|
|
|
|
|
|
VM image
|
|
--------
|
|
|
|
You can try LibreNMS by downloading a VM image. Currently, a Ubuntu-based
|
|
image is supplied and has been tested with [VirtualBox][8].
|
|
|
|
Download one of the [VirtualBox images][11] 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][14] 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][17]
|
|
|
|
[1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS"
|
|
[2]: https://github.com/librenms/librenms "Main LibreNMS GitHub repo"
|
|
[3]: https://twitter.com/librenms "@LibreNMS on Twitter"
|
|
[4]: irc://irc.freenode.net/##librenms "LibreNMS IRC channel"
|
|
[5]: https://github.com/librenms/librenms/tree/master/doc/
|
|
[6]: http://freenode.net/changuide "Freenode channel guidelines"
|
|
[7]: http://freenode.net/catalysts "Freenode community catalysts"
|
|
[8]: https://www.virtualbox.org/ "VirtualBox"
|
|
[10]: http://www.debian.org/social_contract "Debian project social contract"
|
|
[11]: http://www.librenms.org/#downloads
|
|
[12]: http://docs.librenms.org/General/Welcome-to-Observium-users/
|
|
[13]: http://freenode.net/philosophy.shtml "Freenode philosophy"
|
|
[14]: https://github.com/librenms/librenms/tree/master/LICENSE.txt
|
|
[15]: http://docs.librenms.org/General/Contributing/
|
|
[16]: http://docs.librenms.org/
|
|
[17]: http://docs.librenms.org/General/Acknowledgement/
|
|
[18]: https://github.com/librenms/librenms/issues
|
|
[19]: https://github.com/librenms/librenms/pulls
|