# spong-servers. Typical use would be to setup Spong regions and feeding all
# regional status messages to a top level server.
-# $Id: data_sendmsg,v 1.2 2001/05/07 14:48:17 sljohnson Exp $
-
use Spong::Status "0.02";
# Register the routine with the plugin registry
my $SENDMSG_SERVERS = "spong-server-2.my-inc.com:10998 spong-top.my-inc.com";
-# These are list of hostname to send/not-send to other servers. There are
-# lists of perl regular expressions
+# These are lists of perl regular expressions to match hostnames to
+# send/not-send to other servers.
# List of hosts to send to other servers
my @SENDMSG_INC_HOSTS = ( '.*' );