自宅のグローバルIPが変わるのを監視する の関連コード
refs
-
Local
- install tfenv
- [macOS] brew install tfenv
- install terraform
- [macOS] tfenv install 1.0.3 1
- install tfenv
-
Sign up https://mackerel.io/
- confirm API key
-
(Set up service metric posting.)
cd ${your_appropriate_directory}
git clone https://github.com/sogaoh/mackerel-practice.git
cd mackerel-practice/terraform-provider/monitor/service_metric
(vi terraform.tfvars) # set var.api_key, var.int_ip, var.service
(vi monitor-service_metric) # adjust parameters
terraform init
terraform plan
terraform apply
Footnotes
-
バージョン切り替え時は .terraform-version の記述を変更して terraform init し直す ↩