]> arthur.barton.de Git - netdata.git/commit
Now there are 2 kinds of plugins:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 3 May 2014 17:08:06 +0000 (20:08 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 3 May 2014 17:08:06 +0000 (20:08 +0300)
commit648e4ae9540b2b6bed15839b319d456e8ba01674
treef75dda86778c307878fda330fb3a13220e268f96
parentec97cc2a4bfaa7c775a3b39cdada6e4124f1ba43
Now there are 2 kinds of plugins:

 - 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)
charts.d/example-chart.sh [deleted file]
charts.d/example.chart.sh [new file with mode: 0755]
charts.d/load_average.chart.sh [new file with mode: 0755]
charts.d/squid-chart.sh [deleted file]
charts.d/squid.chart.sh [new file with mode: 0755]
conf.d/charts.d.conf [new file with mode: 0644]
conf.d/squid.conf [new file with mode: 0644]
plugins.d/charts.d.dryrun-helper.sh [new file with mode: 0755]
plugins.d/charts.d.plugin [new file with mode: 0755]