@@ -1,5 +1,14 @@
#!/bin/bash
+mongostart=`stat -c %Z /proc/1`
+curtime=`date +%s`
+if [[ $(($mongostart-$curtime)) -le "180" ]]; then
+ echo "0"
+ exit 0
+fi
+
if [[ -n $1 ]]; then
myhost=$1
else