Skip to content

Instantly share code, notes, and snippets.

@onlyanegg
Created January 24, 2017 23:49
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 onlyanegg/e8bf290f6d3cbcdde6e7837158d1dd54 to your computer and use it in GitHub Desktop.
Save onlyanegg/e8bf290f6d3cbcdde6e7837158d1dd54 to your computer and use it in GitHub Desktop.
output {
if [type] == "TomcatThread" {
if [TotalStuckThreads] and [TotalStuckThreads] >= 40 {
exec {
command => "sudo /usr/local/bin/rq restart tomcat"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment