diff --git a/check_openrc.conf b/check_openrc.conf new file mode 100644 index 0000000..c4827b4 --- /dev/null +++ b/check_openrc.conf @@ -0,0 +1,14 @@ +object CheckCommand "openrc" { + command = [ PluginDir + "/check_openrc.pl" ] + + arguments = { + "--stopped-critical" = { + set_if = "$openrc_stopped_critical$" + description = "Consider the presence of stopped services critical." + } + "--timeout" = { + value = "$openrc_timeout$" + description = "Seconds before plugin times out (default: 15)" + } + } +}