Documentation typo fixes

This commit is contained in:
Bernd Arnold 2017-03-19 20:37:06 +01:00 committed by Thomas Gelf
parent b9aea20bab
commit 3fd4748e01
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Refer to [Working with fields](14-Fields-example-interfaces-array.md) section to
You also need to define a `tcp_port` data field of type `String`, we will associate it to a You also need to define a `tcp_port` data field of type `String`, we will associate it to a
`Service Template` later. `Service Template` later.
Then, please got to the `Dashboard` and choose the `Monitored services` dashlet: Then, please go to the `Dashboard` and choose the `Monitored services` dashlet:
![Dashboard - Monitored services](screenshot/director/15_apply-for-services/151_monitored_services.png) ![Dashboard - Monitored services](screenshot/director/15_apply-for-services/151_monitored_services.png)

View File

@ -157,8 +157,8 @@ icingacli director host set localhost --json '{ "address": "127.0.0.2" }'
``` ```
This command will fail in case the specified object does not exist. This is This command will fail in case the specified object does not exist. This is
when the `--auto-create` parameter comes in handy. Command output will thell when the `--auto-create` parameter comes in handy. Command output will tell
you whether an object has either be created or (not) modified. you whether an object has either been created or (not) modified.
With `set` you only set the specified properties and do not touch the other With `set` you only set the specified properties and do not touch the other
ones. You could also want to completely override an object, purging all other ones. You could also want to completely override an object, purging all other
@ -192,7 +192,7 @@ in JSON format.
### Clone an existing object ### Clone an existing object
Use this command to clone a specific object Use this command to clone a specific object.
#### Usage #### Usage

View File

@ -467,7 +467,7 @@ Content-Type: application/json
Ok, no way. So let's use the correct method: Ok, no way. So let's use the correct method:
DELETE 'director/host?name=apitest DELETE director/host?name=apitest
``` ```
HTTP/1.1 200 OK HTTP/1.1 200 OK