Skip to content

Commit b0f518b

Browse files
committed
Do not monitor client-proxy nw endpoint
Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com>
1 parent 2044507 commit b0f518b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SPECS/node-agent/node-agent.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ chown -R node-agent:bm-agents %{_sysconfdir}/intel_edge_node
136136
chmod 644 %{_sysconfdir}/edge-node/node/confs/%{name}.yaml
137137
chmod 744 %{_sysconfdir}/edge-node/node/confs/%{name}
138138

139+
# Remove client-proxy from monitoring
140+
sed -i '/client-proxy/{N;d;}' %{_sysconfdir}/edge-node/node/confs/%{name}.yaml
141+
139142
%systemd_post %{name}.service
140143

141144
%preun

0 commit comments

Comments
 (0)