becklyn / monitoring
Default monitoring bundle for all applications by Becklyn.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- ext-json: *
- becklyn/assets-bundle: ^2.2
- becklyn/hosting: ^1.0
- sentry/sentry-symfony: ^2.1
- symfony/http-kernel: ^3.4 || ^4.0
Requires (Dev)
- twig/twig: ^2.0
This package is auto-updated.
Last update: 2022-02-01 13:15:25 UTC
README
Integrates all monitoring of Becklyn apps.
Config
project_name
: the name of the projecttrackjs
: the token for the integration with TrackJS.
Features
-
The bundle automatically adds a
<!-- uptime monitor: $project_name -->
comment to all HTML responses. Use this for integration into uptime monitors. -
If you set a
trackjs
token, you can include the monitoring JS:{% block javascripts %} {{- monitoring_embed() -}} {# .. your other JS imports #} {% endblock %}
Assets Bundle Integration
This bundle registers a @monitoring
namespace in the becklyn assets bundle.