Hy,
I have configured this service
define service{
use local-service ; Name of service template to use
host_name localhost
service_description Current RAID Status
check_command check_raid
}
and under /usr/lib/nagios/plugins/ I have check_linux_raid.pl but I receive this error Return code of 127 is out of bounds - plugin may be missing.
The file have same permission like a script check_load which I use correctly.
Do you have idea to resolve? Thank you