The monitoring station collects the data from the Monitoring Satellites and displays it.
- Monitoring Satellite for Symfony (Symfony Bundle)
- Monitoring Satellite for Drupal
- Monitoring Satellite for Contao
- Magento (soon)
- Shopware (soon)
$ composer create-project marcosimbuerger/monitoring-station .
Copy .env.local.example
to .env.local
.
Add your backend username and password to .env.local
.
Use bin/console security:encode-password
to generate the password hash.
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.
Define the cache lifetime of the fetched website data in app_config.yaml
.
Copy the config/example.monitoring_satellite.websites.yaml
file to config/monitoring_satellite.websites.yaml
and add your Monitoring Satellites endpoints.
Open root in your browser. Insert your backend login credentials to log in.
You can call /example/monitoring-satellite/v1/get
to get an example of the result of a Monitoring Satellite. Basic auth: foo
| bar
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.
This project is released under the MIT license. See the included LICENSE file for more information.