Skip to content

Commit

Permalink
Arista: Fix fabric monitor monState (#19183)
Browse files Browse the repository at this point in the history
Fix the missing quotes in the new monState field in the fabric monitor config.
  • Loading branch information
patrickmacarthur authored Jun 4, 2024
1 parent 7a3b651 commit 6fb279a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 10,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 10,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 10,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 86,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 86,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 86,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 86,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 100,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 86,
"monState": enable
"monState": "enable"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"monPollThreshRecovery": 8,
"monPollThreshIsolation": 1,
"monCapacityThreshWarn": 100,
"monState": enable
"monState": "enable"
}
}

0 comments on commit 6fb279a

Please sign in to comment.