Don't include backup_to_small in backup result

This commit is contained in:
deajan 2024-09-06 14:10:34 +02:00
parent 2ddc0d38dc
commit ec9c7541d9

View file

@ -259,7 +259,7 @@ def restic_json_to_prometheus(
)
)
return good_backup, prom_metrics, backup_too_small
return restic_result, prom_metrics, backup_too_small
def restic_output_2_metrics(restic_result, output, labels=None):