This service facilitates the sending of Grafana alerts through SMS using the Vonage API.
Before using this service, ensure the following prerequisites are met:
- Create an account on Vonage.
- Purchase sufficient credits on Vonage based on your anticipated usage.
If Grafana is running on Kubernetes, you can deploy this service on the same Kubernetes cluster.
- Find your Vonage account's API_KEY, API_SECRET, and the source number.
- Update the following fields in the manifest.yaml file:
API_KEY
API_SECRET
FROM
(the unique number assigned to your Vonage account)TO
(the number that will receive the SMS alerts)
Use the following command to apply the manifest:
kubectl apply -f manifest.yaml
Now, the service is set up to send SMS alerts for Grafana notifications using Vonage.