...
Status | ||||
---|---|---|---|---|
|
Table of Contents |
---|
Livestatus queries over network
For SSH connection
Code Block | ||||
---|---|---|---|---|
| ||||
OMD[mysite]~# ssh -t root@host ''su -site' "lq 'GET hosts\nColumns: name'" |
...
Code Block | ||
---|---|---|
| ||
OMD[mysite]~# echo -e "GET hosts\nColumns: name\n" | nc -q1 127.0.0.1 6999 OMD[mysite]~# telnet 127.0.0.1 6999 |
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...