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 case there are Events Logged in the IPMI Event Log, there is a chance that, depending on the Event Type (e.g. "Intrusion Switch" or "Power ON" etc) the Script might Crash because the Field it's expecting doesn't Exist in the CSV Output of IPMItool.
Probably need to add some try and except Blocks.
The text was updated successfully, but these errors were encountered:
In case there are Events Logged in the IPMI Event Log, there is a chance that, depending on the Event Type (e.g. "Intrusion Switch" or "Power ON" etc) the Script might Crash because the Field it's expecting doesn't Exist in the CSV Output of IPMItool.
Probably need to add some
try
andexcept
Blocks.The text was updated successfully, but these errors were encountered: