Created
July 23, 2019 12:40
-
-
Save mmizutani/65185fc4d512a64d67a93e994dcb781d to your computer and use it in GitHub Desktop.
mackerel.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin: | |
metrics: | |
linux: | |
command: mackerel-plugin-linux | |
multicore: | |
command: mackerel-plugin-multicore | |
nginx: | |
command: mackerel-plugin-nginx -port=12345 | |
checks: | |
check-disk: | |
command: check-disk --warning=10 --critical=5 --path=/ | |
check-load: | |
command: check-load -w 4,3,2 -c 3,2,1 | |
check-http: | |
command: check-http -u http://localhost:8888/api/v1/ping/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment