On Thursday May 16, danci@agenda.si wrote:
Hi!
I'm trying out mdadm on a new system I'm building and it seems fine so
far. However, right now I'm tryoung the '--monitor' feature and
unfortunately it seems to do nothing...
...
[root]# cat /usr/local/sbin/raidalert:
#!/bin/bash
#
#
logger -p kern.crit -t RAID
Try
logger -p kern.crit -t RAID $*
the program doesn't get anything on stdin. I just gets 2 or three
command-line arguments.
NeilBrown