becklyn/monitoring

This package is abandoned and no longer maintained. The author suggests using the becklyn/hosting package instead.

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

1.1.0 2018-12-13 19:11 UTC

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 project
  • trackjs: 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.