summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorPromise Akpan <akpanpromise@hotmail.com>2019-09-18 16:57:56 +0100
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-18 17:57:56 +0200
commit2cd5f08007479b299954e60281afa9d961adfbc9 (patch)
treeb61cb69350d51027631b42b06f9372ca1ddacbbd /collectors
parent187620911c06585882350ff871ef49bb6e6acd1e (diff)
Remove Dollar sign from Bash code in documentation and fix remark-lint warnings (#6880)
* remove dollar sign from bash code * remove dollar sign from sh * clean up uninstall doc * remove dollar sign from shell code * fix remark after removing dollar sign * fix HAProxy dollar sign and clean up remark
Diffstat (limited to 'collectors')
-rw-r--r--collectors/charts.d.plugin/apache/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/charts.d.plugin/apache/README.md b/collectors/charts.d.plugin/apache/README.md
index d5c7a80a9b..53f02a5b85 100644
--- a/collectors/charts.d.plugin/apache/README.md
+++ b/collectors/charts.d.plugin/apache/README.md
@@ -26,7 +26,7 @@ It has been tested with apache 2.2 and apache 2.4. The latter also provides conn
Apache 2.2 response:
```sh
-$ curl "http://127.0.0.1/server-status?auto"
+curl "http://127.0.0.1/server-status?auto"
Total Accesses: 80057
Total kBytes: 223017
CPULoad: .018287
@@ -42,7 +42,7 @@ Scoreboard: _________________________......................................._W__
Apache 2.4 response:
```sh
-$ curl "http://127.0.0.1/server-status?auto"
+curl "http://127.0.0.1/server-status?auto"
127.0.0.1
ServerVersion: Apache/2.4.18 (Unix)
ServerMPM: event