...
Liefert den aktuellen Status aller oder eines Hosts.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method": "livestatus.host.read", "params": { "apikey": "24174j3tqj", "livestatus_instance_name": "myMoniHost" }, "id": 1, "version": "2.0" } |
Parameter
Parameter | Typ | Version | hostname (optional)Beschreibung | |
---|---|---|---|---|
livestatus_instance_name | string | ab Version 1.0 | livestatus_instance_nameName der Livestatus-Instanz | |
hostname (optional) | string | ab Version 1.0 | Optional: Name des Hosts |
Rückgabewert
Host-Objekt oder Array von Hostobjekten
...
Liefert den aktuellen Status aller oder eines Hosts.
Beispielaufruf
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "method": "livestatus.host.status", "params": { "apikey": "24174j3tqj", "livestatus_instance_name": "myMoniHost", "status_identifier": "myMoniHost_Server1" }, "id": 1, "version": "2.0" } |
Parameter
Parameter | Typ | Version | Beschreibung |
---|---|---|---|
livestatus_instance_name | string | ab Version 1.0 | Name der Livestatus-Instanz |
status_identifier | string | ab Version 1.0 | Identifier des Hosts. Dieser setzt sich aus Instanz-Name und Hostname zusammen. Beispielsweise: myMoniHost_Server1 |
Rückgabewert
Host-Objekt oder Array von Hostobjekten
...