Commit Graph

764 Commits

Author SHA1 Message Date
Neil Lathwood
7ff35ca6ef docs: More doc updates (#4365)
* More doc updates

* Updated to add update

* added tune option
2016-09-09 12:06:26 -05:00
Neil Lathwood
74483dcbd7 feature: Added new discovery-wrapper.py script to replicate poller-wrapper.py (#4351)
* feature: Added new discovery-wrapper.py script to replicate poller-wrapper.py

* Added distributed polling support
2016-09-09 10:43:38 -05:00
FTBZ
5ef5d65458 docs: Update Authentication.md (#4387)
* Update Authentication.md

Added note for SELinux users with LDAP/AD and Active Directory redundancy

* Update Authentication.md

Remove extra whitespace
2016-09-09 15:18:07 +01:00
Tony Murray
956e18ffcd feature: Better error messages for ad_auth (#4385) 2016-09-09 08:04:03 -05:00
joeywas
b2aa271660 Fixing hyperlinks to actually hyperlink 2016-08-30 15:54:09 -07:00
joeywas
149f4538a2 Clarified validate.php is run as root 2016-08-30 15:48:10 -07:00
joeywas
fd67db695f Merge remote-tracking branch 'upstream/master'
Conflicts:
	AUTHORS.md
2016-08-30 15:30:40 -07:00
Neil Lathwood
8c7132a115 docs: Added example to alerting doc for using variables of similar name #4264
docs: Added example to alerting doc for using variables of similar name #4264
2016-08-30 22:15:53 +01:00
Joseph
6a3f8b6ac2 Fix spelling of "complete" (#4269) 2016-08-30 13:52:07 +01:00
Joseph
58b82d7e0a Fixed run validate grammar/fixed hyperlinks at end 2016-08-30 00:19:10 -07:00
Neil Lathwood
31efe0129d Rebased 2016-08-28 22:02:02 +01:00
Neil Lathwood
1964d1d998 Small updates 2016-08-28 21:55:19 +01:00
cromagdk
a8fce2808f Update snmpd setup in Installation-Ubuntu-1604 docs (#4243)
docs: Update snmpd setup in Installation-Ubuntu-1604 docs #4243
2016-08-28 18:42:41 +01:00
Neil Lathwood
4dea6fadbc Added docs + file changes to support creating new releases/changelog 2016-08-28 16:43:11 +01:00
Tony Murray
3c0fcdd46b Spelling corrections 2016-08-28 09:43:35 -05:00
Neil Lathwood
60332cd919 August changelog (#4234) 2016-08-28 14:56:02 +01:00
Neil Lathwood
dcff4d3ed1 Revert "Some more doc updates" (#4231) 2016-08-27 22:12:44 +01:00
Daniel Preussker
4b434bf956 Merge pull request #4229 from laf/more-more-docs-4
Some more doc updates
2016-08-27 17:33:13 +00:00
Neil Lathwood
87745cad7a Removed option to mkdocs build from creating-documentation.md 2016-08-27 15:31:51 +01:00
nerdalertdk
8924e954c4 Missing variable in services api call
fix: Missing variable in services api call
2016-08-27 14:46:54 +01:00
Neil Lathwood
5d51d888f6 Corrected link 2016-08-27 13:42:45 +01:00
Neil Lathwood
acde0db434 More doc updates 2016-08-27 13:41:26 +01:00
Tony Murray
aee05e858f Fix wget option
wget -o -> wget -O
2016-08-26 13:08:31 -05:00
cromagdk
4838f905e3 Update Applications.md (#4226) 2016-08-26 13:07:16 -05:00
nerdalertdk
8973a78664 Update API-Docs.md (#4218) 2016-08-26 13:40:05 +01:00
nerdalertdk
cd7cf30c00 services docs 2016-08-26 12:01:33 +02:00
Neil Lathwood
9f1930a81e More more docs (#4197)
* Updated docs + some small code changes

* Added validating code doc for developers

* Doc updates

* Updates and improvements
2016-08-25 18:40:11 -05:00
Tony Murray
f119a7c362 Only push the toc down, not the content
the toc is on top when the header switches to two lines, so we only need to push that down.
2016-08-25 09:42:18 -05:00
Neil Lathwood
1055003d3f Remove requirement for ['enable_printers'] (#4192) 2016-08-24 12:42:06 -05:00
Neil Lathwood
383c50b4f4 Updated docs to have source to use for edit github (#4185)
* Added source link for edit on github

* Updated formatting issues

* Updated formatting issues

* Updated formatting issues
2016-08-24 08:12:20 +01:00
Tony Murray
32b9d82220 Docs: avoid scrollbar on mobile (#4184) 2016-08-23 19:58:32 +01:00
Tony Murray
27382b157b Update Applications docs (#4171)
Move scripts to librenms-agent repo
Remove LibreNMS.zip from scripts, update docs to point to the extracted folder
2016-08-23 19:46:56 +01:00
Eldon Koyle
787c4f09f7 Config option for global default dashboard (#4080)
* Config option for global default dashboard

Add config option to set a global default dashbord.  This will be used
instead of the user's "Default" dashboard unless they have changed their
default dashboard in their user settings.

* Use a dropdown for the default_dashboard option

Update generate_dynamic_config_panel to allow assoc arrays with
`'value'` and `'description'` as keys and change to a select box.

* Fix PHP style issues lost during merge
2016-08-23 19:37:12 +01:00
Neil Lathwood
0b57b1ef69 Docs update (#4182) 2016-08-23 13:32:24 -05:00
Tony Murray
e6d3228d6f Add old doc redirects (#4181)
Hide "hidden" menu
Push down docs below nav header
2016-08-23 19:24:03 +01:00
Søren Rosiak
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 Murray
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 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 Murray
936191cae9 Merge pull request #4146 from laf/docs-n-docs
Updated some docs
2016-08-20 21:11:30 -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
laf
e7ba6d9ade Updated sub-directory docs 2016-08-20 11:47:24 +01:00
laf
4518e64922 Added CNAME for doc folder 2016-08-20 00:34:03 +01:00
Neil Lathwood
d7f9e30d8f Merge pull request #4117 from murrant/psr2-html
PSR2 Cleanup: /html edition
2016-08-20 00:12:24 +01:00
Tony Murray
1b0e783b44 Update Applications.md
Fix spacing
2016-08-19 15:37:20 -05:00
Tony Murray
0074d5a6d2 Arch linux alternate db suggestion 2016-08-19 15:35:04 -05:00
Tony Murray
cfe2cf8069 Merge remote-tracking branch 'upstream/master' into psr2-html 2016-08-19 13:54:45 -05:00
Tony Murray
9a66326fcf Merge pull request #4115 from laf/install-docs-upd
Update install doc file names to be clearer
2016-08-19 11:02:11 -05:00