Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana, Telegraf, InfluxDB optional #1602

Merged
merged 26 commits into from
Jun 12, 2023
Merged

Conversation

vgamayunov
Copy link
Collaborator

@vgamayunov vgamayunov commented Jun 9, 2023

config.yml settings for the monitoring and alerting stack:

monitoring:
  azure_monitor_agent: false # Install Azure Monitor Agent on static infra VMs
  telegraf: true # Install telegraf on static infra VMs and dynamic compute nodes
  Grafana: true # Deploy a Grafana instance with pre-defined dashboards

grafana and telegraf are true by default
azure_monitor_agent is false by default
property install_agent has been renamed to azure_monitor_agent

close #1591

@vgamayunov vgamayunov linked an issue Jun 9, 2023 that may be closed by this pull request
install.sh Outdated Show resolved Hide resolved
bicep/azhop.bicep Outdated Show resolved Hide resolved
config.schema.json Outdated Show resolved Hide resolved
config.tpl.yml Outdated Show resolved Hide resolved
install.sh Outdated Show resolved Hide resolved
@vgamayunov vgamayunov merged commit a42418a into main Jun 12, 2023
@vgamayunov vgamayunov deleted the feature/grafana-optional branch June 12, 2023 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make grafana optional
2 participants