summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-11-22Move changelog generation to the end in release pipeline (#4712)v1.11.1Paweł Krupa
* move changelog generation to the end of release pipeline and create [netdata patch release] * fix configure.ac autocommit when tag is a rc tag * do not create a release when commit is not tagged
2018-11-22Remove left over code (#4662)Pavel Djundik
Fixes `main.js?v=2:604 Uncaught ReferenceError: el is not defined`
2018-11-22[ci skip] Automatic changelog updatenetdatabot
2018-11-22Add option to create release candidates (#4706)Paweł Krupa
[netdata patch release]
2018-11-22Added byte unit scaling (#4707)AndCycle
2018-11-22Cleanup of web/gui footer (#4709)George Moschovitis
* Improved footer #4708 * Cleanup #4708 * Fix years in copyright
2018-11-22Add CPU section to proc plugin documentation (#4704)Vladimir Kobal
2018-11-22Documentation links sanity checker (#4701)Chris Akritidis
* Fix broken links * Fixed link * Added links checker * link updates from the link checker * Final corrections to allow checklinks to run without errors * Removed whitespace * Fixed codacy errors/warnings
2018-11-21[ci skip] Automatic changelog updatenetdatabot
2018-11-21Update installer/README.md (#4689)Chris Akritidis
Closes #4675 Add link to Docker installation and remove suggestion to use community packages
2018-11-21Add missing quote to tc-qos-helper.sh.in (#4703)drwtsn32x
Missing trailing quote in this file was causing QoS graphs to not show up. Before the change, the following errors were added to /var/log/netdata/error.log once every second: ``` /usr/libexec/netdata/plugins.d/tc-qos-helper.sh: line 310: unexpected EOF while looking for matching `"' /usr/libexec/netdata/plugins.d/tc-qos-helper.sh: line 316: syntax error: unexpected end of file ``` After change no more errors and QoS graphs reappeared.
2018-11-21Fix broken links (#4700)Chris Akritidis
##### Summary <!--- Describe the change below, including rationale and design decisions --> Fixes #4672 The name of the branch is misleading, don't worry about it. Details on the fixes below. ##### Additional Information > Checking links in ./doc/Netdata-Security-and-Disclosure-Information.md > 1. [L13] 404 https://github.com/netdata/netdata/.github/ISSUE_TEMPLATE.md Fixed > Checking links in ./REDISTRIBUTED.md > 1. [L190] 404 https://github.com/netdata/netdata/blob/master/python.d/python_modules/urllib3/packages/six.py Fixed > Checking links in ./web/api/queries/ses/README.md > 1. [L53] https://en.wikipedia.org/wiki/Moving_average#exponential-moving-average](https://en.wikipedia.org/wiki/Moving_average bad URI(is not URI?): https://en.wikipedia.org/wiki/Moving_average#exponential-moving-average](https://en.wikipedia.org/wiki/Moving_average False, link works > Checking links in ./packaging/README.md > 1. [L52] 404 https://github.com/firehol/infrastructure/raw/master/doc/release.txt Fixed > Checking links in ./installer/README.md > 1. [L089] 404 https://github.com/netdata/netdata/blob/master/MAINTAINERS.md Fixed > 2. [L241] 404 http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.10.0.txz Fixed > Checking links in ./daemon/README.md > 1. [L080] 404 https://github.com/netdata/netdata/pull/403_ False. The URL is without the underscore > 2. [L116] 404 https://github.com/netdata/netdata/blob/master/LICENSE.md Fixed > Checking links in ./collectors/python.d.plugin/web_log/README.md > 1. [L026] 404 https://github.com/netdata/netdata/tree/master/conf.d/python.d Fixed > 2. [L030] 404 https://github.com/netdata/netdata/blob/master/conf.d/python.d/web_log.conf Fixed > 3. [L187] 404 https://github.com/netdata/netdata/blob/master/conf.d/health.d/web_log.conf Fixed > 4. [L200] 404 https://github.com/netdata/netdata/tree/master/conf.d/health.d Fixed > Checking links in ./collectors/python.d.plugin/apache/README.md > 1. [L52] 404 http://www.apache.org/server-status?auto Can't fix. Can't find a URL that will return server-status > Checking links in ./collectors/freeipmi.plugin/README.md > 1. [L090] 404 https://github.com/ktsaou/netdata/tree/master/plugins/freeipmi.plugin Fixed (also in the c code) > Checking links in ./CONTRIBUTORS.md > 1. [L013] http://producingoss.com/en/copyright-assignment.html Failed to open TCP connection to producingoss.com:80 (Connection refused - connect(2) for "producingoss.com" port 80) Fixed
2018-11-21Wiki Link Updates (#4699)Chris Akritidis
##### Summary <!--- Describe the change below, including rationale and design decisions --> Replaces links to wiki pages with links to the respective markdown files in the repo. The files with the updates in this PR are not MD files. Fixes #4650 <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> ##### Component Name <!--- Write the short name of the module or plugin below --> ##### Additional Information <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> <!--- Paste log output below, e.g. before and after your change --> ```paste below ```
2018-11-21Fix typo and py2 compatibility issue. (#4697)Austin S. Hemmelgarn
PR #4667 accidentally introduced a py2 compatability issue and a typo, both of which break the sensors module. This fixes both.
2018-11-20[ci skip] Automatic changelog updatenetdatabot
2018-11-19allign code ownership (#4682)Paweł Krupa
2018-11-19enable issue closing with stale bot (#4686)Paweł Krupa
2018-11-18[ci skip] Automatic changelog updatenetdatabot
2018-11-18clone full git history for changelog generation (#4681)Paweł Krupa
2018-11-18Update README.md (#4683)taniaab
2018-11-16[ci skip] Automatic changelog updatenetdatabot
2018-11-16Update README.md (#4674)Costa Tsaousis
2018-11-16Updates in various READMEs while testing the link checker (#4671)Chris Akritidis
* Add checklinks.sh to validate links in MD files and fix them for both the repo and html static site * Add checklinks.sh to validate links in MD files and fix them for both the repo and html static site * Minor link fixes, based on output from the linkchecker * About 50% done * Converted absolute links to relative * Close to being functional... * Getting closer... * Corrected edit files link from htmldoc branch to master * Replaced absolute links with relative and fixed incorrect heading hierarchy * Seems to be working. Will do all wiki conversions and then commit the final version * Wiki links replaced by the link checker for test * Replacement work fine, but correct location for simple patterns has moved to libnetdata/simple_pattern * Corrected wiki links in READMEs, but most are in code files * More simple pattern link replacements * Want to merge current changes first and then continue with the link checker * Add checklinks.sh to validate links in MD files and fix them for both the repo and html static site * Minor link fixes, based on output from the linkchecker * About 50% done * Converted absolute links to relative * Close to being functional... * Getting closer... * Corrected edit files link from htmldoc branch to master * Replaced absolute links with relative and fixed incorrect heading hierarchy * Seems to be working. Will do all wiki conversions and then commit the final version * Wiki links replaced by the link checker for test * Replacement work fine, but correct location for simple patterns has moved to libnetdata/simple_pattern * Corrected wiki links in READMEs, but most are in code files * More simple pattern link replacements * Want to merge current changes first and then continue with the link checker * ./# converted to #
2018-11-16Fix typo in README.md (#4665)Michael Barrow
Small typo fix
2018-11-15Update lm_sensors and catch specific errors. (#4667)Austin S. Hemmelgarn
This updates our copy of the libsensors Python bindings to the most recent upstream copy, which provides proper errors instead of just raising bare Exceptions, and updates our code to catch those errors instead of catching bare exceptions.
2018-11-15Update Doc links for adding charts and alarms in sidebar. Isuue #4650 (#4669)Eric Bakken
2018-11-15Update README.md (#4663)taniaab
* Update README.md * Update README.md * Update README.md
2018-11-15Move cpufreq python module to proc plugin (#4562)Vladimir Kobal
* Add time_in_state file to processing * Add time_in_state calculation logic and TODOs * Add time_in_state calculation and switching * Final cleanup * Add info messages * Remove excessive array * Rename chart and disable python module
2018-11-15Fix changelog path, add all README.md files to Debian package doc (#4657)Rune Juhl Jacobsen
2018-11-15openldap monitoring plugin added (#4513)Manolis Kartsonakis
* openldap monitoring plugin added * fixed identation, added makefile link * removed trailing whitespaces * style fixes * removed some more trailnf spaces * refactored conn method, formatting suggestions, simpler config * format suggestions, added connect-reconnect methods and alive flag * removed trailing whitespaces * trailing spaces * connection manipulation and cosmetics * charts names units and titles * added connection timeout * timout option moved * removed disable by default * timeout default value * default vars and cofig comments added * user pass commented and enabled plugin by default * python.d disabled openldap * error handling, allow anonymous bind * ldap exception * anonymous bind refactoring * none as default removed from username password
2018-11-14[ci skip] Automatic changelog updatenetdatabot
2018-11-14Added new branding material #4598 (#4656)George Moschovitis
* Moved name2id to utils.js * Added new favicon and other branding material #4598 * Added improved favicon, cleanup #4598 * Removed some older icons * Removed seo-performance-128 icon refs, and refs to soylent icon * Regenerated dashboard.js * Use base64 encoded favicon #4598 Avoids refetching when hash gets updated
2018-11-14Update README.md (#4655)Costa Tsaousis
2018-11-14Update README.md (#4654)taniaab
2018-11-14properly parse network interface names with colon on them (#4653)Costa Tsaousis
2018-11-13Update README.md (#4652)Costa Tsaousis
2018-11-14sensors module fix (#4651)Ilya Mashchenko
* sensors: survive sensors.get_value Exception * sensors: log unreadable subfeature in check * sensors: add todos
2018-11-13Minor cleanup of main.js (#4634)George Moschovitis
* Applied automatic formatting * Balance else clauses
2018-11-13Update functions.sh (#4643)tsingletonacic
Add systemd detection support for SLES 12.3
2018-11-13Add Nim back to Third-Party-Plugins.md (#4649)Chris Akritidis
Recent entry that was missed.
2018-11-13Replace Anti-DDoS demo site in proc plugin README (#4647)Chris Akritidis
New demo site: https://registry.my-netdata.io/#menu_netfilter_submenu_synproxy
2018-11-13Configuration readme links (#4642)Chris Akritidis
* Replaced links to wiki to point to netdata repo * Link to header of charts.d.plugin * Link to node.d.plugin header * Fixed daemon/config/README.md links
2018-11-13Replace link to creating badges (#4644)Chris Akritidis
Link to api/badges instead of the wiki
2018-11-13Fix custom charts links (#4646)Chris Akritidis
point ephemeral nodes to repo, web/ -> web/gui/
2018-11-13Replace wiki links in backends WALKTHROUGH.md (#4648)Chris Akritidis
Point to repo instead of the wiki
2018-11-13Add more charts (#4640)Chris Akritidis
* Replaced links to wiki to point to netdata repo * Link to header of charts.d.plugin * Link to node.d.plugin header
2018-11-13Fix documentation in beanstalk.conf. (#4639)Austin S. Hemmelgarn
2018-11-13revert to wiki version with fixed links (#4638)Costa Tsaousis
* revert to wiki version with fixed links * added title
2018-11-13firehol -> netdata (#4632)Costa Tsaousis
2018-11-13Fix readme (#4631)Costa Tsaousis
* updated after wiki move * updated docs * updated docs * updated docs * updated docs * updated docs