Added service_check_rebootrequired.conf

This commit is contained in:
Jonny007-MKD 2020-02-09 20:53:18 +01:00
parent 5dbd1d4562
commit 14dd09cd14
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apply Service "reboot-required" {
import "generic-service"
check_command = "reboot-required"
assign where host.vars.rebootrequired != null
}