Update documentation for resources and instances

I've just only renamed the identity_key to the private_key thats it

refs #7595
This commit is contained in:
Alexander Fuhr 2015-05-28 14:15:01 +02:00
parent 49589128ef
commit f3a37e9575
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ Directive | Description
--------------------|------------
**type** | `ssh`
**user** | The username to use when connecting to the server.
**identity_key** | The path to the private key of the user.
**private_key** | The path to the private key of the user.
**Example:**
@ -81,7 +81,7 @@ Directive | Description
[ssh]
type = "ssh"
user = "ssh-user"
identity_key = "/etc/icingaweb2/ssh/ssh-user"
private_key = "/etc/icingaweb2/ssh/ssh-user"
````
### <a id="resources-configuration-livestatus"></a> Livestatus

View File

@ -48,7 +48,7 @@ And the associated ssh resource:
[ssh]
type = "ssh"
user = "ssh-user"
identity_key = "/etc/icingaweb2/ssh/ssh-user"
private_key = "/etc/icingaweb2/ssh/ssh-user"