marcosimbuerger/monitoring-station
Composer 安装命令:
composer create-project marcosimbuerger/monitoring-station
包简介
Monitoring Station. Overview of your apps.
README 文档
README
The monitoring station collects the data from the Monitoring Satellites and displays it.
Monitoring Satellites
- Monitoring Satellite for Symfony (Symfony Bundle)
- Monitoring Satellite for Drupal
- Monitoring Satellite for Contao
- Magento (soon)
- Shopware (soon)
Installation
$ composer create-project marcosimbuerger/monitoring-station .
Configuration
Create .env.local
Copy .env.local.example to .env.local.
Create your backend login
Add your backend username and password to .env.local.
Use bin/console security:encode-password to generate the password hash.
Environment
Define the environment with the APP_ENV variable. (APP_ENV=dev / APP_ENV=prod)
Do not forget to set it to prod before using the Monitoring Station in production.
Cache lifetime
Define the cache lifetime of the fetched website data in app_config.yaml.
Add the Monitoring Satellites
Copy the config/example.monitoring_satellite.websites.yaml file to config/monitoring_satellite.websites.yaml and add your Monitoring Satellites endpoints.
Login
Open root in your browser. Insert your backend login credentials to log in.
Test
You can call /example/monitoring-satellite/v1/get to get an example of the result of a Monitoring Satellite. Basic auth: foo | bar
Commands
Available console commands.
website-data:fetch Fetches the website data.
website-data:clear-cache Clears the website data cache.
website-data:prune-cache Prunes the website data cache.
License
This project is released under the MIT license. See the included LICENSE file for more information.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-31