Backup integration with Healthchecks

SYSTEM INFORMATION
OS type and version rocky linux 9.3
Webmin version 2.105
Virtualmin version 7.8.2
Related packages virtualmin backup

hello,
i have a healthchecks.io account and i would integrate virtualmin backup with healthchecks.

so i need to send a curl url after backup with exit code, for example

if virtualmin backup is ok

curl -m 10 --retry 5 https://hc-ping.com/xxxxxxxxxxxxxx/0

if virtualmin backup have an error

curl -m 10 --retry 5 https://hc-ping.com/xxxxxxxxxxxxxx/1

i found an option on scheduled backups
Command to run after backup
but i can’t understand how integrate BACKUP_STATUS

can you help me?

thank you

Not sure why you need this, virtualmin should do all this. Not seen anyone using this service.

because now i’m using mail to confirm backup succes
but is more convenient have a dashboard like healthchecks with all backup (success)

thank you

I get email reports on all backups, get email if a service goes down etc.

But its your choice. Maybe I’m understanding you incorrectly.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.