#
# History:
# (1) Created (Ed Hill Apr 28, 1997)
+#
+# $Id: spong-ack.pl,v 1.5 2000/10/16 15:34:32 sljohnson Exp $
use Sys::Hostname;
use Socket;
#
# History:
# (1) Created (Ed Hill, 06/17/1998)
+#
+# $Id: spong-cleanup.pl,v 1.6 2000/10/16 15:34:32 sljohnson Exp $
use POSIX;
use Socket;
#
# History:
# (1) Ported bb-local.sh script to perl. (Ed Hill Feb 26, 1997)
+#
+# $Id: spong-client.pl,v 1.17 2000/10/16 15:34:32 sljohnson Exp $
use lib '@@LIBDIR@@';
# (1) Created (Ed Hill Mar 14, 1997)
# (2) Added rules based paging (Stephen Johnson Nov 14, 1998)
# (3) Added checks against Acks and downtime (Stephen Johnson Mar 17, 1999)
+#
+# $Id: spong-message.pl,v 1.15 2000/10/16 15:34:32 sljohnson Exp $
use lib "@@LIBDIR@@";
# (1) Ported bb-network.sh script to perl. (Ed Hill Feb 27, 1997)
# (2) Converted checks to new plugin mechanism (Stephen Johnson May 28, 1999)
# Added user-configurable escalation mechanism
+#
+# $Id: spong-network.pl,v 1.24 2000/10/16 15:34:32 sljohnson Exp $
use Carp;
use lib "@@LIBDIR@@";
# This program can be used to send Status update messages to the Spong Server
# from shell scripts or other external programs.
#
+# $Id: spong-status.pl,v 1.7 2000/10/16 15:34:32 sljohnson Exp $
use POSIX;
use Getopt::Long;
# History:
# (1) Created (Ed Hill, 05-05-1997)
# (2) Turned into client that makes queries to the spong server (Ed 07-27-1997)
+#
+# $Id: spong.pl,v 1.6 2000/10/16 15:34:32 sljohnson Exp $
use POSIX;
use Socket;
#
# History
# (1) Created, pulled out of www-spong program (Ed 07-28-97)
+#
+# $Id: www-spong-ack.pl,v 1.7 2000/10/16 15:34:32 sljohnson Exp $
use CGI;
use Sys::Hostname;
# (2) Re-did in a more generic and OO way (Ed Hill, May 9, 1997)
# (3) Re-did as a client which gets info from the spong-server (07/24/1997)
# (4) Did a whole bunch of stuff (Ed Hill, 06/18/1998)
+#
+# $Id: www-spong.pl,v 1.17 2000/10/16 15:34:32 sljohnson Exp $
use Sys::Hostname;
use Getopt::Long;