turbinia
turbinia copied to clipboard
Add Turbinia monitoring management to SRE script
The current SRE script does not allow for changing prometheus and grafana change. We need to add this to the SRE script in order to make changes (updating SMTP config, disks, general config, etc) to the monitoring instances
Although I understand the ask, is this something that will happen often? The SRE mgmt script has functionality for often used use cases. I am wondering if updating the Prometheus and Grafana settings (eg SMTP) is worth adding to a management script if it only happens once a year or less. Probably doing this manually makes more sense as they are one offs. Wdyt?
On Thu, Jul 8, 2021, 21:43 alimez @.***> wrote:
The current SRE script does not allow for changing prometheus and grafana change. We need to add this to the SRE script in order to make changes (updating SMTP config, disks, general config, etc) to the monitoring instances
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/google/turbinia/issues/837, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABP5D4CYNVUM4BQV3HP4L4DTWX5XVANCNFSM5ABMIM6A .
Some pieces of it are one time thing that can be done manually. However, adding a feature to be able to add new environment variables to monitoring containers can be pretty handy as we expand our use of prometheus/grafana.
Good one, let's see if I can make that more generic. The env vars for containers are not exposed through the API and are embedded in a big string blob. I'll have a look at it. Agree that it would be good functionality to have!
On Thu, Jul 8, 2021, 21:53 alimez @.***> wrote:
Some pieces of it are one time thing that can be done manually. However, adding a feature to be able to add new environment variables to monitoring containers can be pretty handy as we expand our use of prometheus/grafana.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/google/turbinia/issues/837#issuecomment-876703110, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABP5D4FM3CKXIC5CAAPAYPLTWX65BANCNFSM5ABMIM6A .