Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This article provides information on Livestatus queries.

Status
colourGreenBlue
titleLAST TESTED ON CHECKMK 2.0.0P1Applicable to all Checkmk versions


Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

...

Code Block
languagebash
themeRDark
OMD[mysite]~# ssh -t root@host ''su -site' "lq 'GET hosts\nColumns: name'"


For TLS connection 

Code Block
languagebash
themeRDark
OMD[mysite]~# echo -e "GET hosts\nColumns: name\n"| openssl s_client -connect "ipaddress:port number" -ign_eof -quiet 

...