Last active
June 9, 2020 13:48
-
-
Save robshep/470e99588be0ad8b287f1b6d57db824a to your computer and use it in GitHub Desktop.
Dump disk and mem to syslog
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
*/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