Add last_errors in backuppc JSON info

tags/zabbix-agent-addons-0.2.67-1
Daniel Berteaud 6 years ago
parent 4a28023967
commit b180cd8a27
  1. 3
      zabbix_scripts/check_backuppc_sudo

@ -82,7 +82,8 @@ if ($what eq 'errors') {
new_size => $lastSizeNew, new_size => $lastSizeNew,
full_duration => $fullDur, full_duration => $fullDur,
duration => $lastDuration, duration => $lastDuration,
last_type => $lastType last_type => $lastType,
last_errors => $lastXferErrors
} }
); );
} else { } else {

Loading…
Cancel
Save