@@ -75,7 +75,6 @@ then
gwIAProcess=$(ps -ef | grep "gwia" | grep -v grep | awk '{print $2}')
if [ ! -z "$gwIAProcess" ]
then
-# echo "P \"Groupwise GWIA\" status=1;;;1 GroupWise Internet Agent process is running with PID: $gwIAProcess"
gwIAListener=$(ss -lpn | grep $gwIAProcess |awk '{print $5}' | grep -E '^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | sort -u | sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g')
if [ ! -z "$gwIAListener" ]