You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitLab by @Simon.Brenner on Jan 18, 2022, 14:36
with the new "libraries". the check-veeam plugin brings the error:
File "/usr/lib64/nagios/plugins/veeam-status", line 331, in 'module'
main()
File "/usr/lib64/nagios/plugins/veeam-status", line 143, in main
success, result, token = lib.veeam2.get_token(args)
File "/usr/lib64/nagios/plugins/lib/veeam2.py", line 43, in get_token
timeout=args.TIMEOUT, insecure=True, extended=True)
ValueError: need more than 2 values to unpack
The error is fixed for now. Unfortunately, I can't test if the check really works because our Veeam trial license has expired.
The veeam-status checks and the veeam.py libs must be updated together.
In GitLab by @Simon.Brenner on Jan 18, 2022, 14:36
with the new "libraries". the check-veeam plugin brings the error:
check command:
'/usr/lib64/nagios/plugins/veeam-status' '--critical' '90' '--password' '' '--timeout' '3' '--url' 'url' '--username' '' '--warning' '80'
The text was updated successfully, but these errors were encountered: