Skip to content

Instantly share code, notes, and snippets.

@jakehilton
Created December 3, 2015 20:33
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 jakehilton/7ab342f5fe5312ea24da to your computer and use it in GitHub Desktop.
Save jakehilton/7ab342f5fe5312ea24da to your computer and use it in GitHub Desktop.
Salt state schedule
schedule:
log-loadavg:
function: cmd.run
seconds: 3660
args:
- 'logger -t salt < /proc/loadavg'
kwargs:
stateful: False
shell: /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment