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
laf
ae7d13d299
Ready for new docs site
2016-08-19 14:37:44 +01:00
Tony Murray
8c639aa5a4
PSR2 Cleanup: /html edition
...
Travis tests for code conformance. Ignore warnings for now.
Fixed all errors, left most warnings.
2016-08-18 21:29:30 -05:00
laf
29870b1bc1
Update install doc file names to be clearer
2016-08-18 23:46:15 +01:00
Phil Regnauld
621f4d2f4b
Fix typo in Updating.md
2016-08-19 00:44:02 +02:00
Neil Lathwood
637d01cd13
Merge pull request #4077 from murrant/ntpd-app
...
NTPD Application
2016-08-18 21:30:33 +01:00
crcro
76fa9833c3
fix github markup in files 2
2016-08-18 03:34:10 +03:00
crcro
207ca03ed4
fix github markup in files
2016-08-18 03:32:46 +03:00
crcro
72856bac07
fix rebase
2016-08-18 03:28:59 +03:00
crcro
cce24a4d33
changed docs to sudo only the required command
2016-08-18 03:27:11 +03:00
crcro
70c93fe9e6
added docs for pi host snmp extend script
2016-08-18 03:27:11 +03:00
Tony Murray
984dafda4b
Merge remote-tracking branch 'upstream/master' into ntpd-app
2016-08-17 15:40:38 -05:00
Florian Beer
a61c1b2ebf
Add snmp polling capability for Proxmox
2016-08-17 21:56:23 +02:00
Andreser
2c3da4c3cb
Update Configuration.md
2016-08-17 12:58:50 -03:00
Tony Murray
fe784aec83
Merge pull request #4074 from OpcaoTelecom/unbound
...
Added Unbound graph support
2016-08-17 10:01:48 -05:00
Alan Gregory
8e7d40c121
Removed comment and set default value to yes acording to poller
2016-08-17 09:34:30 -03:00
Daniel van Dorp
bf523bcc0b
Fix some minor Markdown URL issues & some whitespaces.
2016-08-17 11:28:17 +02:00
Alan Gregory
cee72a4cd6
Fix tipo
2016-08-16 11:00:37 -03:00