Difference between revisions of "Setup SMTP in Grafana"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
'''1. Prepare Gmail Account''' | '''1. Prepare Gmail Account''' | ||
− | + | Just go to https://myaccount.google.com/lesssecureapps and set allow less secure apps to ON. | |
<br> | <br> | ||
<br>2. Update and install SSMTP in Grafana server. | <br>2. Update and install SSMTP in Grafana server. |
Revision as of 17:22, 15 May 2020
Introduction
Grafana is a tools for visualisation dashboard monitoring which work together with various datasource.
In its use, we'll need SMTP activated to do some functionality like email alerting, notification, or invitation request.
Assumptions
In this page, we assumed that we already know about Grafana and have it run in a server.
In our example, we are going to use Google Gmail as SMTP server.
Step by Step
1. Prepare Gmail Account
Just go to https://myaccount.google.com/lesssecureapps and set allow less secure apps to ON.
2. Update and install SSMTP in Grafana server.
# sudo apt-get update # sudo apt-get install ssmtp