Skip to content

Instantly share code, notes, and snippets.

@a-know
Created December 26, 2017 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-know/0cb432aa8b48f21c1548ce50e4d91a39 to your computer and use it in GitHub Desktop.
Save a-know/0cb432aa8b48f21c1548ce50e4d91a39 to your computer and use it in GitHub Desktop.
check-plugins.conf for yukizuri.moshimo.works
[plugin.checks.supervisord-procs]
command = "check-procs --pattern=supervisord"
[plugin.checks.nginx-procs]
command = "check-procs --pattern=nginx"
[plugin.checks.fluentd-procs]
command = "check-procs --pattern=fluentd"
[plugin.checks.app-procs]
command = "check-procs --pattern=yukizuri.bin"
[plugin.checks.uptime]
command = "check-uptime --warning-under=600 --critical-under=120"
[plugin.checks.ntpoffset]
command = "check-ntpoffset -w=50 -c=100"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment