136 Commits

Author SHA1 Message Date
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
b5cd175cf9 Merge pull request #4538 from murrant/snmpsim
feature: Add snmpsim to Travis automated testing
2016-09-23 21:56:22 +01:00
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
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
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
0a6bea3b10 fix: Internal links to some docs were not correct 2016-09-23 19:49:58 +01:00
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
abe25614dd New documentation with SNMP configuration examples 2016-09-21 21:00:56 +02:00
37e5779070 New documentation with SNMP configuration examples 2016-09-21 15:18:39 +02:00
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
88b331909b Added info on how to perform unit testing 2016-09-15 20:58:49 +01:00
96a57587e9 doc: Added faq to explain why devices show as warning (#4449) 2016-09-15 14:15:33 -05:00
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
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
dcff4d3ed1 Revert "Some more doc updates" (#4231) 2016-08-27 22:12:44 +01:00
5d51d888f6 Corrected link 2016-08-27 13:42:45 +01:00
acde0db434 More doc updates 2016-08-27 13:41:26 +01:00
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
1055003d3f Remove requirement for ['enable_printers'] (#4192) 2016-08-24 12:42:06 -05:00
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
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
2c3da4c3cb Update Configuration.md 2016-08-17 12:58:50 -03:00
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
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
97daf3dd54 Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-01 10:18:28 -05:00
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
ef2b72c901 Update Supported Devices Doc 2016-07-29 16:07:47 +02:00
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
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
d7a7c5ef00 Doc updates 2016-07-20 09:09:19 -05:00
1f5cfe283e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-18 15:58:56 -05:00
a1ab19047e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-07 21:28:47 -05:00
57650e4ffc Remove nfs requirement for distributed poller (with rrdtool 1.5+)
Use data_update instead of rrd_update/rrd_create and influx_update
Centralize rrd file check so we can check against a remote rrdcached server too
Use rrd_name() to generate rrd file names
2016-07-07 21:10:06 -05:00
laf
64e256d47a Added faq doc 2016-07-06 16:25:41 +01:00
laf
d3b1a57bdd Updated install faq 2016-07-06 15:22:37 +01:00
cccb07d2a7 matching default port description types with their names 2016-06-30 17:05:55 -07:00
laf
cb0ebeb25a Updated faqs 2016-06-16 16:20:05 +01:00
c2bf94254d Fix Markup on config documentation page 2016-06-08 09:23:43 +01:00
3674143f43 Fix documentation issue for checkout out other peoples commits 2016-05-25 13:24:32 +01:00
laf
8a46c7611d Add support for stopping devices being added with duplicate sysNames 2016-05-02 20:20:29 +00:00
e0ac533882 New FAQ about renamehost.php
FAQ #16 describing how to change an IP / hostname of a device.
2016-04-30 10:19:52 -03:00
ba48567f19 Added bad ifName and ifAlias regex matching
Allow user to ignore interfaces based on regex matching of ifName and
ifAlias values
2016-04-28 15:36:13 -07:00
6d37d36354 Merge pull request #3255 from HenocKA/issue280b
VRF Lite Support - update
2016-04-28 12:22:01 +01:00