mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
Documentation typo fixes
This commit is contained in:
parent
b9aea20bab
commit
3fd4748e01
@ -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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user