Skip to content

Instantly share code, notes, and snippets.

@DoriftoShoes
Created February 10, 2015 06:19
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 DoriftoShoes/115eadf638df447ecd31 to your computer and use it in GitHub Desktop.
Save DoriftoShoes/115eadf638df447ecd31 to your computer and use it in GitHub Desktop.
{
"description": "Touches a file on a 15 minute interval",
"enabled": true,
"trigger": {
"type": "core.st2.IntervalTimer",
"parameters": {
"unit": "minutes",
"delta": 15
},
"pack": "core"
},
"criteria": {},
"action": {
"ref": "linux.file_touch",
"parameters": {
"hosts": "localhost",
"file": "/opt/stackstorm/.st2health"
}
},
"name": "st2_health_check"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment