diff --git a/juniper_official/system/check-ntp-synchronization-status.rule b/juniper_official/system/check-ntp-synchronization-status.rule index 0add44edd..2a1cfc254 100644 --- a/juniper_official/system/check-ntp-synchronization-status.rule +++ b/juniper_official/system/check-ntp-synchronization-status.rule @@ -291,6 +291,13 @@ healthbot { release-support min-supported-release; } } + } + products EX { + platforms ex4300-48mp { + releases 22.4R2.8 { + release-support min-supported-release; + } + } } } } diff --git a/juniper_official/system/check-system-cpu-memory.rule b/juniper_official/system/check-system-cpu-memory.rule index a03fcfbb0..737055dad 100644 --- a/juniper_official/system/check-system-cpu-memory.rule +++ b/juniper_official/system/check-system-cpu-memory.rule @@ -406,7 +406,15 @@ healthbot { release-support min-supported-release; } } - } + } + products EX { + sensors components-oc; + platforms ex4300-48mp { + releases 22.4R2.8 { + release-support min-supported-release; + } + } + } } } }