marcosimbuerger / monitoring-station
Monitoring Station. Overview of your apps.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4
- ext-ctype: *
- ext-iconv: *
- symfony/asset: 5.1.*
- symfony/config: 5.1.*
- symfony/console: 5.1.*
- symfony/dotenv: 5.1.*
- symfony/flex: ^1.3.1
- symfony/framework-bundle: 5.1.*
- symfony/http-client: 5.1.*
- symfony/security-bundle: 5.1.*
- symfony/twig-bundle: 5.1.*
- symfony/yaml: 5.1.*
- twig/extra-bundle: ^2.12|^3.0
- twig/twig: ^2.12|^3.0
Requires (Dev)
- symfony/browser-kit: 5.1.*
- symfony/phpunit-bridge: ^5.2
Conflicts
This package is auto-updated.
Last update: 2025-04-14 18:58:31 UTC
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.