summaryrefslogtreecommitdiffstats
path: root/charts.d/example.chart.sh
AgeCommit message (Collapse)Author
2018-09-13more linting of bash modules (#4183)Paweł Krupa
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-11-16Fix typoRuben Sainiuc
2017-01-29fixed permissionsCosta 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-09-12charts.d.plugin and tc-qos-helper.sh optimization to avoid frequent forks ↵Costa Tsaousis (ktsaou)
due to date and sleep
2016-07-14updated shebang and fixed incorrect variablesCosta Tsaousis (ktsaou)
2016-07-14better example chart for generic useCosta Tsaousis (ktsaou)
2016-06-09properly handle the exit status of plugins to avoid infinite restart ↵Costa Tsaousis (ktsaou)
attempts; plugins that report failure are now restarted up to 10 times if they have collected values in the past; apache fixed to work with latest apache; example plugin is now disabled by default to prevent starting bash in systems that dont have any other bash plugin used
2016-04-29Fix #282 use modern arithmetic expansion in shellSimon Nagl
Use $((.*)) instead of $[.*] The later one is old syntax
2016-04-08Scripts that use bashisms should actually run /bin/bash rather than /bin/shMatthew Newton
Notably, /bin/sh on Debian is generally dash now, not bash.
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)
2016-01-16a new random number needed for demo2.htmlCosta Tsaousis (ktsaou)
2015-10-03code optimizations; added temperature charts.d pluginCosta 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-03supports for charts.d scripts and plugins.d pluginsCosta Tsaousis (ktsaou)
2014-05-03Now there are 2 kinds of plugins:Costa Tsaousis (ktsaou)
- plugins.d plugins that are expected to always be in memory and execute continiously - charts.d scripts that are sourced by the charts.d plugin and are all executed together, lowering significantly the resources they require (compared to plugins)