summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/hobbit_notify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xymon/hobbit_notify.sh')
-rw-r--r--abs/core/xymon/hobbit_notify.sh14
1 files changed, 9 insertions, 5 deletions
diff --git a/abs/core/xymon/hobbit_notify.sh b/abs/core/xymon/hobbit_notify.sh
index 9028fb0..39e4d43 100644
--- a/abs/core/xymon/hobbit_notify.sh
+++ b/abs/core/xymon/hobbit_notify.sh
@@ -66,19 +66,23 @@ case x$BBSVCNAME in
yellow )
msg_func_out "A disk on $BBHOSTNAME is almost full"
;;
- esac
- ;;
+ esac
+ ;;
+
+ xmemory)
+ #do nothing for memory
+ ;;
- xfunc)
+ xfunc)
if [ "x$hostname" = "x$BBHOSTNAME" ]
then
- msg_local_out "System can not communicate with itself (func) |alert"
+ msg_local_out "System can not communicate with itself (func)|alert"
else
msg_func_out "$hostname can not communicate with $BBHOSTNAME (func)|alert"
fi
;;
- *)
+ *)
#catch all for everything else
msg_func_out "Condition $BBCOLORLEVEL $BBSVCNAME on $BBHOSTNAME\nSee the system health webpage.|alert"
;;