I’m trying to add arubaos-cx devices to Oxidized using the following command: lnms config:set oxidized.maps.os.os.+ '{"match": "arubaos-cx", "value": "aoscx"}'
However, this produces the following error:
The value.group.os.0 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.1 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.2 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.3 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.4 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.5 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.6 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.7 contains invalid keys: group. Valid keys: match,regex,value
The value.group.os.0.value field is required.
The value.group.os.1.value field is required.
The value.group.os.2.value field is required.
The value.group.os.3.value field is required.
The value.group.os.4.value field is required.
The value.group.os.5.value field is required.
The value.group.os.6.value field is required.
The value.group.os.7.value field is required.
I’ve tried many variations of this command, such as setting oxidized.maps.group.os
, and it always produces this error. As far as I know, no one has ever changed the mapping on my install from default values. I’m not able to edit the mappings via the web GUI either. How can I resolve this?