Motd: Fix Xymond test
This commit is contained in:
parent
74df2cc330
commit
eb38ecbe6f
|
@ -152,7 +152,7 @@ if [ "$(command -v murmurd)" ]; then
|
||||||
fi
|
fi
|
||||||
### ]]]
|
### ]]]
|
||||||
### IF XYMONSERVER [[[
|
### IF XYMONSERVER [[[
|
||||||
if [ "$(command -v xymond)" ]; then
|
if [ -d "/var/lib/xymon/www" ]; then
|
||||||
MSG=$(process_info "xymond" '')
|
MSG=$(process_info "xymond" '')
|
||||||
MSG=$(service_info "1984" "${MSG}")
|
MSG=$(service_info "1984" "${MSG}")
|
||||||
printf '%b' "\\n${MSG}"
|
printf '%b' "\\n${MSG}"
|
||||||
|
|
Loading…
Reference in New Issue