Added the null-service template.

This commit is contained in:
Gunnar Beutner 2013-02-11 23:19:33 +01:00
parent cf920cd0f2
commit a8e584811f
1 changed files with 6 additions and 0 deletions

View File

@ -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"