Motd: Monitor mumble/murmurd process
This commit is contained in:
parent
e99b7ba60a
commit
91ff024b8a
|
@ -107,7 +107,7 @@ if [ "$(command -v ethercalc)" ]; then
|
||||||
printf '%b' "\\n${MSG}"
|
printf '%b' "\\n${MSG}"
|
||||||
fi
|
fi
|
||||||
### ]]]
|
### ]]]
|
||||||
### IF [[[
|
### IF GITEA [[[
|
||||||
if [ "$(command -v gitea)" ]; then
|
if [ "$(command -v gitea)" ]; then
|
||||||
MSG=$(process_info "gitea" '')
|
MSG=$(process_info "gitea" '')
|
||||||
MSG=$(service_info "3000" "${MSG}")
|
MSG=$(service_info "3000" "${MSG}")
|
||||||
|
@ -137,6 +137,13 @@ if [ -d "/var/lib/jenkins" ]; then
|
||||||
printf '%b' "\\n${MSG}"
|
printf '%b' "\\n${MSG}"
|
||||||
fi
|
fi
|
||||||
### ]]]
|
### ]]]
|
||||||
|
### IF MUMBLE [[[
|
||||||
|
if [ "$(command -v murmurd)" ]; then
|
||||||
|
MSG=$(process_info "murmurd" '')
|
||||||
|
MSG=$(service_info "64738" "${MSG}")
|
||||||
|
printf '%b' "\\n${MSG}"
|
||||||
|
fi
|
||||||
|
### ]]]
|
||||||
### IF XYMONSERVER [[[
|
### IF XYMONSERVER [[[
|
||||||
if [ "$(command -v xymond)" ]; then
|
if [ "$(command -v xymond)" ]; then
|
||||||
MSG=$(process_info "xymond" '')
|
MSG=$(process_info "xymond" '')
|
||||||
|
|
Loading…
Reference in New Issue