diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:21 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:21 +0000 |
commit | 61aedf201c2c4bf0e5aa4db32e74f4d860b88593 (patch) | |
tree | bcf4f9a0cd8bc2daf38b2ff9f29bfcc1e5ed8968 /charts.d/example.chart.sh | |
parent | New upstream version 1.8.0+dfsg (diff) | |
download | netdata-61aedf201c2c4bf0e5aa4db32e74f4d860b88593.tar.xz netdata-61aedf201c2c4bf0e5aa4db32e74f4d860b88593.zip |
New upstream version 1.9.0+dfsgupstream/1.9.0+dfsg
Diffstat (limited to 'charts.d/example.chart.sh')
-rw-r--r-- | charts.d/example.chart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/example.chart.sh b/charts.d/example.chart.sh index 86fde4901..ffc98712f 100644 --- a/charts.d/example.chart.sh +++ b/charts.d/example.chart.sh @@ -96,7 +96,7 @@ EOF return 0 } -# _update is called continiously, to collect the values +# _update is called continuously, to collect the values example_update() { # the first argument to this function is the microseconds since last update # pass this parameter to the BEGIN statement (see bellow). |