Created
April 9, 2015 20:47
-
-
Save omgjlk/f7861c5c0a89ea02e7d2 to your computer and use it in GitHub Desktop.
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
| root@ds1399:~# bash -x /etc/sensu/plugins/check-raid.sh | |
| + lspci | |
| + grep RAID | |
| + grep -i 3ware | |
| + lspci | |
| + grep RAID | |
| + grep -i MegaRAID | |
| + [[ -e /etc/sensu/plugins/check-storcli.pl ]] | |
| + [[ -e /usr/sbin/storcli64 ]] | |
| + sudo /etc/sensu/plugins/check-storcli.pl -b /usr/sbin/storcli64 | |
| sudo: /etc/sensu/plugins/check-storcli.pl: command not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment