PMM grafana alert config setup

Hi,
I wanted to set up PMM alerts. I couldn’t find a way to set up the alert alarming. I followed a link by Percona,
[url]https://www.percona.com/blog/2017/01/23/mysql-and-mongodb-alerting-with-pmm-and-grafana/?utm_campaign=Blog+2016%3A+Subscribers+To+Blog+Weekly+Recap+Email+--+2.15.16&utm_source=hs_email&utm_medium=email&utm_content=41494144&_hsenc=p2ANqtz-8_YzWIAql7BaRkhOKygeNqY86ssaB6_Hz0utzhjZ-TPsw_HhtDCBExMVZBNrlO9sbQ1r2UE6IJuyjCOkCXgfdwSEXHCw&_hsmi=41494144[/url]

The problem is I couldn’t find grafana config file in my EC2 instance. Any help is appreciated.

Hi govindareddy20,

config file is placed inside docker container, so you need to run bash inside container

docker exec -it pmm-server /bin/bash

and edit /etc/grafana/grafana.ini file

/etc/grafana/grafana.ini

Hi govindareddy20,

Thanks for bringing this to our attention. We have updated the Percona blog post to mention the config file’s location specifically.