[Bps-public-commit] app-aws-cloudwatch-monitor branch add-option-to-display-available-check-modules updated. 0c12bd1d28909cbc8b3e56733d0010917aaaed26
BPS Git Server
git at git.bestpractical.com
Tue Aug 2 16:46:57 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "app-aws-cloudwatch-monitor".
The branch, add-option-to-display-available-check-modules has been updated
via 0c12bd1d28909cbc8b3e56733d0010917aaaed26 (commit)
from 14e289362a02dde09891811063d71e42170cbcbc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c12bd1d28909cbc8b3e56733d0010917aaaed26
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Tue Aug 2 11:46:32 2022 -0500
Update documentation for new --list-checks option
diff --git a/README b/README
index 718c282..faba96a 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ SYNOPSIS
$monitor->run(\%opt, \@ARGV);
aws-cloudwatch-monitor [--check <module>]
- [--from-cron] [--verify] [--verbose]
+ [--from-cron] [--list-checks] [--verify] [--verbose]
[--version] [--help]
DESCRIPTION
diff --git a/README.md b/README.md
index 3eb725f..299a55d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ App::AWS::CloudWatch::Monitor - collect and send metrics to AWS CloudWatch
$monitor->run(\%opt, \@ARGV);
aws-cloudwatch-monitor [--check <module>]
- [--from-cron] [--verify] [--verbose]
+ [--from-cron] [--list-checks] [--verify] [--verbose]
[--version] [--help]
# DESCRIPTION
diff --git a/lib/App/AWS/CloudWatch/Monitor.pm b/lib/App/AWS/CloudWatch/Monitor.pm
index 6c5d79f..e1d0d2b 100644
--- a/lib/App/AWS/CloudWatch/Monitor.pm
+++ b/lib/App/AWS/CloudWatch/Monitor.pm
@@ -185,7 +185,7 @@ App::AWS::CloudWatch::Monitor - collect and send metrics to AWS CloudWatch
$monitor->run(\%opt, \@ARGV);
aws-cloudwatch-monitor [--check <module>]
- [--from-cron] [--verify] [--verbose]
+ [--from-cron] [--list-checks] [--verify] [--verbose]
[--version] [--help]
=head1 DESCRIPTION
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
README.md | 2 +-
lib/App/AWS/CloudWatch/Monitor.pm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
app-aws-cloudwatch-monitor
More information about the Bps-public-commit
mailing list