Hi.
Is it possible to remove the “Alerting” section from the left side menu?
Would it be possible for instance to remove it by editing the grafana.ini configuration file?
Hi.
Is it possible to remove the “Alerting” section from the left side menu?
Would it be possible for instance to remove it by editing the grafana.ini configuration file?
@ginoliuz You can disable Alerting or Unified Alerting in the config.ini or environment variables following documentation
When Alerting is disabled, you won’t see it in the menu.
Hi @mikhailvolkov
Thank you for your reply.
Do you mean the grafana.ini file in etc/grafana directory?
@ginoliuz It depends on your installation, for Linux packages, it’s in the /etc/grafana
.
@mikhailvolkov thank you for your reply.
Yes, it’s a Linux installation. To be precise, I used the docker image and the file should be /etc/grafana/grafana.ini
I suppose.
I can see from the link you shared that there are two “alerting” options in the documentation ( [unified_alerting] and [alerting] ).
I tried to disable the first one by modifying the aforementioned file but the container crashes as soon as I attempt to start it.
Is it the second one?
Or should I disable both of them at the same time?