automatesre/magento-monitoring
Composer 安装命令:
composer require automatesre/magento-monitoring
包简介
AutomateSRE read-only monitoring dashboard for Magento admin
README 文档
README
Read-only Magento admin dashboard for AutomateSRE status and alerts.
⚠️ Live Server — Before You Install
Permissions: Run all commands as the same user that owns your Magento files (usually
www-data,nginx, ormagento). Running asrootcan break file ownership. If unsure, prefix commands withsudo -u <webserver-user>.Time: Allow 10–20 minutes of planned downtime. Enable maintenance mode first so customers see a clean page instead of errors during the upgrade.
Quick checklist:
- Take a DB backup before starting.
- Enable maintenance mode:
bin/magento maintenance:enable- Copy the module, run upgrade commands (see below).
- Disable maintenance mode:
bin/magento maintenance:disable
Install from app/code
Copy this module to your Magento root as:
app/code/AutomateSRE/Monitoring
Then run from Magento root:
bin/magento module:enable AutomateSRE_Monitoring bin/magento setup:upgrade bin/magento setup:di:compile # production mode only bin/magento setup:static-content:deploy -f # production mode only bin/magento cache:flush
Configure
In Magento admin:
- Go to Stores > Configuration > AutomateSRE > Monitoring.
- Set API Base URL to
https://www.automatesre.com/api/v1. - Paste the read-only API key generated from AutomateSRE > Integrations.
- Save config and flush cache if Magento asks.
- Open AutomateSRE > Dashboard.
The module does not collect server data and does not run restart/remediation actions. It only reads status and alerts from AutomateSRE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-07-08