Skip to content

Instantly share code, notes, and snippets.

@robshep
Last active June 9, 2020 13:48
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 robshep/470e99588be0ad8b287f1b6d57db824a to your computer and use it in GitHub Desktop.
Save robshep/470e99588be0ad8b287f1b6d57db824a to your computer and use it in GitHub Desktop.
Dump disk and mem to syslog
*/10 * * * * admin (echo "========= Disk ==========="; df -h; echo "========== Mem ==========="; free -h) | logger -t SYS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment