diff --git a/command_check_rebootrequired.conf b/command_check_rebootrequired.conf new file mode 100644 index 0000000..ed32eb1 --- /dev/null +++ b/command_check_rebootrequired.conf @@ -0,0 +1,8 @@ +object CheckCommand "reboot-required" { + import "plugin-check-command" + + command = [ PluginDir + "/check_rebootrequired.sh/check_rebootrequired.sh" ] + + arguments = { + } +}