summaryrefslogtreecommitdiffstats
path: root/python.d/smartd_log.chart.py
AgeCommit message (Collapse)Author
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-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-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-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.
2017-12-01smartd_log module: now produces 2 sets of charts for every smart attribute ↵lgz
(raw, normalized)
2017-12-01smartd_log module: default "age" 60 => 30lgz
2017-11-29revert ORDER to defaultlgz
2017-11-29smartd_log improvementslgz
2017-10-20'smartd_log' fixeslgz
2017-10-20"smartd_log" fixeslgz
2017-06-11Fix codacyPatrick Koenig
2017-06-11Check for empty attributes listPatrick Koenig
2017-06-11Fix smartd attributes in python2 and allow custom orderPatrick Koenig
2017-03-26smartd_log plugin: convert chart family to lower caseIlya
2017-02-20smartd_plugin: python 2.6 compatibility fixIlya
2017-02-01smartd_log plugin: fix plugin fail when log dir is not existIlya
2017-02-01smartd_log plugin: initial version addedIlya