mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Added the null-service template.
This commit is contained in:
parent
cf920cd0f2
commit
a8e584811f
@ -25,6 +25,12 @@ abstract object Service "itl-service" {
|
|||||||
servicegroups = { "all-services" }
|
servicegroups = { "all-services" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abstract object Service "null-service" inherits "itl-service" {
|
||||||
|
methods = {
|
||||||
|
check = "native::NullCheck"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
abstract object Service "plugin-service" inherits "itl-service" {
|
abstract object Service "plugin-service" inherits "itl-service" {
|
||||||
methods = {
|
methods = {
|
||||||
check = "native::PluginCheck"
|
check = "native::PluginCheck"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user