repo.or.cz
/
omd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
check_logfiles: 3.7.5.1
[omd.git]
/
packages
/
mk-livestatus
/
lq
blob
6e940409d3a4af4583ef397825bd7bfe0abd22c6
1
#!/bin/bash
2
# Send a Livestatusquery and output the result on stdout. Either
3
# specify the query on the command line or send it via standard input.
4
5
if
[
$#
-ge
1
]
6
then
7
echo -e
"$@"
8
else
9
cat
10
fi
| unixcat ~
/
tmp
/
run
/
live