mirror of https://github.com/Icinga/icinga2.git
Remove superfluous newlines.
This commit is contained in:
parent
a03d92532e
commit
22634c1c1a
|
@ -7,7 +7,6 @@ template Host "generic-host" {
|
||||||
}
|
}
|
||||||
|
|
||||||
template Host "linux-server" inherits "generic-host" {
|
template Host "linux-server" inherits "generic-host" {
|
||||||
|
|
||||||
groups = [ "linux-servers" ],
|
groups = [ "linux-servers" ],
|
||||||
|
|
||||||
services["ping4"] = {
|
services["ping4"] = {
|
||||||
|
@ -20,7 +19,6 @@ template Host "linux-server" inherits "generic-host" {
|
||||||
}
|
}
|
||||||
|
|
||||||
template Host "windows-server" inherits "generic-host" {
|
template Host "windows-server" inherits "generic-host" {
|
||||||
|
|
||||||
groups = [ "windows-servers" ],
|
groups = [ "windows-servers" ],
|
||||||
|
|
||||||
services["ping4"] = {
|
services["ping4"] = {
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* all services should inherit from this template.
|
* all services should inherit from this template.
|
||||||
*/
|
*/
|
||||||
template Service "generic-service" {
|
template Service "generic-service" {
|
||||||
|
|
||||||
max_check_attempts = 3,
|
max_check_attempts = 3,
|
||||||
check_interval = 5m,
|
check_interval = 5m,
|
||||||
retry_interval = 1m,
|
retry_interval = 1m,
|
||||||
|
|
Loading…
Reference in New Issue