What is Biloba Notificator?
The plugin automatically monitors your Shopware shop in the background and notifies you by email of any errors in the system log before they affect your customers. You can specify the threshold at which a notification is triggered, who receives it, and the maximum frequency of emails.
The key benefits at a glance:
- Automatic monitoring of the system log at fixed intervals
- Configurable thresholds (e.g. from „error“ or „critical“ level)
- Multiple recipients per alert
- A cooldown to combat the flood of emails; any errors occurring during the cooldown will be collected and submitted at a later date
- Customised email templates and multilingual mailings
- Test email per recipient without a cooldown period
- Role-based access rights and automatic masking of sensitive data in logs
- A complete log of all alarms triggered in your local time zone
Prerequisites
- Shopware 6.7
- PHP from 8 February (as required by Shopware itself)
- Configured Symfony Mailer (
MAILER_URLor.MAILER_DSN) for sending emails - Current Messenger Worker for automatic execution in the background
Compatibility
- Shopware versions 6.7.x
- Monitors Shopware’s own
log_entry-table, creates its own tables for this purpose (biloba_notification,biloba_notification_log) - No dependencies on third-party plugins
Installation
- Purchase the expansion in the Shopware Store
- Install and activate the extension in the Shopware backend under Settings → Extensions → My Extensions
- Reload the admin interface (F5)
- Go to the new menu option under Settings → Extensions → Email Alerts
Furnishings
Once you’ve activated the service, set up your first email alert. You can adjust all the settings at any time in the details form.
[SCREENSHOT: Detail form for an email alert with configuration fields]
- In the backend, under Settings → Extensions → Email Alerts, click „Add“
- Enter a name, e.g. „Error alert“
- Select the alarm type; „Log Entry“ is currently available
- Set the minimum log level (e.g.
error,critical,alert) - Enter one or more recipient email addresses
- Set a cooldown period in seconds to prevent spam (e.g. 300 seconds)
- Select an email template and the language in which the emails are to be sent
- Save the alarm
To ensure that alerts are automatically checked and sent, the Symfony Messenger worker must be running (e.g. continuously as a Systemd service with bin/console messenger:consume). In the development environment, a manual call via bin/console scheduled-task:run.
1 · Alarm management
In the list view, you can see all the alerts you have created, along with their status (active/inactive). In the details view, you can edit an alert’s name, type, recipient, cooldown, email template and language.
[SCREENSHOT: List view of email alerts with ‘Active’ status]
2 · Log monitoring (Log Entry Watcher)
The „Log Entry“ alert type monitors your shop’s system log table and triggers as soon as entries reach the configured minimum level (e.g. error) may occur. Further alarm types may be added at a later date.
3 · Cooldown & Collective notification
The cooldown prevents you from being inundated with emails if a large number of errors occur in a short space of time. Errors triggered during the cooldown period are not lost: they are collected and included in the next message with the note „(N during cooldown)“.
4 · Test dispatch
Using the „Test email“ button in the details form, you can send a test email to each recipient, regardless of the cooldown period. This allows you to check the template and delivery without having to wait for a genuine error to occur.
5 · Multilingual email sending
For each alert, you can select the language in which the email is displayed, subject to the languages actually supported by the chosen email template. This ensures that even emails sent automatically in the background are always delivered in the desired language, regardless of the shop’s system language.
6 · Minutes & Proceedings
In the Log tab of the detailed view, you will find the complete history of triggered alarms, including the time, status and a brief description. Clicking on the brief description opens a detailed window showing the full error message and the associated log entries. Individual entries can be deleted, or the log can be cleared completely. Entries older than 180 days are automatically removed on a daily basis.
[SCREENSHOT: Log tab showing the history of triggered alarms]
7 · Data protection: Masking of sensitive data
Before being saved or output, error messages and log data are automatically scanned for sensitive data such as login details or tokens, and this information is masked. This ensures that no confidential information appears in emails or the backend log.
FAQs
Support
If you have any questions or problems, please do not hesitate to contact us:
- Support request: biloba-it.de/shopware-plugin-support
- e-mail: support@biloba-it.de
- Phone: +49 (0) 711 - 13633800
