summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-01-15Port ACLs, Management API and Health commands (#4969)Chris Akritidis
##### Summary fixes #2673 fixes #2149 fixes #5017 fixes #3830 fixes #3187 fixes #5154 Implements a command API for health which will accept commands via a socket to selectively suppress health checks. Allows different ports to accept different request types (streaming, dashboard, api, registry, netdata.conf, badges, management) Removes support for multi-threaded and single-threaded web servers. ##### Component Name health, daemon
2019-01-08better artifacts uploading (#5130)Paweł Krupa
2019-01-02copy updater script instead of linking it (#5010)Paweł Krupa
* copy updater script instead of linking it fix lifecycle test * better installation msg * updater and uninstaller shouldn't be in .gitignore * discard copied uninstaller script
2019-01-02move makeself (#4688)Paweł Krupa
2018-12-31Removed c3, morris and raphael JS libraries (#5086) (#5088)George Moschovitis
2018-12-19copy artifacts to 'upload/' (#5036)Paweł Krupa
2018-12-17add new generation uploading schema (#5018)Paweł Krupa
2018-11-29Better updater (#4558)Paweł Krupa
2018-11-25Rename `doc` to `docs` and move `htmldoc` (#4741)Paweł Krupa
* rename doc dir; move htmldoc under docs/generator * run shellcheck and shfmt on docs generator
2018-11-12Htmldoc (#4607)Chris Akritidis
* First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * fixes * test * test * test * First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * fixes * test * test * test * First set of major cleanup/deduplication * 2nd major cleanup * update getting started structure * Cleanup in using netdata * Final cleanup/deduplication * Added initial CONTRIBUTING.md, updated some info related to contributing on the orchestrators * Removed Why-Netdata (included in new README in master), added link to CONTRIBUTING.md * First html documentation debug set * Updated Makefile.am to ignore the new md and htmldoc generation files * Removing files from rebase * First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * fixes * test * test * test * First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * test * test * First set of major cleanup/deduplication * 2nd major cleanup * update getting started structure * Cleanup in using netdata * Final cleanup/deduplication * Added initial CONTRIBUTING.md, updated some info related to contributing on the orchestrators * Removed Why-Netdata (included in new README in master), added link to CONTRIBUTING.md * First html documentation debug set * Updated Makefile.am to ignore the new md and htmldoc generation files * Removing files from rebase * Fixed Makefile.am * Same line header and badges * Fixed broken link * CPU monitoring is in apps plugin * Removed obsolete files * Remove obsolete files * - Make the Health API part of health/README.md new file web/api/health/README.md - Make installer/LAUNCH.md part of deamon/README.md - Move installer/MAINTAINERS.md to packaging/maintainers/README.md - Move installer/DOCKER.md to docker/README.md - Move system/README.md to daemon/config/README.md - Move web/CUSTOM-DASHBOARDS.md to web/gui/custom/README.md - Move web/CONFLUENCE-DASHBOARDS.md to web/gui/confluence/README.md * Resolve codacy issue $(..) syntax instead of `..` * Fix following warnings and add svgs to the data_structures/README.md - CHANGELOG.md - CODE_OF_CONDUCT.md - CONTRIBUTORS.md - REDISTRIBUTED.md - diagrams/data_structures/README.md - docker/README.md WARNING - Documentation file 'README.md' contains a link to 'collectors/plugins.d' which does not exist in the documentation directory. WARNING - Documentation file 'README.md' contains a link to 'collectors/statsd.plugin' which does not exist in the documentation directory. WARNING - Documentation file 'CONTRIBUTING.md' contains a link to 'web/CUSTOM-DASHBOARDS.md' which does not exist in the documentation directory. WARNING - Documentation file 'CONTRIBUTING.md' contains a link to 'web/CONFLUENCE-DASHBOARDS.md' which does not exist in the documentation directory. * Wrong urls in data_structures/README.md svgs * Fix svg URLs number 2 * Modify the first line of the main README.md, to enable proper static html generation. Executed after copying the file to htmldoc/src * Added back Why Netdata * Fixed link to registry in Why-Netdata.md * Added Why-Netdata to buildyaml and to Makefile.am * Replaced http links causing mixed content warnings * Made buildhtml ignore the directory node_modules created by Netlify * Corrected CONTRIBUTING.MD to CONTRIBUTING.md
2018-10-31new releaser (#4526)Paweł Krupa
2018-10-24updated tests for the new hierarchy (#4464)Costa Tsaousis
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-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-10-11modularize C source code (#4372)Costa Tsaousis
* modularize cgroups and cmake; #4339 * modularized freeipmi.plugin * added comment about referencing parent files * modularized apps.plugin * modularized proc and diskspace * minor fixes * modularized plugins: checks, freebsd, idlejitter, nfacct, tc, macos, plugins.d * minor fixes 2 * modularized statsd * modularized cgroup-network * moved cgroup-network-helper.sh and cgroup-name.sh to cgroup.plugin * modularized health plugin * move rrd related info to rrd.h * added libnetdata * do not corrupt config.h * use dir-objects instead of static libraries * fixed cmake for new structure * use absolute paths to fix LGTM * enable automake subdir-objects and prettify its output * use relative files at the src directory for all plugins * fix compiler warning * synced automake and cmake * added config.h to cmake * abstracted basic os functions in libnetdata/os * fix zfs_common * removed apps.plugin dependency on freebsd plugin * health removed from plugins * modularized the registry * modularized the rest of it * include streaming files in cmake * use libnetdata as library * enable silent-rules only when they are available
2018-10-01added edit-config (#4338)Costa Tsaousis
2018-09-27stock configs in /usr/lib/netdata (#4283)Costa Tsaousis
* makefiles install configs in /usr/lib/netdata/conf.d; #4182 * stock health config in /usr/lib/netdata/conf.d/health.d * unit test path concatenation * simplified health file management * use stream.conf from stock config if it does not exist in /etc/netdata * indicate loading of user config in function call * load netdata.conf from stock dir if not found in /etc/netdata * added NETDATA_USER_CONFIG_DIR * provide defaults before loading config * charts.d uses stock files * fping now uses the stock config files * tc-qos-helper.sh now uses stock configs * cgroup-name.sh now uses stock configs too * simplified cgroup-name.sh for user and stock config * alarm-notify.sh uses stock configs too * simplified fping plugin configs loading * simplified tc-qos-helper.sh configs loading * added error handling to charts.d.plugin * apps.plugin used stock configs * generalized recursive double-directory configs loading * statsd uses stock configs * node.d.plugin uses stock configs * compile-time decision of netdata default paths for all files * makeself cleans up old stock config files from user configuration directories * fixed makeself typo * netdata-installer.sh removes stock files from user configuration directories * python.d.plugin user/stock configs update * cleanup stock config files from /etc/netdata, only once * python.d.plugin log loaded files * fix permissions of stock config files and provide an "orig" link for quick access * create help link on stock configs migration for static installations * create user config directories * example statsd synthetic charts now state they are examples * updated configs.signatures * spec file * fixes in spec file * fix typo * install netdata after cleaning up stock configs from /etc/netdata * python.d: add cpuidle stock conf
2018-09-09:truck: move profiling to tests directorypaulfantom
2018-05-08fix for installing macos plist fileCosta Tsaousis (ktsaou)
2018-05-01Update .gitignore to ignore `.swp` files created by VimAustin S. Hemmelgarn
Discovered that this wasn't already the case when I almost accidentally committed such a file while working on PR #3670. Vim (and some other Vi derivatives) create these files while editing other files, they can safely be ignored.
2018-02-19gitignore cleanup and benchmark tests addedCosta Tsaousis (ktsaou)
2018-02-19Fixed IDE warning that tracked files are ignored in .gitignoreChris
2017-12-26added cppcheck config and simple script to run itCosta Tsaousis (ktsaou)
2017-12-26code cleanup and faster mime types assignement for static filesCosta Tsaousis (ktsaou)
2017-07-30added cgroup-network that can find the network interface of a cgroup, given ↵Costa Tsaousis (ktsaou)
a pid in it
2017-07-25Merge remote-tracking branch 'upstream/master' into karmaBrainDoctor
2017-07-25makefiles re-organizationCosta Tsaousis (ktsaou)
2017-07-17Setup and docs for unit testing javascript in browser and node.jsBrainDoctor
2017-04-02added static curl compilation - disabled it is not staticCosta Tsaousis (ktsaou)
2017-04-02added Phil patchesCosta Tsaousis (ktsaou)
2017-03-13gitignore freeipmi.pluginCosta Tsaousis (ktsaou)
2017-01-28Ignore Visual Studio Code project folder.Simon Nagl
2017-01-10Ignore .DS_StoreSimon Nagl (privat)
In the Apple macOS operating system, .DS_Store is a file that stores custom attributes of its containing folder (https://en.wikipedia.org/wiki/.DS_Store)
2016-10-17split diagrams to config and actual diagram infoCosta Tsaousis
2016-10-17added diagrams using PlantUMLCosta Tsaousis
2016-09-30updated all javascript librariesCosta Tsaousis (ktsaou)
2016-09-16installer now generates netdata-updater.shCosta Tsaousis (ktsaou)
2016-06-22ignore built python-modules-installerCosta Tsaousis
2016-06-11modified Makefiles to include python; added READMEpaulfantom
2016-06-04added support for generating SVG badges with chart dataCosta Tsaousis (ktsaou)
2016-05-16Prepare release 1.2.0v1.2.0Costa Tsaousis (ktsaou)
2016-05-07Replace fixed debian changelog with generated onePhilip Whineray
Eliminates manual processing and possibility of divergence. Prevents a repeat of #373. Replaces the _master from pre-releases with ~master which should mean that an official release will upgrade over builds from an earlier git tree.
2016-04-29disk now get the mount point at the menu (only when they are not partitions) ↵Costa Tsaousis (ktsaou)
#295
2016-04-19allow fireqos names to have in/out either as prefix or suffix #275Costa Tsaousis (ktsaou)
2016-04-15added files for CLionCosta Tsaousis (ktsaou)
2016-04-08apps.plugin: major new features and optimizations: now it reports system ↵Costa Tsaousis (ktsaou)
usage (all apps charts, cpu, memory, disk, etc) per username and per user group; apps.plugin is now almost a total re-write, 10% faster than the previous after the new features added; fixed a bug at the dashboard where some info was not presented; #146, #106, #85
2016-04-07added new files generated by the installerCosta Tsaousis
2016-04-06added version update check #175Costa Tsaousis (ktsaou)
2016-04-05Merge pull request #172 from mcnewton/infilesCosta Tsaousis
lots of .in files appearing that need to be tracked
2016-04-04Add a generated version.txt containing commit idPhilip Whineray