summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)Author
2018-10-24optimized ses and added des (#4470)Costa Tsaousis
* optimized ses and added des * added coefficient of variation * fix bug identified by @vlvkobal: use all available points when resampling is required and the timeframe is not enough for a single point
2018-10-23modularize the query api (#4443)Costa Tsaousis
* modularized exporters * modularized API data queries * optimized queries * modularized API data reduction methods * modularized api queries * added new directories in makefiles * added median db query * moved all RRDR_GROUPING related to query.h * added stddev query * operational median and stddev * working simple exponential smoothing * too complex to do it right * fixed ses * fixed ses * rewrote query engine * fix double-exponential-smoothing * cleanup * fixed bug identified by @vlvkobal at rrdset_first_slot() * enable freeipmi on systems with libipmimonitoring; #4440
2018-10-18moved related wiki pages into the repo (#4428)Costa Tsaousis
* moved related wiki pages into the repo * updated web server docs * fixed typos
2018-10-16Fix make dist (#4401)Costa Tsaousis
* fix make dist; fixes #4400 * added daemon dir * fix edit-config in dist * removed config.h from file dependencies * do not attempt to detect stock files on vanilla installations * add missing files to dist * another fix for missing dist files * modular plugins are now self-configured for automake * updated lgtm * fix cncf urls
2018-10-15modularized all source code (#4391)Costa Tsaousis
* modularized all external plugins * added README.md in plugins * fixed title * fixed typo * relative link to external plugins * external plugins configuration README * added plugins link * remove plugins link * plugin names are links * added links to external plugins * removed unecessary spacing * list to table * added language * fixed typo * list to table on internal plugins * added more documentation to internal plugins * moved python, node, and bash code and configs into the external plugins * added statsd README * fix bug with corrupting config.h every 2nd compilation * moved all config files together with their code * more documentation * diskspace info * fixed broken links in apps.plugin * added backends docs * updated plugins readme * move nc-backend.sh to backends * created daemon directory * moved all code outside src/ * fixed readme identation * renamed plugins.d.plugin to plugins.d * updated readme * removed linux- from linux plugins * updated readme * updated readme * updated readme * updated readme * updated readme * updated readme * fixed README.md links * fixed netdata tree links * updated codacy, codeclimate and lgtm excluded paths * update CMakeLists.txt * updated automake options at top directory * libnetdata slit into directories * updated READMEs * updated READMEs * updated ARL docs * updated ARL docs * moved /plugins to /collectors * moved all external plugins outside plugins.d * updated codacy, codeclimate, lgtm * updated README * updated url * updated readme * updated readme * updated readme * updated readme * moved api and web into webserver * web/api web/gui web/server * modularized webserver * removed web/gui/version.txt
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-26reproducible build system (#4294)Paweł Krupa
- Move `m4` dir to `build/m4` to clean TLD - create `build/build.sh` script which builds netdata in docker container - create `build/Dockerfile` which creates reproducible build environment - exclude `.lgtm.yml` from final package - use `.tar.gz` package in `netdata.spec.in` as `*.xz` and `*.bz2` will be removed due to #3913 What it does is simple, you don't need any libraries installed on host to build netdata as they are provided inside a container.
2018-09-10Merge pull request #4136 from paulfantom/legalCosta Tsaousis
[cleanup crusade] cleanup licenses
2018-09-08Merge pull request #3995 from paulfantom/dockerCosta Tsaousis
Major docker build refactor
2018-09-08fix Makefilepaulfantom
2018-09-08remove script with one commandpaulfantom
2018-08-22:rainbow: :whale: unified, cross-arch, parametrized Dockerfile :whale: :rainbow:paulfantom
2018-06-22Update license file names so Github correctly detects our license.Austin S. Hemmelgarn
2018-06-21Merge pull request #3695 from ktsaou/claCosta Tsaousis
netdata contributors license agreement
2018-06-21avoid conflictCosta Tsaousis (ktsaou)
2018-06-21added CONTRIBUTORS.md to makefileCosta Tsaousis (ktsaou)
2018-06-06Add missing licenses to Makefile.am.Austin S. Hemmelgarn
2018-06-01Fix src/avl.{c,h} licensing.Austin S. Hemmelgarn
It's actually LGPL-3.0+, not GPL-3.0+.
2018-06-01Fix Makefile.am to update license file changes.Austin S. Hemmelgarn
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
2018-02-20added missing Dockerfiles to make filesCosta Tsaousis (ktsaou)
2017-12-26added cppcheck config and simple script to run itCosta Tsaousis (ktsaou)
2017-11-08added Dockerfile.armv7hfCosta Tsaousis (ktsaou)
2017-08-17Add missing entries from makefilesPhilip Whineray
Should resolve #2589
2017-07-25Makefile changesBrainDoctor
2017-07-25makefiles re-organizationCosta Tsaousis (ktsaou)
2017-05-27added kickstart-static64.sh to makefilesCosta Tsaousis (ktsaou)
2017-05-27added kickstart.sh to makefilesCosta Tsaousis (ktsaou)
2017-05-12updated for new license filesCosta Tsaousis
2017-05-06updated to fping 4.0Costa Tsaousis (ktsaou)
2017-04-30added histogram metrics for stddev, median; statsd binds by default to ↵Costa Tsaousis (ktsaou)
localhost; statsd detects unterminated TCP packets; high speed statsd-stress
2017-04-02enable starting netdata when there is no service installedCosta Tsaousis (ktsaou)
2017-04-02added makelf files to Makefile.amCosta Tsaousis (ktsaou)
2017-03-12check if -flto can build executables before enabling itCosta Tsaousis (ktsaou)
2017-02-12colorful netdata-installer.sh; splitted certain functions for adding ↵Costa Tsaousis (ktsaou)
makeself; netdata-uninstaller.sh and netdata-updater.sh are now generated even when netdata-installer is called with --dont-start-it
2017-01-22Prepare release 1.5.0v1.5.0Costa Tsaousis (ktsaou)
2016-10-17split diagrams to config and actual diagram infoCosta Tsaousis
2016-10-17added diagrams using PlantUMLCosta Tsaousis
2016-10-17removed ansible workbook: ↵Costa Tsaousis
https://github.com/firehol/netdata/issues/651#issuecomment-254178489
2016-09-30updated all javascript librariesCosta Tsaousis (ktsaou)
2016-09-09add ansible playbook to make filesCosta Tsaousis (ktsaou)
2016-08-28pre-release 1.3.0 checks: added missing filesCosta Tsaousis (ktsaou)
2016-07-05removed gentoo ebuildCosta Tsaousis (ktsaou)
2016-06-11modified Makefiles to include python; added READMEpaulfantom
2016-04-20Prepare release 1.1.0v1.1.0Costa Tsaousis (ktsaou)
2016-04-09Replace README info with detection of autotoolsPhilip Whineray
This will ensure people get informed about the necessary tools and how to get the package pre-configured without requiring the readme to be modified when packaged. In addition, the script will not run autoreconf unilaterally so when people have an old version it will not attempt to overwrite the pre-existing configure script. Should solve #131 and also #93 as well as recent comments on README.md
2016-04-09Make readme substitution more robustPhilip Whineray
2016-04-05added COPYING, fixed a few typos #182Costa Tsaousis (ktsaou)
2016-04-02build: rename systemd service and reorg system directoryAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2016-04-02Update README.md to include release URL (#131)Philip Whineray
Make it clear the user has got a git version that does not include the configure script. Also has the advantage of publishing the location when browsing the repository. Remove the as part of the build, so that someone who gets a source package with ./configure already does not get confused.