mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Merge branch 'master' into devel
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
See the commit log at https://github.com/librenms/librenms/commits/master for details.
|
Please check http://www.observium.org/wiki/Changelog for an up to date changelog.
|
||||||
|
|
||||||
|
You can also browse the subversion repository commit logs for more granular updates.
|
||||||
@@ -50,7 +50,16 @@ See `INSTALL.md` for details.
|
|||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Clone the repo and file bug reports and pull requests here.
|
You can participate in the project by:
|
||||||
Join the [librenms-project][1] mailing list to post questions and suggestions.
|
- Joining the [librenms-project][1] mailing list to post questions and
|
||||||
|
suggestions.
|
||||||
|
- Cloning the [repo][2] and filing bug reports and pull requests on github.
|
||||||
|
- Talking to us on [Twitter][3] or [IRC][4].
|
||||||
|
- Improving the [wiki][5].
|
||||||
|
|
||||||
[1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS"
|
[1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS"
|
||||||
|
[2]: https://github.com/librenms/librenms
|
||||||
|
[3]: https://twitter.com/librenms
|
||||||
|
[4]: irc://irc.freenode.net/##librenms
|
||||||
|
[5]: https://github.com/librenms/librenms/wiki
|
||||||
|
|
||||||
|
|||||||
+5
-6
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage cli
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+5
-6
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage cli
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage alerts
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage billing
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage alerts
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage services
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+5
-6
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage cli
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage discovery
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage discovery
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage ircbot
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage billing
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage poller
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage poller
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+5
-6
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage cli
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage snmptraps
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+6
-7
@@ -2,15 +2,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LibreNMS
|
* Observium
|
||||||
*
|
*
|
||||||
* This file is part of LibreNMS
|
* This file is part of Observium.
|
||||||
*
|
*
|
||||||
* @package librenms
|
* @package observium
|
||||||
* @subpackage cli
|
* @subpackage syslog
|
||||||
* @author LibreNMS Group <librenms-project@google.groups.com>
|
* @author Adam Armstrong <adama@memetic.org>
|
||||||
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
|
* @copyright (C) 2006 - 2012 Adam Armstrong
|
||||||
* @copyright (C) 2013 LibreNMS Group
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user