Opened 15 years ago
Closed 7 years ago
#67 closed task (fixed)
dit mylex dac960 hardware raid monitoring script toevoegen
Reported by: | rick | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Syn-3 package | Keywords: | |
Cc: |
Description
#!/bin/bash if [ -f /proc/rd/status ]; then STATUS=cat /proc/rd/status if [ "$STATUS" != "OK" ]; then syn3-state mylexraid ALERT "Mylex raid controller reports degraded state!" else syn3-state mylexraid OK "Mylex raid controller is online" fi fi
Note: See
TracTickets for help on using
tickets.