Skip to content

Instantly share code, notes, and snippets.

@retr0h
Created March 28, 2012 04:03
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 retr0h/2223507 to your computer and use it in GitHub Desktop.
Save retr0h/2223507 to your computer and use it in GitHub Desktop.
Collect Stats
#!/usr/bin/env sh
MEGACLI=/opt/MegaRAID/MegaCli/MegaCli64
echo "#####"
hostname
echo "- LDInfo"
${MEGACLI} -LDInfo -LAll -aAll
echo "- GetBbuStatus"
${MEGACLI} -AdpBbuCmd -GetBbuStatus -a0
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment