Merge pull request #5790 from tkoeck/master

Documentation fixes
This commit is contained in:
Gunnar Beutner 2017-11-27 10:30:32 +01:00 committed by GitHub
commit a1e8461e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ and API usage specifying the certificate files used for ssl
authorization and additional restrictions.
This configuration object is available as [api feature](11-cli-commands.md#cli-command-feature).
The `NodeName` constant must be defined in [constants.conf](04-configuring-icinga-2.md#constants-conf).
The `TicketSalt` constant must be defined in [constants.conf](04-configuring-icinga-2.md#constants-conf).
Example:
@ -446,7 +446,7 @@ You can create downtimes with the [schedule-downtime](12-icinga2-api.md#icinga2-
Example:
```
object Downtime "localhost!my-downtime" {
object Downtime "my-downtime" {
host_name = "localhost"
author = "icingaadmin"
comment = "This is a downtime."