mirror of https://github.com/Icinga/icinga2.git
Fix typo in documentation: Library reference get_host
fixes #8763 Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
This commit is contained in:
parent
a15740cd41
commit
8867618d19
|
@ -52,7 +52,7 @@ Returns the NotificationCommand object with the specified name, or `null` if no
|
|||
|
||||
Signature:
|
||||
|
||||
function get_notification_command(name);
|
||||
function get_host(host_name);
|
||||
|
||||
Returns the Host object with the specified name, or `null` if no such Host object exists.
|
||||
|
||||
|
|
Loading…
Reference in New Issue