Commit Graph

21 Commits

Author SHA1 Message Date
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
Neil Lathwood 0b57b1ef69 Docs update (#4182) 2016-08-23 13:32:24 -05: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
laf d2b00a87d9 Updated some docs 2016-08-20 20:39:07 +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
Tony Murray 3e9e1104af Update Code-Guidelines.md 2016-07-05 11:14:19 -05:00
Rosiak 73149f3f19 More updates
Add sensor_prev to be able to alert on state change

Add docs
2016-02-27 15:29:11 +01:00
Jameson Finney 8ec50f11cd Fixed some typos and formatting issues in docs 2016-01-30 22:37:28 -05:00
Jameson Finney 437d1fc40c Removed extra spaces from ends of lines. 2016-01-30 21:06:58 -05:00
Rosiak c3ce59124e Fix some spellings. 2016-01-07 23:02:18 +01:00
Neil Lathwood a6f34fdf7e Update Dynamic-Config.md 2015-11-17 11:11:03 +00:00
laf 1cbe42e0c7 Added commit url example 2015-10-12 22:08:30 +00:00
laf 502e1f88b5 Added docs on how to add dynamic config options 2015-10-12 21:49:35 +00:00
Paul Gear 60b39cfa41 Small note about control structures 2015-07-10 21:22:40 +10:00
laf d24ca84b76 Forcing scrut run 2015-06-01 21:37:26 +01:00
laf 463108e9c3 Added missing config option 2015-05-22 14:07:38 +01:00
laf 6496e6ece4 Consistent date formatting from MySQL 2015-05-22 13:38:52 +01:00
laf 765e6dcbe0 Updated pgp -> php mistake 2015-05-05 22:55:12 +01:00
laf 790825efa3 Updated development docs 2015-05-05 22:17:22 +01:00
laf 4cbef8863e Added code guidelines to try and explain the file structure more 2015-04-05 01:15:52 +01:00
Neil Lathwood e1722d7b60 Added code guidelines documentation 2015-03-01 13:56:31 +00:00