Opened 15 years ago

Closed 6 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

Change History (1)

comment:1 Changed 6 years ago by Edwin Eefting

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.