Skip to content

Commit 11bf2e6

Browse files
saksarav-nokiaarun1355492
authored andcommitted
[Nokia][Device] Fix monState in farbic monitor config (sonic-net#19196)
Signed-off-by: saksarav <[email protected]>
1 parent e833bff commit 11bf2e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/Nokia-IXR7250E-36x100G/fabric_monitor_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"monPollThreshRecovery": 8,
66
"monPollThreshIsolation": 1,
77
"monCapacityThreshWarn": 85,
8-
"monState": enable
8+
"monState": "enable"
99
}
1010
}

device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/Nokia-IXR7250E-36x400G/fabric_monitor_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"monPollThreshRecovery": 8,
66
"monPollThreshIsolation": 1,
77
"monCapacityThreshWarn": 85,
8-
"monState": enable
8+
"monState": "enable"
99
}
1010
}

device/nokia/x86_64-nokia_ixr7250e_sup-r0/Nokia-IXR7250E-SUP-10/fabric_monitor_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"monPollThreshRecovery": 8,
66
"monPollThreshIsolation": 1,
77
"monCapacityThreshWarn": 10,
8-
"monState": enable
8+
"monState": "enable"
99
}
1010
}

0 commit comments

Comments
 (0)