Commit Graph
17185 Commits
Author SHA1 Message Date
Tony MurrayandNeil Lathwood e920e28e48 Change the default error_reporting level to include all fatal errors (#4165)
* Change the default error_reporting level
This will hopefully save confusion when there are things like syntax errors and missing required files.

* Add E_PARSE error as well.
This is a fatal error too.
2016-08-22 23:55:21 +01:00
Tony MurrayandGitHub 9b3fbfbb5e Merge pull request #4168 from murrant/fix-realtime
Re-fix realtime
2016-08-22 15:14:50 -05:00
Tony Murray 70a0e17a2b Re-fix realtime 2016-08-22 15:13:41 -05:00
crcroandNeil Lathwood 6190562d9a availability map updates (#4160)
* fix for services visibility if no service available or not enabled in config

* availability map option to switch to old view

* updates as guided by @laf
2016-08-22 19:12:44 +01:00
Bennett BlodingerandNeil Lathwood 2fd6a9f0fb Fix button jumping for dashboard tooltips (#4164)
http://getbootstrap.com/javascript/#callout-tooltip-groups
2016-08-22 19:09:22 +01:00
Tony MurrayandNeil Lathwood e80a385b7f RRDtool dual process (remote creation/check) (#4104)
* Prepare for dual rrdtool processes
Disabled at this time
Split out rrdtool version checks into rrdtool_create_command()
Tests for rrdtool_create_command()
Fixes a few small issues.

* Enable dual process and remote rrd check/creation

* remove full path for remote commands

* Doc updates
minor fix to rrdtool_tune()

* Set up bootstrap for phpunit
Fix issues with FileExistsException

* Attempt to fix phpunit

* Fix classloader and bootstrap to use full paths only (not depending on $config)

* Fix phpunit tests, config.php does not exist.
2016-08-22 16:32:05 +01:00
Neil LathwoodandGitHub 27c1c72b19 Fixed realtime graphs (#4162) 2016-08-22 11:46:22 +01:00
arrmoandNeil Lathwood b1cfaa7ec0 OS Icon Updates + Added Info to AUTHORS.md (#4058)
* Updated OS Icons

Cleaned up image for Lenovo - new images for asuswrt-merlin, swos,
tomato. Minor update for MikroTik RB260GS.

* Added Contact Information to AUTHORS.md

* Update Lenovo Icon (32x32), Revert SwOS Change

* Added Text per Contributor Agreement

I agree to the conditions of the Contributor Agreement
contained in doc/General/Contributing.md.
2016-08-21 21:11:10 +01:00
Neil LathwoodandGitHub 15ef8bbd23 Updated themes doc + added Google analytics (#4158) 2016-08-21 21:10:01 +01:00
crcroandNeil Lathwood ead3f24008 fix hwg-ste2 bad oid (#4157) 2016-08-21 18:51:02 +01:00
Søren RosiakandGitHub edab8aa191 Merge pull request #4153 from laf/issue-4152 2016-08-21 17:05:15 +03:00
laf be1ab5fcdc Small update 2016-08-21 15:00:52 +01:00
laf ab8acf2773 Fixed ntpd application graphs 2016-08-21 14:58:02 +01:00
Tony MurrayandNeil Lathwood b8e9b2d917 Implement an autoloader (#4140)
* Implement an autoloader

When cleaning up classes for psr2, things got a bit unwieldy, so I implemented a class autoloader.
I created a PSR-0 compliant LibreNMS directory and moved all classes there that made sense.
Implemented LibreNMS\ClassLoader which supports adding manual class mappings

This reduces the file includes needed and only loads classes when needed.

* Add teh autoloader to graph.php

* Add a small bit of docs
Fix incomplete class in includes/discovery/functions.inc.php
2016-08-21 14:07:14 +01:00
Tony MurrayandGitHub c2f7602cc5 Merge pull request #4151 from murrant/ntp-fixes
Fix ntpd rrd_name
2016-08-21 08:07:07 -05:00
Tony Murray de9c02d66e Fix rrd_name 2016-08-21 08:06:15 -05:00
Neil LathwoodandGitHub f750db64fe Merge pull request #4150 from laf/duplicate-doc-line
Removed duplicate line in mkdocs.yml
2016-08-21 13:45:14 +01:00
laf a9fd884d04 Removed duplicate line in mkdocs.yml 2016-08-21 13:44:48 +01:00
Neil LathwoodandGitHub f7b59293c2 Merge pull request #4149 from murrant/docs-updates
Custom ordering for docs
2016-08-21 13:44:05 +01:00
Tony Murray 5970d961c1 Custom ordering for docs
I only really ordered the top level nav and installation, others could be customized if desired.
Shorten the header to LibreNMS Docs, so the menu stays nice on smaller screens, maybe even should shorten it to LibreNMS
Add some links on the index.md page
2016-08-20 22:49:23 -05:00
Tony MurrayandGitHub 936191cae9 Merge pull request #4146 from laf/docs-n-docs
Updated some docs
2016-08-20 21:11:30 -05:00
Tony MurrayandGitHub 4361da605f Merge pull request #4147 from crcro/rpi-doc-update
docs update for rpi local agent
2016-08-20 21:00:26 -05:00
crcro af07c38efb docs update for rpi local agent 2016-08-21 03:00:42 +03:00
laf d2b00a87d9 Updated some docs 2016-08-20 20:39:07 +01:00
Neil LathwoodandGitHub f7ccd509e7 Merge pull request #4145 from murrant/extra-settings
Settings: tabs, fix extra settings
2016-08-20 19:13:58 +01:00
Tony Murray 5ce1fd207e Fix code style 2016-08-20 11:06:27 -05:00
Tony Murray 9babc10820 Use tabs for global settings 2016-08-20 10:16:56 -05:00
Tony Murray 7b7d7b3bfa Extra settings buttons
Fix issues with extra buttons from using v2, which doesn't set config_group
2016-08-20 08:08:24 -05:00
Tony MurrayandGitHub d9797f7a86 Merge pull request #4141 from laf/brother-printer
Updated support for Brother printers
2016-08-20 07:12:01 -05:00
Tony MurrayandGitHub 40e67466e1 Merge pull request #4143 from laf/rename-to-librenms
Changed package names in html/ directory
2016-08-20 07:03:14 -05:00
Tony MurrayandGitHub cad87fb261 Merge pull request #4142 from laf/doc-sub-dir
Updated sub-directory docs
2016-08-20 06:58:27 -05:00
Tony MurrayandGitHub 4a0a7ec302 Merge pull request #4099 from laf/issue-4090
Update of ifSpeed checking in ports poller
2016-08-20 06:55:53 -05:00
laf 5f8705bd37 Changed package names 2016-08-20 12:21:13 +01:00
Neil LathwoodandGitHub aefa24385e Merge pull request #4139 from benwa/fix-widget-bootgrid
Bootgrid alignment
2016-08-20 11:49:53 +01:00
laf e7ba6d9ade Updated sub-directory docs 2016-08-20 11:47:24 +01:00
laf 03af171f22 Updated support for Brother printers 2016-08-20 11:42:05 +01:00
Neil LathwoodandGitHub c763d4deff Merge pull request #4137 from crcro/emc-flare-os-fix
emc flareos definitions update
2016-08-20 01:17:41 +01:00
Neil LathwoodandGitHub 7f2cb23acb Merge pull request #4133 from murrant/str-helpers
String helper functions
2016-08-20 01:15:23 +01:00
Neil LathwoodandGitHub fb935cdb30 Merge pull request #4122 from murrant/more-avail
Availability: small changes
2016-08-20 01:13:58 +01:00
Bennett Blodinger 509978172e Fixes bootgrid alignment
The dropdown li inherit text alignment.
2016-08-19 20:11:35 -04:00
Neil LathwoodandGitHub d7f6f0b428 Merge pull request #4119 from crcro/hp2530
hp 2530 series procurve/aruba detection
2016-08-20 01:09:08 +01:00
Neil LathwoodandGitHub 87c793f2c3 Merge pull request #4116 from crcro/hwg-ste2
HWGroup STE2 support
2016-08-20 01:08:01 +01:00
Neil LathwoodandGitHub 6ffc913275 Merge pull request #4138 from laf/docs-cname
Added CNAME for doc folder
2016-08-20 00:35:55 +01:00
laf 4518e64922 Added CNAME for doc folder 2016-08-20 00:34:03 +01:00
Neil LathwoodandGitHub 6531bb7bb8 Merge pull request #4088 from adaniels21487/issue-4083
Added OS detection for Cisco Prime Infrastructure
2016-08-20 00:22:21 +01:00
Neil LathwoodandGitHub d7f9e30d8f Merge pull request #4117 from murrant/psr2-html
PSR2 Cleanup: /html edition
2016-08-20 00:12:24 +01:00
crcro ea38d55b9e removed top graph for cpu/mem/storage as they won't get anydata from flareos via snmp 2016-08-20 02:02:33 +03:00
crcro 1de76192c5 Revert "added to arubaos"
This reverts commit 29d5b8a5af.
2016-08-20 01:42:49 +03:00
Tony MurrayandGitHub 1b0e783b44 Update Applications.md
Fix spacing
2016-08-19 15:37:20 -05:00
Tony MurrayandGitHub 0074d5a6d2 Arch linux alternate db suggestion 2016-08-19 15:35:04 -05:00