mirror of https://github.com/Icinga/icinga2.git
Fix typo
This commit is contained in:
parent
f5e14e28eb
commit
3db2031435
|
@ -287,7 +287,7 @@ with the [add-comment](12-icinga2-api.md#icinga2-api-actions-add-comment) API ac
|
|||
Example:
|
||||
|
||||
```
|
||||
object Comment "localhost!my-comment" {
|
||||
object Comment "my-comment" {
|
||||
host_name = "localhost"
|
||||
author = "icingaadmin"
|
||||
text = "This is a comment."
|
||||
|
|
Loading…
Reference in New Issue