mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-18 01:18:01 +08:00
Don't include backup_to_small in backup result
This commit is contained in:
parent
2ddc0d38dc
commit
ec9c7541d9
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue