fix exception

This commit is contained in:
Cyberes 2024-01-14 13:06:47 -07:00
parent d8f94e5aa2
commit 227e1f8c75
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ def main(args):
print_icinga2_check_status(f'Failed to get UPS status: data stale', nagios.STATE_CRIT)
sys.exit(nagios.STATE_CRIT)
else:
print_icinga2_check_status(f'Failed to get UPS status: {output}', nagios.STATE_UNKNOWN)
print_icinga2_check_status(f'Failed to get UPS status: {e}', nagios.STATE_UNKNOWN)
print_icinga2_check_status(f'Failed to get UPS status: {e}', nagios.STATE_UNKNOWN)
sys.exit(nagios.STATE_UNKNOWN)
# Remove unwanted stats.