Added service_check_rebootrequired.conf
This commit is contained in:
parent
5dbd1d4562
commit
14dd09cd14
1 changed files with 7 additions and 0 deletions
7
service_check_rebootrequired.conf
Normal file
7
service_check_rebootrequired.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
apply Service "reboot-required" {
|
||||
import "generic-service"
|
||||
|
||||
check_command = "reboot-required"
|
||||
|
||||
assign where host.vars.rebootrequired != null
|
||||
}
|
Loading…
Reference in a new issue