summaryrefslogtreecommitdiffstats
path: root/charts.d/postfix.chart.sh
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-29[cleanup crusade] Shellcheck (#4261)Paweł Krupa
* lint libreswan module * disable linting obsolete shell modules * shellcheck more shell modules * fix review; lint helper scripts * more shellcheck * fix SC2235 in apache.chart.sh * shellcheck last portion of charts.d scripts * final shellcheck; make travis blocking * fix cppcheck * fix indents; fix expansion * fix local var assignments
2018-09-13shellcheck bash scripts starting on A; disable shebang checking in all (#4159)Paweł Krupa
scripts; set shell without shebang
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-01-29fixed permissionsCosta Tsaousis (ktsaou)
2016-10-29use which or command -v to search for commands in the system pathCosta Tsaousis (ktsaou)
2016-10-20uniform logging from all scriptsCosta Tsaousis (ktsaou)
2016-10-20better log management for charts.d.plugin - fixes #1144Costa Tsaousis (ktsaou)
2016-07-15Merge pull request #687 from ktsaou/masterCosta Tsaousis
new python.d config files
2016-07-14updated shebang for compatibilityCosta Tsaousis (ktsaou)
2016-07-14add `_local` to postfix and exim bash scriptspaulfantom
2016-04-29Fix #282 use modern arithmetic expansion in shellSimon Nagl
Use $((.*)) instead of $[.*] The later one is old syntax
2016-02-08added a new element on all charts: context, which is the template upon the ↵Costa Tsaousis (ktsaou)
chart is build, changed the meaning of element: family, which now reflects the submenu of the dashboard; changed the priorities of most charts to allow the dashboard have dynamic sorting; added submenus to most categories of the main menu; now the dashboard is completely dynamic (except the top key charts)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-21prevent uset values when postqueue is emptyCosta Tsaousis (ktsaou)
2015-11-20normalized all charts.d pluginsCosta Tsaousis (ktsaou)
2015-11-18added documentation; minor adjustments to charts.d collectorsCosta Tsaousis (ktsaou)
2014-05-30decreased frequency to 15 secsCosta Tsaousis (ktsaou)
2014-05-30added support for different update frequency per chart in charts.d.pluginCosta Tsaousis (ktsaou)
2014-05-21strictier checkingCosta Tsaousis (ktsaou)
2014-05-20postqueue chartsCosta Tsaousis (ktsaou)