summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-09-29install some libs for coverity (#4314)Paweł Krupa
* install some libs for coverity * coverity tests shouldn't block release
2018-09-29Python.d PEP 8 cleanup, modules P-R (#4299)Austin S. Hemmelgarn
* python.d/phpfph.chart.py PEP 8 cleanup Fixed formatting of container literals. * python.d/portcheck.chart.py PEP 8 cleanup Fixed string quoting and container literal formatting. * python.d/postfix.chart.py PEP 8 cleanup Fixed string quoting and container literal formatting. * python.d/powerdns.chart.py PEP 8 cleanup Fixed formatting of container literals. * python.d/puppet.chart.py PEP 8 cleanup Fixed string quotation, use of blank lines, and formatting of block comments. * python.d/rabbitmq.chart.py PEP 8 cleanup Fixed formatting of container literals. Also fixes a misplaced space (located after a quotation mark instead of before). * python.d/redis.chart.py PEP 8 cleanup Fixed formatting of container literals and quoting of string literals. * python.d/rethinkdb.chart.py PEP 8 cleanup Fixed formatting of container literals. * python.d/retroshare.chart.py PEP 8 cleanup Fixed formatting of container literals.
2018-09-28cleanup FIXME tags (#4309)Costa Tsaousis
2018-09-27force symlink of netdata-updater.sh (#4307)mrdrogdrog
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-27tcp syn and accept queue charts and alarms (#4281)Costa Tsaousis
* tcp syn and accept queue charts and alarms; fixes #3234 * tcp syn and accept queue converted to auto * updated configs.signatures * enable 1m_ipv4_tcp_accept_queue_drops alarm * /proc/net/netstat refers to the whole networking stack * updated configs.signatures
2018-09-27Update coverity-scan.sh (#4304)Paweł Krupa
2018-09-27Build OSX earlier (#4305)Paweł Krupa
2018-09-27Python.d PEP 8 cleanup, modules S-Z (#4302)Austin S. Hemmelgarn
* python.d/samba.chart.py PEP 8 cleanup Fix formatting of container literals. * python.d/sensors.chart.py PEP 8 cleanup Fix formatting of container literals and quoting of string literals. * python.d/smartd_log.chart.py PEP 8 cleanup Fix formatting of container literals. * python.d/spigotmc.chart.py PEP 8 cleanup Fix spacing of code blocks. * python.d/springboot.chart.py PEP 8 cleanup Bunches of formatting fixes, plus some code correctness fixes. * python.d/squid.chart.py PEP 8 cleanup Fix formatting of container literals and quoting of string literals. * python.d/tomcat.chart.py PEP 8 cleanup Multiple formatting fixes. * python.d/traefik.chart.py PEP 8 cleanup Fixed long lines and formatting of container literals. * python.d/unbound.chart.py PEP 8 cleanup Fixed overly long lines. * python.d/varnish.chart.py PEP 8 cleanup Fixed formatting of container literals. * python.d/w1sensor.chart.py PEP 8 cleanup Fixed container literal formatting. * python.d/web_log.chart.py PEP 8 cleanup Multiple formatting fixes. * Fixed trailing whitespace.
2018-09-27Python.d PEP 8 cleanup, modules M (#4289)Austin S. Hemmelgarn
* python.d/mdstat.chart.py PEP 8 cleanups Fixes formatting for container literals and quoting of strings. * python.d/megacli.chart.py PEP 8 cleanup Fixes quoting of strings and formatting of container literals. * python.d/memcached.chart.py PEP 8 cleanup Fixes string quoting and formatting of container literals. * python.d/mongodb.chart.py PEP 8 cleanup Fixes string quoting and formatting of container literals. * python.d/monit.chart.py PEP 8 cleanup Fixes quoting of strings and formatting of container literals. * python.d/mysql.chart.py PEP 8 cleanups Fix formatting of container literals and usage of blank lines.
2018-09-27Python.d PEP 8 cleanup, modules N-O (#4297)Austin S. Hemmelgarn
* python.d/nginx.chart.py PEP 8 cleanup Fixed container literal formatting. * python.d/nginx_plus.chart.py PEP 8 cleanup Fixed formatting of conainer literals. * python.d/nsd.chart.py Fix quoting of strings and formatting of container literals. * python.d/ntpd.chart.py PEP 8 cleanup Fixed formatting of container literals. * python.d/ovpn_status_log.chart.py PEP 8 cleanup Fixed string quoting and formatting of container literals. One instance of a long line that is just over our limit left in because modifying it to not be over the limit results in less readable code. * python.d/ovpn_status_log.chart.py Further PEP 8 cleanup Fix remaining overly long line. Adjacent line modified in the same way to maintain consistency.
2018-09-26Python.d PEP 8 cleanup, modules I-L (#4288)Austin S. Hemmelgarn
* python.d/icecast.chart.py PEP 8 cleanup Fix formatting of container literals and quoting of strings. * python.d/ipfs.chart.py PEP 8 cleanup Fix formatting of container literals and quoting of strings. * python.d/isc_dhcpd.chart.py PEP 8 cleanup Fix formatting of container literals and quoting of strings. * python.d/litespeed.chart.py PEP 8 cleanup Fix formatting of container literals and quoting of strings.
2018-09-26Python.d PEP 8 cleanup, modules D-H (#4287)Austin S. Hemmelgarn
* python.d/dnsdist.chart.py PEP 8 cleanup * Converted tabs in indentation to spaces (this is why the diff looks huge). * Fixed container literal formatting. * General cleanup regarding blank lines. * python.d/dns_query_time.chart.py PEP 8 cleanup Fixed container literal formatting. * python.d/dockerd.chart.py PEP 8 cleanup Fixed overly long lines and trailing empty line. * python.d/dovecot.chart.py PEP 8 cleanup Made string literals use consistent quoting and fixed container literal formatting. * python.d/elasticsearch.chart.py PEP 8 cleanup Fixed container literal formatting. * python.d/exim.chart.py PEP 8 cleanup Fixed string quoting and container literal formatting. * python.d/fail2ban.chart.py PEP 8 cleanup Fixed string quoting and container literal formatting. * python.d/freeradius.chart.py PEP 8 cleanup Fixed quoting of strings and formatting of container literals. * python.d/go_expvar.chart.py PEP 8 cleanup Fixed formatting of conainer literals. * python.d/haproxy.chart.py PEP 8 cleanup Make string quoting consistent and fix formatting of container literals. * python.d/httpcheck.chart.py PEP 8 cleanup Fixed quoting of strings and formatting of container literals. * Fix syntax issue in httpcheck module caused by previous commit.
2018-09-26Python.d PEP 8 cleanup, modules A-C (#4286)Austin S. Hemmelgarn
* cpufreq.chart.py PEP 8 code cleanups Fixes formatting of nested container literals and two cases of using len() to determine if a container is empty or not. * python.d/apache.chart.py PEP 8 cleanup. Makes quotes consistent for string literals and enforces preferred formatting for container literals. * python.d/beanstalk.chart.py PEP 8 cleanup Fixes formatting of container literals. * python.d/bind_rndc.chart.py PEP 8 cleanup Fixed container literal formatting. * python.d/ceph.chart.py PEP 8 cleanup Fixed container literal formatting and line-continuation indentation. * python.d/chrony.chart.py PEP 8 cleanups Fixed container literal formatting and made string literals use consistent quotes. * python.d/cpuidle.chart.py PEP 8 cleanup Fixed container literal formatting and made string literals use consistent quotes.
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-26use flake8 instead of pylint (#4282)Paweł Krupa
2018-09-26update variable after install (#4292)Paweł Krupa
* update variable after install * normalize indent
2018-09-26give credit where credit is due (#4291)Paweł Krupa
Mostly add @l2isbad as an author.
2018-09-25fix typo (#4290)Paweł Krupa
2018-09-25add code of conduct (#4280)Paweł Krupa
2018-09-24Fix typo in documentation (#4284)Eduardo Cáceres
2018-09-24nightly builds + coverity scan (#4273)Paweł Krupa
* nightly + enable coverity * better releasing * coverity in travis * move var * start travis * remove quotes * Update coverity-scan.sh
2018-09-24megacli plugin: adapter regex update (#4279)Ilya Mashchenko
2018-09-24Make method in url service configurable (#4257)Chris
* Make method in url service configurable #4127 * Add documentation for http method * wake up WIP
2018-09-24Allow DOCKER_HOST env variable to override default docker socket path (#4277)xginn8
2018-09-24Fixup small python-logind typos (#4271)xginn8
* Fixup small python-logind typos * update
2018-09-24Add other common IoT services to apps_groups.conf (#4276)xginn8
2018-09-24fix python warnings identified by LGTM (#4275)Ilya Mashchenko
* python.d: remove base.py * python.d: charts.py lgtm fixes * python.d: mongodb lgtm fixes * python.d: smartd_log lgtm fixes * python.d: remove base.py from makefile
2018-09-24Update .lgtm.yml (#4272)Paweł Krupa
2018-09-23[WIP] LGTM tag classification (#4269)Paweł Krupa
* test classification * try different approach
2018-09-23Fix several typos in documentation (#4270)Hugo Locurcio
2018-09-23apps.plugin fixes (#4267)Costa Tsaousis
2018-09-23finetune python ownership; add CI ownership to @paulfantom (#4264)Paweł Krupa
2018-09-23updated readme for netdata org (#4262)Costa Tsaousis
* updated README * updated badges * updated description of netdata * updated description of netdata 2 * updated description of netdata 3 * updated description of netdata 4 * updated description of netdata 5 * added core values * fixed typos and re-arranged paragraphs * re-arranged paragraphs * updated readme 2 * updated readme 3 * updated readme 4 * updated readme 5 * updated readme 6
2018-09-23release less artifacts (#4260)Paweł Krupa
2018-09-23Merge pull request #4252 from paulfantom/fail_fastPaweł Krupa
fail fast in docker builds
2018-09-23Fix typo in documentation (#4255)Olivier Lambert
2018-09-23collect TcpExtTCPReqQFullDrop; #3234 (#4246)Costa Tsaousis
2018-09-22[project management] add github CODEOWNERS (#4137)Paweł Krupa
* add initial code owners * C code ownership
2018-09-22Merge pull request #3992 from ktsaou/graphite-host-tagsCosta Tsaousis
push host tags for graphite;
2018-09-22Merge pull request #4253 from ktsaou/masterCosta Tsaousis
coverity should still use firehol/netdata until we find a solution
2018-09-22fix badges (#4251)Paweł Krupa
2018-09-22coverity should still use firehol/netdata until we find a solutionCosta Tsaousis (ktsaou)
2018-09-22fail fast in docker buildspaulfantom
2018-09-22fix tagging problem (#4250)Paweł Krupa
2018-09-22replaced referenced to firehol github org with netdata github org (#4249)Costa Tsaousis
* replaced referenced to firehol github org with netdata github org * increased versions of js files * added new docker hub badge netdata/netdata and restored firehol/netdata
2018-09-22Travis and docker setup after migration (#4247)Paweł Krupa
* fix travis * add misc vars * info contact * add build script pushing to old repo * add two more variables
2018-09-22Added -NoLog parameter for megacli calls (#4242)Martin Vobruba
2018-09-22Merge pull request #4245 from ktsaou/masterCosta Tsaousis
fixed typo in prometheus_all_hosts output
2018-09-22show version on console when submitting to coverityCosta Tsaousis (ktsaou)