-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback Error on plugin.do_exit() #119
Comments
Mhh, do you use the It is not recommended to use this option as it unnecessary creates a new session on each plugin run. |
Yes, we do because either HPE or Dell have a limit of sessions, which we reached. Then nobody could manually login anymore. In their big environments, we have 1 monitoring host + multiple workers that execute the checks, so the requests come from different IPs (and also different session files). We don't have any issues with --no-session, just sometimes there is this Traceback exception when the logout fails (but we're speaking about single digit errors with tens of thousands of checks. |
Ahh ok, This could be solved with an exception handler. But then what should be reported if the logout fails? Just OK? What do you think? |
Assuming it recieved all the data before the logout, I think it's okay to just ignore the logout error. |
Hi @lgmu, I just pushed a fix to "next-release" branch to mitigate this issue. Can you please test it out? Thank you. |
Hi, thanks! |
Looks good, thanks! |
Great that it solved the issue. Will create another release for this. |
Hello @bb-Ricardo, |
I thought I added this to the readme, will review it again. Thank you |
Hi, I recently updated to v1.6.1 and noticed some errors (but they actually happened before aswell).
Not sure if this is a problem with the plugin or in the redfish module.
Usually it works again on the next retry.
Some system info:
Dell Inc. PowerEdge R840 / Dell Inc. PowerEdge R740
iDRAC 9 (Firmware: 7.00.00.00)
Edit: And I hate that ENTER actually submits the issue while I'm still typing...
The text was updated successfully, but these errors were encountered: