Skip to content

Instantly share code, notes, and snippets.

@mmizutani
Created July 23, 2019 12:40
Show Gist options
  • Save mmizutani/65185fc4d512a64d67a93e994dcb781d to your computer and use it in GitHub Desktop.
Save mmizutani/65185fc4d512a64d67a93e994dcb781d to your computer and use it in GitHub Desktop.
mackerel.yaml
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