We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea94ea9 commit 36ccd60Copy full SHA for 36ccd60
1 file changed
cr_module/classes/vendor.py
@@ -111,7 +111,10 @@ class VendorLenovoData(VendorGeneric):
111
class VendorDellData(VendorGeneric):
112
113
name = "Dell"
114
- expand_string = "?$expand=*($levels=1)"
+ # Disabled as it causes issues with certain iDRAC versions
115
+ # https://github.com/bb-Ricardo/check_redfish/issues/69
116
+ # https://github.com/bb-Ricardo/check_redfish/issues/151
117
+ # expand_string = "?$expand=*($levels=1)"
118
119
manager_event_log_location = "managers"
120
system_event_log_location = "managers"
0 commit comments