diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-12 16:30:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-12 16:30:45 +0000 |
commit | 105ad30a29266eafedd8ef79bc21218b92415907 (patch) | |
tree | ca61c4aec3a3feceef50a88e5d125bbb2621ad3a /collectors | |
parent | Releasing debian version 1.30.0-1. (diff) | |
download | netdata-105ad30a29266eafedd8ef79bc21218b92415907.tar.xz netdata-105ad30a29266eafedd8ef79bc21218b92415907.zip |
Merging upstream version 1.30.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors')
-rw-r--r-- | collectors/charts.d.plugin/libreswan/libreswan.chart.sh | 2 | ||||
-rw-r--r-- | collectors/charts.d.plugin/loopsleepms.sh.inc | 2 | ||||
-rw-r--r-- | collectors/charts.d.plugin/opensips/opensips.chart.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/collectors/charts.d.plugin/libreswan/libreswan.chart.sh b/collectors/charts.d.plugin/libreswan/libreswan.chart.sh index bfa2b9ea..a3a56b26 100644 --- a/collectors/charts.d.plugin/libreswan/libreswan.chart.sh +++ b/collectors/charts.d.plugin/libreswan/libreswan.chart.sh @@ -170,7 +170,7 @@ END VALUESEOF } -# _update is called continiously, to collect the values +# _update is called continuously, to collect the values libreswan_update() { # the first argument to this function is the microseconds since last update # pass this parameter to the BEGIN statement (see bellow). diff --git a/collectors/charts.d.plugin/loopsleepms.sh.inc b/collectors/charts.d.plugin/loopsleepms.sh.inc index c386083f..5608b8d8 100644 --- a/collectors/charts.d.plugin/loopsleepms.sh.inc +++ b/collectors/charts.d.plugin/loopsleepms.sh.inc @@ -10,7 +10,7 @@ fi # ----------------------------------------------------------------------------- # use the date command as a high resolution timer -# macOS 'date' doesnt support '%N' precision +# macOS 'date' doesn't support '%N' precision # echo $(/bin/date +"%N") is "N" if [ "$($LOOPSLEEP_DATE +"%N")" = "N" ]; then LOOPSLEEP_DATE_FORMAT="%s * 1000" diff --git a/collectors/charts.d.plugin/opensips/opensips.chart.sh b/collectors/charts.d.plugin/opensips/opensips.chart.sh index 8ff3e32e..447dd0bc 100644 --- a/collectors/charts.d.plugin/opensips/opensips.chart.sh +++ b/collectors/charts.d.plugin/opensips/opensips.chart.sh @@ -158,7 +158,7 @@ opensips_update() { # local opensips_server_all_ then one or more of these a-z 0-9 _ then = and one of more of 0-9 # 4. then execute this as a script with the eval # be very carefull with eval: - # prepare the script and always grep at the end the lines that are usefull, so that + # prepare the script and always grep at the end the lines that are useful, so that # even if something goes wrong, no other code can be executed unset \ |