2016-08-08 20:13:33 +01:00
|
|
|
[![Build 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) [![Build Status](https://travis-ci.org/librenms/librenms.svg?branch=master)](https://travis-ci.org/librenms/librenms)
|
|
|
|
|
2013-10-28 11:34:15 +10:00
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
2013-10-28 12:00:27 +10:00
|
|
|
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
|
2014-10-28 06:53:25 +10:00
|
|
|
many more. LibreNMS is a community-based fork of [Observium][9].
|
2013-10-28 12:00:27 +10:00
|
|
|
|
2014-10-28 06:53:25 +10:00
|
|
|
We intend LibreNMS to be a viable project and community that:
|
2013-10-28 11:34:15 +10:00
|
|
|
- encourages contribution,
|
|
|
|
- focuses on the needs of its users, and
|
|
|
|
- offers a welcoming, friendly environment for everyone.
|
|
|
|
|
2013-11-04 13:42:39 +10:00
|
|
|
The [Debian Social Contract][10] will be the basis of our priority system,
|
2015-08-21 10:42:39 +01:00
|
|
|
and mutual respect is the basis of our behaviour towards others. For more
|
2013-11-04 13:42:39 +10:00
|
|
|
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].
|
2013-10-30 17:48:36 +10:00
|
|
|
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
2015-03-25 20:33:10 +00:00
|
|
|
Documentation can be found in the [doc directory][5] or [docs.librenms.org][16], including instructions
|
2014-10-28 06:53:25 +10:00
|
|
|
for installing and contributing.
|
2014-08-07 03:40:37 +10:00
|
|
|
|
|
|
|
|
2014-10-28 06:53:25 +10:00
|
|
|
Participating
|
|
|
|
-------------
|
2014-08-07 03:40:37 +10:00
|
|
|
|
|
|
|
You can participate in the project by:
|
2016-01-06 21:16:16 +10:00
|
|
|
- Talking to us on IRC ([##librenms on Freenode][4]) or [Twitter][3].
|
2016-01-06 21:05:55 +10:00
|
|
|
- Joining the [librenms-project][1] mailing list.
|
2014-08-07 03:40:37 +10:00
|
|
|
- Improving the [documentation][5].
|
2016-01-06 21:05:55 +10:00
|
|
|
- Cloning the [repo][2] and filing [bug reports][18] and [pull requests][19] on github.
|
2014-10-28 06:53:25 +10:00
|
|
|
See [CONTRIBUTING][15] for more details.
|
2014-08-07 03:40:37 +10:00
|
|
|
|
|
|
|
|
2016-01-06 21:05:55 +10:00
|
|
|
VM image
|
|
|
|
--------
|
2013-11-03 13:53:53 -08:00
|
|
|
|
2015-03-25 20:33:10 +00:00
|
|
|
You can try LibreNMS by downloading a VM image. Currently, a Ubuntu-based
|
|
|
|
image is supplied and has been tested with [VirtualBox][8].
|
2013-11-03 13:53:53 -08:00
|
|
|
|
2015-03-25 20:37:10 +00:00
|
|
|
Download the [VirtualBox / VMWare image][11] and open it then log in with credentials provided.
|
2016-01-22 11:12:50 +00:00
|
|
|
Enter the following command:
|
2013-11-03 13:53:53 -08:00
|
|
|
|
2016-01-22 11:12:50 +00:00
|
|
|
./daily.sh
|
2013-11-03 13:53:53 -08:00
|
|
|
|
2013-11-04 13:42:39 +10:00
|
|
|
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:
|
2013-11-03 13:53:53 -08:00
|
|
|
|
|
|
|
$ip librenms.example.com
|
|
|
|
|
2015-03-25 20:33:10 +00:00
|
|
|
where `$ip` is the IP of your VM.
|
|
|
|
|
|
|
|
Add a new user by entering:
|
|
|
|
|
|
|
|
./adduser.php <username> <password> 10 <email>
|
|
|
|
|
|
|
|
replace <username>, <password> and <email> 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.
|
2013-11-03 13:53:53 -08:00
|
|
|
|
|
|
|
|
2014-08-07 03:40:37 +10:00
|
|
|
License
|
|
|
|
-------
|
2013-10-28 11:34:15 +10:00
|
|
|
|
2014-08-07 03:40:37 +10:00
|
|
|
Copyright (C) 2006-2012 Adam Armstrong <adama@memetic.org>
|
2013-10-30 17:48:36 +10:00
|
|
|
|
2016-01-06 21:05:55 +10:00
|
|
|
Copyright (C) 2013-2016 by individual LibreNMS contributors
|
2014-01-24 19:40:38 -08:00
|
|
|
|
2014-08-07 03:40:37 +10:00
|
|
|
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.
|
2014-01-24 19:40:38 -08:00
|
|
|
|
2014-08-07 03:40:37 +10:00
|
|
|
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.
|
2013-10-27 23:31:59 -07:00
|
|
|
|
2014-08-07 03:40:37 +10:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2013-10-27 23:31:59 -07:00
|
|
|
|
2014-08-07 03:40:37 +10:00
|
|
|
[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).
|
|
|
|
|
2015-05-18 12:00:40 +01:00
|
|
|
Please see [Acknowledgements][17]
|
2013-10-27 23:31:59 -07:00
|
|
|
|
|
|
|
[1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS"
|
2013-10-30 17:48:36 +10:00
|
|
|
[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/channel_guidelines.shtml "Freenode channel guidelines"
|
|
|
|
[7]: http://freenode.net/catalysts.shtml "Freenode community catalysts"
|
2015-03-25 20:33:10 +00:00
|
|
|
[8]: https://www.virtualbox.org/ "VirtualBox"
|
2013-11-04 13:42:39 +10:00
|
|
|
[9]: http://observium.org/ "Observium web site"
|
|
|
|
[10]: http://www.debian.org/social_contract "Debian project social contract"
|
2015-03-25 20:33:10 +00:00
|
|
|
[11]: http://www.librenms.org/#downloads
|
2013-11-04 13:42:39 +10:00
|
|
|
[12]: https://github.com/librenms/librenms/tree/master/doc/Observium_Welcome.md
|
|
|
|
[13]: http://freenode.net/philosophy.shtml "Freenode philosophy"
|
|
|
|
[14]: https://github.com/librenms/librenms/tree/master/LICENSE.txt
|
2015-03-25 20:33:10 +00:00
|
|
|
[15]: http://docs.librenms.org/General/Contributing/
|
|
|
|
[16]: http://docs.librenms.org/
|
2015-05-18 12:00:40 +01:00
|
|
|
[17]: http://docs.librenms.org/General/Acknowledgement/
|
2016-01-06 21:05:55 +10:00
|
|
|
[18]: https://github.com/librenms/librenms/issues
|
|
|
|
[19]: https://github.com/librenms/librenms/pulls
|