Azure / Moneo

Distributed AI/HPC Monitoring Framework
MIT License
26 stars 15 forks source link

Start only exporters services for dedicated Prometheus installations #78

Open vanzod opened 8 months ago

vanzod commented 8 months ago

When installing Moneo with dedicated Prometheus server, only the exporters services should be started. Right now in start_moneo_services.sh there is not an option to skip starting the prometheus exporter. Although the exporter services can be started manually without using said script, being able to use it in custom deployments will reduce the complexity of being up to date with future changes to the script (e.g. requirements).

rafsalas19 commented 8 months ago

Commencing work on this