[Bps-public-commit] app-aws-cloudwatch-monitor branch version-0.02 updated. 8b596ab500744d97c326abfdda04eebd9b1bbdf5
BPS Git Server
git at git.bestpractical.com
Tue May 17 23:24:29 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, version-0.02 has been updated
via 8b596ab500744d97c326abfdda04eebd9b1bbdf5 (commit)
via 748a2bc71f49060401e4a9cb3c6749fb7c1054e5 (commit)
from 7a9caad09e42438ce6d91ed3a4d9890fde1e23f2 (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 8b596ab500744d97c326abfdda04eebd9b1bbdf5
Merge: 7a9caad 748a2bc
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Tue May 17 18:24:18 2022 -0500
Merge branch '0.02/add-install-instructions' into version-0.02
commit 748a2bc71f49060401e4a9cb3c6749fb7c1054e5
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Tue May 17 18:11:42 2022 -0500
Add install instructions
diff --git a/README b/README
index cfbc7c6..718c282 100644
--- a/README
+++ b/README
@@ -35,6 +35,15 @@ METHODS
For options and arguments to "run", see the documentation for
aws-cloudwatch-monitor.
+INSTALLATION
+ perl Makefile.PL
+ make
+ make test && sudo make install
+
+ "App::AWS::CloudWatch::Monitor" can also be installed using cpanm.
+
+ cpanm App::AWS::CloudWatch::Monitor
+
CONFIGURATION
To send metrics to AWS, you need to provide the access key id and secret
access key for your configured AWS CloudWatch service. You can set these
diff --git a/README.md b/README.md
index 5cea11c..3eb725f 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,16 @@ For adding check modules, see the documentation for [App::AWS::CloudWatch::Monit
For options and arguments to `run`, see the documentation for [aws-cloudwatch-monitor](https://metacpan.org/pod/aws-cloudwatch-monitor).
+# INSTALLATION
+
+ perl Makefile.PL
+ make
+ make test && sudo make install
+
+`App::AWS::CloudWatch::Monitor` can also be installed using [cpanm](https://metacpan.org/pod/cpanm).
+
+ cpanm App::AWS::CloudWatch::Monitor
+
# CONFIGURATION
To send metrics to AWS, you need to provide the access key id and secret access key for your configured AWS CloudWatch service. You can set these in the file `config.ini`.
diff --git a/lib/App/AWS/CloudWatch/Monitor.pm b/lib/App/AWS/CloudWatch/Monitor.pm
index e786e0d..11a8f03 100644
--- a/lib/App/AWS/CloudWatch/Monitor.pm
+++ b/lib/App/AWS/CloudWatch/Monitor.pm
@@ -210,6 +210,16 @@ For options and arguments to C<run>, see the documentation for L<aws-cloudwatch-
=back
+=head1 INSTALLATION
+
+ perl Makefile.PL
+ make
+ make test && sudo make install
+
+C<App::AWS::CloudWatch::Monitor> can also be installed using L<cpanm>.
+
+ cpanm App::AWS::CloudWatch::Monitor
+
=head1 CONFIGURATION
To send metrics to AWS, you need to provide the access key id and secret access key for your configured AWS CloudWatch service. You can set these in the file C<config.ini>.
-----------------------------------------------------------------------
Summary of changes:
README | 9 +++++++++
README.md | 10 ++++++++++
lib/App/AWS/CloudWatch/Monitor.pm | 10 ++++++++++
3 files changed, 29 insertions(+)
hooks/post-receive
--
app-aws-cloudwatch-monitor
More information about the Bps-public-commit
mailing list