If you don't want to use the savegrp notification, you can just write a little batch script... Try something like this:
echo show name > c:\winnt\file.tmp
echo show status >> c:\winnt\file.tmp
echo print type:nsr group;name:nt_376_0400 >> c:\winnt\file.tmp
c:\win32app\nsr\bin\nsradmin -s gsun376 -i c:\winnt\file.tmp
You can also pipe the result to a file, and mail that as well..
Is this the information you're looking for?
Good luck!
-ag100