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_oracle_health: update to 1.9
[omd.git]
/
packages
/
check_mk
/
CHECK_MK.hook
blob
3c570c6015d73a196f06911c5ce9f2c48438e506
1
#!/bin/bash
2
3
case
"
$1
"
in
4
refresh
)
5
echo -n
"Updating precompiled host checks for Check_MK..."
6
check_mk
-C
&&
echo
OK ||
echo
Failed
7
;;
8
esac