A simple daemon to log and mail events of a Areca Raid Controller.
List of features (as i said, this is a small and simple tool ;-)):
- List all events
- Log new events to syslog
- Mail new events via sendmail
- fork into background
Get the current areca API arclib from ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/API or https://areca.starline.de/API/
g++ -static -I Arclib/include -o arcwatch arcwatch.cpp Arclib/linux/x86-64/release/arclib64.a -lpthread -Wall