Nagios: Festplatten Raid überwachen
Hat man unter Linux ein Software RAID 1 installiert und auch NAGIOS installiert kann man das RAID System recht einfach überwachen. Wie immer zuerst der checkcommand.cfg Eintrag und dann der Service
define command{
command_name check_raid
command_line /usr/lib/nagios/plugins/check_linux_raid
}
define service{
use your-service-template
host_name your-host
service_description RAID
notification_options n
check_command check_raid
}