Skip to content

Commit 36ccd60

Browse files
committed
diesable expand string for iDRAC #151
1 parent ea94ea9 commit 36ccd60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cr_module/classes/vendor.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ class VendorLenovoData(VendorGeneric):
111111
class VendorDellData(VendorGeneric):
112112

113113
name = "Dell"
114-
expand_string = "?$expand=*($levels=1)"
114+
# 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)"
115118

116119
manager_event_log_location = "managers"
117120
system_event_log_location = "managers"

0 commit comments

Comments
 (0)