...
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 | Beschreibung |
---|---|---|---|
livestatus_instance_name | string | ab Version 1.0 | Name der Livestatus-Instanz |
hostname | string | ab Version 1.0 | Optional: Name des Hosts |
...
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 |
...