mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
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
1fe24cd417
commit
70cbb5a624
@ -53,7 +53,7 @@ Returns the NotificationCommand object with the specified name, or `null` if no
|
|||||||
|
|
||||||
Signature:
|
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.
|
Returns the Host object with the specified name, or `null` if no such Host object exists.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user