From 5dbd1d456221eb8496a58b67a32394b66ab8336d Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Sun, 9 Feb 2020 20:52:13 +0100 Subject: [PATCH] Added command_check_rebootrequired.conf --- command_check_rebootrequired.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 command_check_rebootrequired.conf 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 = { + } +}