|
@@ -54,7 +54,7 @@ then
|
|
|
then
|
|
|
echo "DEBUG: gwMTA is enabled in config, but no processes could be found."
|
|
|
fi
|
|
|
- echo "P \"GroupWise MTA\" status=0;;;1 GroupWise Mail Transfer Agemt process is not Running."
|
|
|
+ echo "P \"GroupWise MTA\" status=0;;;1 GroupWise Mail Transfer Agent process is not Running."
|
|
|
fi
|
|
|
else
|
|
|
echo "DEBUG: gwMTA is not enabled in config, skipping."
|
|
@@ -93,7 +93,7 @@ then
|
|
|
then
|
|
|
echo "DEBUG: gwPOA is enabled in config, but no processes could be found."
|
|
|
fi
|
|
|
- echo "P \"GroupWise POA\" status=0;;;1 GroupWise Post Office Agemt process is not Running."
|
|
|
+ echo "P \"GroupWise POA\" status=0;;;1 GroupWise Post Office Agent process is not Running."
|
|
|
fi
|
|
|
fi
|
|
|
|
|
@@ -126,7 +126,7 @@ then
|
|
|
then
|
|
|
echo "DEBUG: gwIA is enabled in config, but no processes could be found."
|
|
|
fi
|
|
|
- echo "P \"GroupWise GWIA\" status=0;;;1 GroupWise Internet Agemt process is not Running."
|
|
|
+ echo "P \"GroupWise GWIA\" status=0;;;1 GroupWise Internet Agent process is not Running."
|
|
|
fi
|
|
|
fi
|
|
|
|
|
@@ -156,4 +156,3 @@ else
|
|
|
echo "P \"GroupWise AdminService\" status=0;;;1 GroupWise AdminService process is not Running."
|
|
|
fi
|
|
|
|
|
|
-
|