creativestyle/mageops-report-cloudwatch-forwarder
Composer 安装命令:
composer require creativestyle/mageops-report-cloudwatch-forwarder
包简介
Forwards exception report files to CloudWatch Logs
README 文档
README
Forwards exception reports stored as individual files to AWS CloudWatch Logs.
This something that AWS CloudWatch Agent cannot do.
You should run it in cron every couple of minutes.
Example usage for Magento
bin/cli.php push:directory -v --formatter=serialized_array --region=eu-central-1 --group=magento-exc-report /var/www/magento-base/current/var/report/
Build
composer install --dev
composer build
Install
Fetch from GitHub releases
Find the latest release and install the PHAR directly.
curl -Ls https://github.com/mageops/php-report-cloudwatch-forwarder/releases/latest/download/aws-excfwd -o /usr/local/bin/aws-excfwd && chmod +x /usr/local/bin/aws-excfwd
CentOS RPM Package
Install the package from MageOps RPM Repository.
Use composer global install (not recommened)
composer global require creativestyle/mageops-report-cloudwatch-forwarder
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-27