Easy setup for Monitoring SAKURA Cloud with Prometheus on Docker-Compose.
In use : https://github.com/sacloud/sakuracloud_exporter
- Running Docker
- Running Docker-Compose
- Signup SAKURA Cloud
Access to https://secure.sakura.ad.jp/cloud/#!/apikey/top/ . Generate and copy for Token/Secret.
Clone for this repository.
cd WORKING_DIR
git clone https://github.com/TakumaNakagame/monitoring-prometheus-sakruacloud
cd monitoring-prometheus-sakruacloud
Paste the copied Token and Secret into docker-compose.yml
command:
- --token=[TOKEN_TEXT]
- --secret=[SECRET_TEXT]
Run containers with Prometheus and SAKURA Cloud Exporter.
docker-compose up -d
Connecting to Prometheus GUI.