Danilo Godec
Danilo Godec
Just found out that adding --plugin-option=hpacucli-target=slot=0 helps, so that exit state is now CRITICAL. Shouldn't exit state be CRITICAL whenever at least one array is found to be failed?
``` # /usr/bin/lsscsi -g [0:0:0:0] storage HP P410i 6.60 - /dev/sg0 [0:0:0:1] disk HP LOGICAL VOLUME 6.60 /dev/sda /dev/sg1 ``` ``` # >&2 /usr/sbin/cciss_vol_status -v cciss_vol_status version 1.09 ``` The...
``` # /usr/sbin/cciss_vol_status -v cciss_vol_status version 1.10 #./check_raid.pl -d usage: sudo -h | -K | -k | -L | -V usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user...
I think a failed spare drive is just as 'critical' as any other, so it should be reflected in the state.
I think the proposed solution needs a few improvements. 1. You still need to grep 'CREATE|MODIFY|MOVED_FROM|MOVED_TO' from inotify log, otherwise the file list will contain stuff like: ``` Setting up...
Often servers have different paths like/opt, /home, /srv etc. mounted as separate (yet local) filesystems and one would want to backup all of them. That easiest way is by specifying...
I'll just add a 'me too'...