Created
February 10, 2015 06:19
-
-
Save DoriftoShoes/115eadf638df447ecd31 to your computer and use it in GitHub Desktop.
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
{ | |
"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