Lost Checkgroup parameters Linux Softraid

Hello everybody,

i try to set some parameters for Software Raid.
But Check_MK can´t find the rulesets for “checkgroup_parameters:raid”.
Error-Message:
“The ruleset “checkgroup_parameters:raid” does not exist.”

My Version Checkmk 1.6.0p6
Check-Name example: MD Softraid md10

in version 5 it still worked, only after the upgrade to version 6 no longer.
Is there any trick to fix that?

Thank u very much.

Best regards

Marcel

Hi,
you need to identity the rule in ~/etc/check_mk/conf.d/wato/… remove the entries bases on the wrong check_group and recreate the rule with new group via wato.

Regards, Christian

Hi Christian,

thanks for your solution, but there isn´t any rule :frowning:

OMD[renamed]:~/etc/check_mk/conf.d/wato$ grep -r checkgroup_parameters * | awk ‘{print $3}’

[
checkgroup_parameters[‘memory_linux’]

[
checkgroup_parameters[‘temperature’]

[
checkgroup_parameters[‘memory_linux’]

[
checkgroup_parameters[‘oracle_instance’]

[
checkgroup_parameters[‘oracle_sessions’]

[
checkgroup_parameters[‘printer_supply’]

[
checkgroup_parameters[‘fail2ban’]

[
checkgroup_parameters[‘ntp_time’]

[
checkgroup_parameters[‘sslcertificates’]

[
checkgroup_parameters[‘apache_status’]
OMD[renamedl]:~/etc/check_mk/conf.d/wato$ grep -r raid *
OMD[renamed]:~/etc/check_mk/conf.d/wato$

If you look at check plugin and search Linux softraid devices you see that there are no parameters for this check.