What's New

Recent features and improvements in BackupMonitor.

September 2026

HPE iLO: Server Hardware Alerts

Alert mails sent by the Integrated Lights-Out management controller of HPE ProLiant servers are now recognised as notifications. Events such as a lost network link are shown as an error, the matching "REPAIRED" mail as an information — including the affected iLO name and the exact time of the event.

Fujitsu iRMC: Server System Events

System event mails from the iRMC management controller of Fujitsu PRIMERGY servers are now recognised as notifications. Critical events such as a memory module error are shown as an error, predicted failures and failed logins as a warning, and routine events such as a completed boot as an information.

Veeam: Job Level Warnings Are No Longer Hidden

Veeam sometimes finishes a job with a warning — for example when the backup repository is running low on free disk space — while every single machine in the report is still listed as "Success". Those backups were shown as successful and the warning went unnoticed. Such jobs are now shown as Warning and the reason from the report is displayed as the message. If the report already flags a specific machine as warning or error, nothing changes.

Apply a Schedule to All Jobs of a Device

The job edit dialog now has an "Apply Schedule to all Jobs of this Device" button. It copies the recurrence, weekdays or monthly settings and the number of allowed error days onto every job of the same device — useful when a device gained new jobs that all follow the same backup plan. A confirmation is shown first, since the schedules of the other jobs are overwritten.

August 2026

Clearer Dashboard for Devices with Many Jobs

Devices with a large number of jobs — such as a Veeam Microsoft 365 backup with one job per mailbox, OneDrive and SharePoint site — no longer bury a handful of failures under thousands of successful rows. The device now shows a short summary of its job, error and warning counts, lists the jobs that need attention first, and keeps the rest behind a "show all" button. Once expanded, a filter box makes it easy to jump to a specific job.

Elovade

Elovade Microsoft 365 backup summary reports are now recognized. Each daily report becomes a backup entry for the protected account, so a partially failed report shows up as a warning and a report that never arrives is flagged as overdue.

Arcserve StorageCraft ImageManager

Arcserve StorageCraft ImageManager notifications are now recognized. Per-server consolidation, replication and disk space errors show up as backup history, the daily multi-server summary appears as a notification report, and service-level ImageManager errors show up as a critical notification.

Datto SIRIS Bootable Screenshot Verification

Datto SIRIS "Bootable Screenshot" backup verification emails are now recognized as backup history, showing whether the automated boot verification for each protected machine succeeded or failed.

Delete a Device

Devices can now be deleted directly from the Edit Device dialog. Deleting a device also removes all of its jobs, backup entries and notifications - so obsolete or mistyped devices no longer clutter the Dashboard. A confirmation step is required, since the deletion cannot be undone.

Delete Groups Without Emptying Them First

Deleting a group no longer requires removing every device from it beforehand. Any devices still assigned to the group are simply unassigned - the devices themselves and their backup history stay untouched.

Italian Synology Active Backup Notifications

Italian-language notifications from Synology Active Backup for Business (failed backup tasks) and Active Backup for Microsoft 365 (completed backup tasks) are now recognized, including the Italian start-time format used in those mails.

StorageCraft ShadowProtect SPX Daily Backup Reports

The daily summary report emails sent by StorageCraft ShadowProtect SPX (English "Daily Backup Report" and German "Täglicher Backup-Bericht") now show up as backup history for each device - success when everything ran, a warning when only some backups for the day succeeded, and an error when none did - instead of being misread as an individual job report. Because it's tracked as a recurring backup job, a missing report is now also flagged as overdue, just like any other backup.

July 2026

Expanded Synology Backup Language Support

Synology Active Backup for Business and Hyper Backup emails are now recognized for more phrasings: the French "a échoué" (failed) and "interrompue" (interrupted) variants, and the English "has been ignored" variant. French Active Backup emails also now use the actual backup start time from the message body instead of the email received time.

Resolve and Filter Notifications

Notifications can now be marked as resolved - resolved entries disappear from the Dashboard and the Notifications list, and can be shown again (and unresolved) via the new Show resolved toggle. Both views also gained a severity filter to quickly narrow notifications down to info, warning, error, or critical entries.

June 2026

Mark as Resolved from the Dashboard

You can now mark a failing job as resolved directly from the Dashboard - right-click any job row and choose Mark as Resolved from the context menu.

Dashboard context menu showing the Mark as Resolved option

Lupus Electronics XT4

BackupMonitor now supports alarm system event emails from the Lupus Electronics XT4. Periodic self-test emails are tracked as daily heartbeat jobs (the device goes to error state if the test email is missing). Contact-open and contact-closed events are recorded per zone as on-demand job entries. Intrusion alarms surface as error entries. Arm/Disarm events from keypads appear as informational security notifications.

Integration API

Query live backup status counts directly from BackupMonitor using your API key. The new GET /api/integration/counts endpoint returns success, error, warning, and other counts for all active jobs — useful for building internal dashboards, wall displays, or alert scripts that react when the error count rises.

Custom Email Format

If your backup tool doesn't send emails BackupMonitor already recognises, you can now send a simple plain-text email in the BackupMonitor custom format. Include a few labelled fields (Device, Job, Status, Timestamp) and the signature line BackupMonitor Custom — no extra configuration required.

Ingest API

Push backup results and custom notifications to BackupMonitor directly from your own scripts or automation tools — no email required. Two endpoints cover all cases: POST /api/ingest/backup for structured job results and POST /api/ingest/notification for free-form events such as disk space alerts, SSL expiry warnings, or deployment outcomes.