From 247c41a4361033f9d0f51478dcb6569e0b5102b7 Mon Sep 17 00:00:00 2001 From: a-know Date: Wed, 13 Feb 2019 11:04:37 +0900 Subject: [PATCH] Fix typo --- check-aws-cloudwatch-logs/README.md | 2 +- check-aws-sqs-queue-size/README.md | 2 +- check-cert-file/README.md | 2 +- check-disk/README.md | 2 +- check-elasticsearch/README.md | 2 +- check-file-age/README.md | 2 +- check-file-size/README.md | 2 +- check-http/README.md | 2 +- check-jmx-jolokia/README.md | 2 +- check-ldap/README.md | 2 +- check-load/README.md | 2 +- check-log/README.md | 2 +- check-mailq/README.md | 2 +- check-masterha/README.md | 2 +- check-memcached/README.md | 2 +- check-mysql/README.md | 2 +- check-ntpoffset/README.md | 2 +- check-ntservice/README.md | 2 +- check-postgresql/README.md | 2 +- check-procs/README.md | 2 +- check-redis/README.md | 2 +- check-smtp/README.md | 2 +- check-solr/README.md | 2 +- check-ssh/README.md | 2 +- check-ssl-cert/README.md | 2 +- check-tcp/README.md | 2 +- check-uptime/README.md | 2 +- check-windows-eventlog/README.md | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/check-aws-cloudwatch-logs/README.md b/check-aws-cloudwatch-logs/README.md index d370391a..0fb85e75 100644 --- a/check-aws-cloudwatch-logs/README.md +++ b/check-aws-cloudwatch-logs/README.md @@ -37,7 +37,7 @@ check-aws-cloudwatch-logs --log-group-name /aws/lambda/sample_log_group --patter ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.aws-cloudwatch-logs-sample] diff --git a/check-aws-sqs-queue-size/README.md b/check-aws-sqs-queue-size/README.md index 2c5ff79a..027985c9 100644 --- a/check-aws-sqs-queue-size/README.md +++ b/check-aws-sqs-queue-size/README.md @@ -30,7 +30,7 @@ check-aws-sqs-queue-size --access-key-id= --secret-access-key ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.aws-sqs-queue-size-sample] diff --git a/check-cert-file/README.md b/check-cert-file/README.md index 3f7385bb..67e770dc 100644 --- a/check-cert-file/README.md +++ b/check-cert-file/README.md @@ -31,7 +31,7 @@ check-cert-file --file=/path/to/cert.pem --warning=30 --critical=14 ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.cert-file] diff --git a/check-disk/README.md b/check-disk/README.md index e74d3c49..8d1d17ba 100644 --- a/check-disk/README.md +++ b/check-disk/README.md @@ -30,7 +30,7 @@ check-disk --warning=10 --critical=5 --path=/ ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.disk-sample] diff --git a/check-elasticsearch/README.md b/check-elasticsearch/README.md index 097d0782..ad2ad3be 100644 --- a/check-elasticsearch/README.md +++ b/check-elasticsearch/README.md @@ -30,7 +30,7 @@ check-elasticsearch --host=127.0.0.1 --port=9200 ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.es-sample] diff --git a/check-file-age/README.md b/check-file-age/README.md index 4327cef3..53384123 100644 --- a/check-file-age/README.md +++ b/check-file-age/README.md @@ -31,7 +31,7 @@ check-file-age -w 240 -W 10 -c 600 -C 0 -f /path/to/filename ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.fileage-sample] diff --git a/check-file-size/README.md b/check-file-size/README.md index 7bbc8f60..0bb1bbcc 100644 --- a/check-file-size/README.md +++ b/check-file-size/README.md @@ -31,7 +31,7 @@ check-file-size -b /fluentd/buffer_dir/ -w 5M -c 10M ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.filesize-sample] diff --git a/check-http/README.md b/check-http/README.md index d5d99893..c86c6ece 100644 --- a/check-http/README.md +++ b/check-http/README.md @@ -31,7 +31,7 @@ check-http -u http://example.com ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-http-sample] diff --git a/check-jmx-jolokia/README.md b/check-jmx-jolokia/README.md index e680b55f..43d33752 100644 --- a/check-jmx-jolokia/README.md +++ b/check-jmx-jolokia/README.md @@ -31,7 +31,7 @@ check-jmx-jolokia -H 127.0.0.1 -p 8778 -m java.lang:type=OperatingSystem -a Proc ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-jmx-jolokia-sample] diff --git a/check-ldap/README.md b/check-ldap/README.md index 7c115303..c1593589 100644 --- a/check-ldap/README.md +++ b/check-ldap/README.md @@ -31,7 +31,7 @@ check-ldap -b 'dc=jp' -w 5 -c 10 ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-ldap-sample] diff --git a/check-load/README.md b/check-load/README.md index c7652e9a..cce42076 100644 --- a/check-load/README.md +++ b/check-load/README.md @@ -31,7 +31,7 @@ check-load -w 4,3,2 -c 3,2,1 ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-load-sample] diff --git a/check-log/README.md b/check-log/README.md index 1eee017b..1109a1f3 100644 --- a/check-log/README.md +++ b/check-log/README.md @@ -31,7 +31,7 @@ check-log --file=/path/to/file --pattern=REGEXP --warning-over=N --critical-over ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-log-sample] diff --git a/check-mailq/README.md b/check-mailq/README.md index b07905c7..bedbdc9d 100644 --- a/check-mailq/README.md +++ b/check-mailq/README.md @@ -31,7 +31,7 @@ check-mailq -w 100 -c 200 -M postfix ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-mailq-sample] diff --git a/check-masterha/README.md b/check-masterha/README.md index d883cc38..5226d949 100644 --- a/check-masterha/README.md +++ b/check-masterha/README.md @@ -33,7 +33,7 @@ check-masterha ssh --conf /path/to/masterha_cluster.cnf ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-masterha-sample] diff --git a/check-memcached/README.md b/check-memcached/README.md index eeeda502..cfc3c228 100644 --- a/check-memcached/README.md +++ b/check-memcached/README.md @@ -31,7 +31,7 @@ check-memcached -H localhost -p 11211 -t 3 -k KeyForTest ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.cert-memcached-sample] diff --git a/check-mysql/README.md b/check-mysql/README.md index a94d239a..d8fdab59 100644 --- a/check-mysql/README.md +++ b/check-mysql/README.md @@ -32,7 +32,7 @@ check-mysql replication --host=127.0.0.1 --port=3306 --user=USER --password=PASS ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-mysql-sample] diff --git a/check-ntpoffset/README.md b/check-ntpoffset/README.md index 11b98904..e4f6f1a1 100644 --- a/check-ntpoffset/README.md +++ b/check-ntpoffset/README.md @@ -31,7 +31,7 @@ check-ntpoffset -w=50 -c=100 ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.cert-file] diff --git a/check-ntservice/README.md b/check-ntservice/README.md index 6344e615..09b118d6 100644 --- a/check-ntservice/README.md +++ b/check-ntservice/README.md @@ -31,7 +31,7 @@ check-ntservice --service-name=SERVICE_NAME ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-ntservice-sample] diff --git a/check-postgresql/README.md b/check-postgresql/README.md index 1f7d91aa..27a5a8a4 100644 --- a/check-postgresql/README.md +++ b/check-postgresql/README.md @@ -31,7 +31,7 @@ check-postgresql connection --host=127.0.0.1 --port=5432 --user=USER --password= ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-postgresql-sample] diff --git a/check-procs/README.md b/check-procs/README.md index 7240a01e..afe111d1 100644 --- a/check-procs/README.md +++ b/check-procs/README.md @@ -30,7 +30,7 @@ check-procs --pattern=PROCESS_NAME --state=STATE --warning-under=N ## Setting for mackerel-agent -If there are no problems in the execution result, add s setting in mackerel-agent.conf . +If there are no problems in the execution result, add a setting in mackerel-agent.conf . ``` [plugin.checks.check-procs-sample] diff --git a/check-redis/README.md b/check-redis/README.md index 8869e174..b0e766c8 100644 --- a/check-redis/README.md +++ b/check-redis/README.md @@ -32,7 +32,7 @@ check-redis slave --host=127.0.0.1 --port=6379 --timeout=5 --socket=