Neil Lathwood
42123010c8
refactor: Added support for dskTable in UCD-SNMP-MIB ( #4993 )
2016-11-21 07:08:38 +00:00
Neil Lathwood
1834553f92
doc: Added FAQ on why EdgeRouters might not be detected
2016-11-14 07:52:43 +00:00
Vitali Kari
8841eece94
feature: Adds support for enabling / disabling modules per OS ( #4963 )
...
* fixes #4946
first try, should be checked first
only discovery first
* add OS modules status indication
* add debug output
add os poller module support
* fix some whitespaces
* fix missing semicolon
* fix some whitespaces
* Modify the modules page
It now shows unset for unset device settings.
Also, `$os_module_status = $config['os'][$device['os']]['poller_modules'][$module];` doesn't work like you would expect. Fix that behavior.
* Fix mangled tabs
* optimize debug output
add docs
* text highlighting
* Streamline docs #1
* Update docs
* Spell out Global, OS, Device.
2016-11-13 13:46:05 -06:00
Neil Lathwood
cc01969b06
refactor: Default to only using mysqli ( #4915 )
...
* refactor: Default to only using mysqli
* Remove includes/dbFacile.mysql.php
* updated mres() function to remove $config global
2016-11-10 19:40:53 -06:00
Neil Lathwood
b89ebabecc
Feature: Added support for global max repeaters for snmp ( #4880 )
...
* Feature: Added support for global max repeaters for snmp
* added phpdoc
2016-10-28 06:02:09 +00:00
Neil Lathwood
b5be6e9271
feature: Added custom css and include directories which are ignored by git ( #4871 )
2016-10-28 05:55:40 +00:00
laf
c41888e6f3
doc: Added FAQ on moving install to another server
2016-10-23 20:27:50 +00:00
FTBZ
7e16a3438a
Adding more information about Linux (snmpd) configuration
2016-10-21 08:21:11 +02:00
Tony Murray
980590b293
Change the recommended snmpwalk capture options to ease parsing. ( #4804 )
...
Remove `t` we lose the declaration of the Timeticks: type with that
Add `U` removes unit suffixes.
Add `b` displays indexes numerically instead of as strings
2016-10-15 15:47:06 +01:00
Neil Lathwood
d5ba013a8a
refactor: Updated and added more options for http proxy support ( #4718 )
2016-10-13 20:07:07 -05:00
Neil Lathwood
b7bfc81de5
small fixes to docs ( #4737 )
2016-10-06 17:31:12 +01:00
Neil Lathwood
0f417a30fa
doc: Added clarity on using addhost with communities and special chars ( #4693 )
2016-10-02 07:36:51 +00:00
Neil Lathwood
f14335b7a5
doc: Added FAQ for why interfaces are missing from overall traffic graphs ( #4696 )
2016-10-02 07:27:12 +00:00
Tony Murray
fc0871f716
Move Support New OS to the Developing menu ( #4636 )
...
Re-arrange the Developing menu, needs separators...
2016-09-27 17:52:26 +01:00
Neil Lathwood
b5cd175cf9
Merge pull request #4538 from murrant/snmpsim
...
feature: Add snmpsim to Travis automated testing
2016-09-23 21:56:22 +01:00
Tony Murray
c31b3c0301
feature: use snmpsim for testing
...
fallback feature so we don't have to run snmpsim on devel computers, should be adequate for now
./scripts/pre-commit.php -u -snmpsim will start an snmpsimd.py process automatically
2016-09-23 14:57:31 -05:00
Neil Lathwood
c3dd8c7b84
Merge pull request #4523 from FTBZ/docs-adding-snmp-examples
...
New documentation with SNMP configuration examples
2016-09-23 20:34:53 +01:00
Neil Lathwood
b617ea85ea
Merge pull request #4560 from laf/internal-doc-link-fixes
...
fix: Internal links to some docs were not correct
2016-09-23 19:58:11 +01:00
Neil Lathwood
0a6bea3b10
fix: Internal links to some docs were not correct
2016-09-23 19:49:58 +01:00
sorano
de19cfa38b
Update Performance.md
...
Clarified that the mysqld performance options need to be put under a [mysqld] group in my.cnf. Since in Ubuntu 16.04 /etc/mysql/my.cnf only has [client-server] group by default which is not a valid group for the changes we make.
2016-09-23 08:22:47 +02:00
FTBZ
abe25614dd
New documentation with SNMP configuration examples
2016-09-21 21:00:56 +02:00
FTBZ
37e5779070
New documentation with SNMP configuration examples
2016-09-21 15:18:39 +02:00
Tony Murray
d5105e29da
feature: Capture device troubleshooting info (discovery, poller, snmpwalk)
...
Admins can capture device troubleshooting info from the webui by clicking the gear and selecting Capture.
2016-09-19 23:36:41 -05:00
Neil Lathwood
88b331909b
Added info on how to perform unit testing
2016-09-15 20:58:49 +01:00
Neil Lathwood
96a57587e9
doc: Added faq to explain why devices show as warning ( #4449 )
2016-09-15 14:15:33 -05:00
Neil Lathwood
b397e23763
docs: Added NFSen docs + update general config docs ( #4412 )
...
* Added NFSen docs + update general config docs
* Fix missing brackets
2016-09-12 11:22:34 -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
Neil Lathwood
dcff4d3ed1
Revert "Some more doc updates" ( #4231 )
2016-08-27 22:12:44 +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
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
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
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
laf
d2b00a87d9
Updated some docs
2016-08-20 20:39:07 +01:00
Andreser
2c3da4c3cb
Update Configuration.md
2016-08-17 12:58:50 -03:00
Tony Murray
ead28f6acd
Merge remote-tracking branch 'upstream/master' into rrd-create-remote
2016-08-07 08:22:32 -05:00
laf
bb7cddcc88
Updated perf docs to include max repeaters
2016-08-06 20:26:49 +01:00
laf
6c671bc15d
Updated no graph faq
2016-08-03 21:51:55 +01:00
laf
53087b5495
Updated and added new templates for issues and prs
2016-08-01 20:00:08 +01:00
Tony Murray
f4fb470d04
Merge pull request #3907 from laf/issue-2388
...
Added cleanup for old RRD files to daily.sh
2016-08-01 12:59:05 -05:00
laf
1d2c8f5d48
Updated docs to be clearer
2016-08-01 18:56:50 +01:00
Tony Murray
97daf3dd54
Merge remote-tracking branch 'upstream/master' into rrd-create-remote
2016-08-01 10:18:28 -05:00
Rosiak
d2b74efa00
Basic Maipu Mypower Support
...
#3867
2016-07-31 02:23:19 +02:00
laf
1741231ebc
Updated docs for rrd_purge option
2016-07-30 16:58:18 +01:00
Rosiak
ef2b72c901
Update Supported Devices Doc
2016-07-29 16:07:47 +02:00
Tony Murray
d1619aed8b
Missing space
2016-07-26 21:46:14 -05:00
laf
bc992ef7ef
Added performance doc + updated install docs
2016-07-26 20:29:06 +01:00
Tony Murray
e3772e2653
Don't use $config['rrdcached_dir'] anymore, always use relative directories when using rrdcached.
...
Wait for output on every command, this prevents input left in the buffer from messing up subsequent commands.
It doesn't seem like there is a penalty, but I'd have to do more testing.
2016-07-25 16:24:09 -05:00
Tony Murray
d7a7c5ef00
Doc updates
2016-07-20 09:09:19 -05:00