Added command_check_rebootrequired.conf

This commit is contained in:
Jonny007-MKD 2020-02-09 20:52:13 +01:00
parent f9e5282f8e
commit 5dbd1d4562
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
object CheckCommand "reboot-required" {
import "plugin-check-command"
command = [ PluginDir + "/check_rebootrequired.sh/check_rebootrequired.sh" ]
arguments = {
}
}