Skip to content

Instantly share code, notes, and snippets.

@frank184
Last active June 4, 2016 16:26
Show Gist options
  • Save frank184/62f5e2ebabfbcf288a4d58e3b2ff5d67 to your computer and use it in GitHub Desktop.
Save frank184/62f5e2ebabfbcf288a4d58e3b2ff5d67 to your computer and use it in GitHub Desktop.
SBA Server Statuses Checks
#!/bin/bash
# ~/bin/sba_systems_check
systemctl status mysql --no-pager
systemctl status redis_6379 --no-pager
systemctl status elasticsearch --no-pager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment