mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-07 20:25:08 +02:00
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" {
|
||||
|
||||
groups = [ "linux-servers" ],
|
||||
|
||||
services["ping4"] = {
|
||||
@ -20,7 +19,6 @@ template Host "linux-server" inherits "generic-host" {
|
||||
}
|
||||
|
||||
template Host "windows-server" inherits "generic-host" {
|
||||
|
||||
groups = [ "windows-servers" ],
|
||||
|
||||
services["ping4"] = {
|
||||
|
@ -3,7 +3,6 @@
|
||||
* all services should inherit from this template.
|
||||
*/
|
||||
template Service "generic-service" {
|
||||
|
||||
max_check_attempts = 3,
|
||||
check_interval = 5m,
|
||||
retry_interval = 1m,
|
||||
|
Loading…
x
Reference in New Issue
Block a user