weizhouapache commented on issue #10088:
URL: https://github.com/apache/cloudstack/issues/10088#issuecomment-2718306771

   > I think adding a parameter to indicate what needs to be excluded seems 
best. The alternative, editing the conf or script before running, can work as 
well, but seems more clunky as it then will have to be edited on every add or 
delete tier, to make sure the right checks are done/skipped. I think it is 
better to keep the decision as close to the source of truth (orchestration/DB) 
as possible. 
   
   @DaanHoogland 
   the file `/etc/monitor.conf` is created with only ssh when VPC VR starts,
   it is updated to include ssh, haproxy, and webserver when VPC tier is added 
to the VPC VR
   however, it is not updated when the only-one VPC tier is shutdown and 
removed from VPC VR.
   
   the file could be updated when delete a vpc tier, but it looks complicated, 
and clunky as you said
   yes, we need to specify the services need to monitor, based on the guest 
networks of the VPC VR.
   
   I will work on it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to