]> git.etc.gen.nz Git - spong.git/log
spong.git
24 years agoUpdates with latest changes.
Stephen L Johnson [Wed, 9 Feb 2000 19:50:56 +0000 (19:50 +0000)]
Updates with latest changes.

24 years agoupdated latest changes
Stephen L Johnson [Tue, 8 Feb 2000 19:10:14 +0000 (19:10 +0000)]
updated latest changes

24 years agoincremented version number
Stephen L Johnson [Tue, 8 Feb 2000 19:09:48 +0000 (19:09 +0000)]
incremented version number

24 years agoadded program to repository
Stephen L Johnson [Tue, 8 Feb 2000 19:05:03 +0000 (19:05 +0000)]
added program to repository

24 years agoadded time-to-live paramter to status() method
Stephen L Johnson [Tue, 8 Feb 2000 19:04:32 +0000 (19:04 +0000)]
added time-to-live paramter to status() method

24 years agoadded optional time-to-live parameter to spong client<=>server protocol
Stephen L Johnson [Tue, 8 Feb 2000 19:03:33 +0000 (19:03 +0000)]
added optional time-to-live parameter to spong client<=>server protocol
(cmd host service color time[:ttl] summary)

24 years agoupdated todo list.
Stephen L Johnson [Mon, 7 Feb 2000 04:48:23 +0000 (04:48 +0000)]
updated todo list.

24 years agoadded fix in new() method for Perl's that have readdir() implemenatations that misbeh...
Stephen L Johnson [Mon, 7 Feb 2000 04:48:03 +0000 (04:48 +0000)]
added fix in new() method for Perl's that have readdir() implemenatations that misbehave. It is activation by adding $SERVICELISTFIX = 1 into spong.conf.

24 years agoadded new $WWW_TITLE_COLOR, $WWW_CELL_COLOR, and $HTTPURLS configuration variables
Stephen L Johnson [Mon, 7 Feb 2000 04:46:46 +0000 (04:46 +0000)]
added new $WWW_TITLE_COLOR, $WWW_CELL_COLOR, and $HTTPURLS configuration variables

24 years agoupdated upgrade() to not install cgi program as .cgi
Stephen L Johnson [Mon, 7 Feb 2000 04:45:35 +0000 (04:45 +0000)]
updated upgrade() to not install cgi program as .cgi

24 years agoadding file to repository. Provides support for Host Group Summary display
Stephen L Johnson [Mon, 7 Feb 2000 03:24:12 +0000 (03:24 +0000)]
adding file to repository. Provides support for Host Group Summary display

24 years agoadded support for HostList Summary display using command overview
Stephen L Johnson [Mon, 7 Feb 2000 03:23:11 +0000 (03:23 +0000)]
added support for HostList Summary display using command overview

24 years agoadded services_color() to return status color for HostList
Stephen L Johnson [Mon, 7 Feb 2000 03:12:20 +0000 (03:12 +0000)]
added services_color() to return status color for HostList

24 years agoadded "quit" command to check for proper connection termination
Stephen L Johnson [Mon, 7 Feb 2000 03:07:31 +0000 (03:07 +0000)]
added "quit" command to check for proper connection termination

24 years agoexpanded check to HTTP 1.1 for multiple virtual web servers and different ports
Stephen L Johnson [Mon, 7 Feb 2000 03:05:37 +0000 (03:05 +0000)]
expanded check to HTTP 1.1 for multiple virtual web servers and different ports

24 years agochange print line in debug() method to print to STDERR instead of STDOUT.
Stephen L Johnson [Sun, 30 Jan 2000 08:03:49 +0000 (08:03 +0000)]
change print line in debug() method to print to STDERR instead of STDOUT.

24 years agoFixed problem with np_file remove logic. They should only be deleted if
Stephen L Johnson [Sun, 30 Jan 2000 08:01:40 +0000 (08:01 +0000)]
Fixed problem with np_file remove logic. They should only be deleted if
$SEND_MESSAGE is 'RED' because spong-message is not called.

24 years agospong-client.pid was being deleted instead of spong-network.pid if --nosleep
Stephen L Johnson [Sun, 30 Jan 2000 07:58:28 +0000 (07:58 +0000)]
spong-client.pid was being deleted instead of spong-network.pid if --nosleep
was specified.

24 years agoAdded new options for new logging features.
Stephen L Johnson [Mon, 24 Jan 2000 07:17:14 +0000 (07:17 +0000)]
Added new options for new logging features.

24 years agoInitial versions added to repository.
Stephen L Johnson [Mon, 24 Jan 2000 07:11:12 +0000 (07:11 +0000)]
Initial versions added to repository.

24 years agoSwitch to using Getopt::Long for parameter parsing.
Stephen L Johnson [Mon, 24 Jan 2000 07:09:43 +0000 (07:09 +0000)]
Switch to using Getopt::Long for parameter parsing.
Changed logging and debugging to use Spong::Log module.

24 years agoUpdated latest changes
Stephen L Johnson [Mon, 24 Jan 2000 07:05:50 +0000 (07:05 +0000)]
Updated latest changes

24 years agoFixed bug in services() and servicE_objects() returning undef instead of a
Stephen L Johnson [Mon, 24 Jan 2000 05:56:41 +0000 (05:56 +0000)]
Fixed bug in services() and servicE_objects() returning undef instead of a
null list (i.e. return (); ) if $self->services was undefined.

24 years agoAdded thanks for Scott Hebert for his help.
Stephen L Johnson [Mon, 24 Jan 2000 04:28:33 +0000 (04:28 +0000)]
Added thanks for Scott Hebert for his help.

25 years agonotification bug for simple contacts fixed.
Stephen L Johnson [Thu, 6 Jan 2000 22:30:14 +0000 (22:30 +0000)]
notification bug for simple contacts fixed.

25 years agodebug output level was added to &debug() calls.
Stephen L Johnson [Thu, 6 Jan 2000 22:29:39 +0000 (22:29 +0000)]
debug output level was added to &debug() calls.

25 years agoUpdate changes.
Stephen L Johnson [Thu, 6 Jan 2000 22:28:16 +0000 (22:28 +0000)]
Update changes.

25 years agoChanged &debug() function to allow the level of debugging output to be
Stephen L Johnson [Thu, 6 Jan 2000 22:15:53 +0000 (22:15 +0000)]
Changed &debug() function to allow the level of debugging output to be
selected via the --debug parameter.
Debug levels have been added individual &debug calls.
&load_data_funcs call moved to after signal handling to prvent unnecessary
loads.

25 years agoUpdated to TODO list.
Stephen L Johnson [Wed, 5 Jan 2000 15:27:02 +0000 (15:27 +0000)]
Updated to TODO list.

25 years agoChanged child process management to make it easier to scale. Update processes
Stephen L Johnson [Wed, 5 Jan 2000 15:26:33 +0000 (15:26 +0000)]
Changed child process management to make it easier to scale. Update processes
can now be selectively enabled.

25 years agoFile is no longer needed.
Stephen L Johnson [Wed, 5 Jan 2000 15:25:21 +0000 (15:25 +0000)]
File is no longer needed.

25 years agoName spelling correction
Stephen L Johnson [Wed, 5 Jan 2000 02:09:15 +0000 (02:09 +0000)]
Name spelling correction

25 years agoFixed Ack URL problem in add_action_bar() with host and service not being added
Stephen L Johnson [Wed, 29 Dec 1999 20:17:09 +0000 (20:17 +0000)]
Fixed Ack URL problem in add_action_bar() with host and service not being added
to the HREF.

25 years agoUpdated for lastest changes.
Stephen L Johnson [Wed, 29 Dec 1999 04:30:26 +0000 (04:30 +0000)]
Updated for lastest changes.

25 years agoAdded code to display Status History entries using histservice command.
Stephen L Johnson [Wed, 29 Dec 1999 04:30:02 +0000 (04:30 +0000)]
Added code to display Status History entries using histservice command.

25 years agoAdded $STATUS_HISTORY field and comments for Status History feature.
Stephen L Johnson [Wed, 29 Dec 1999 04:29:11 +0000 (04:29 +0000)]
Added $STATUS_HISTORY field and comments for Status History feature.

25 years agoUpdated documentation for Status History feature.
Stephen L Johnson [Wed, 29 Dec 1999 04:28:22 +0000 (04:28 +0000)]
Updated documentation for Status History feature.

25 years agoNew class added. Inherits from Service.pm class.
Stephen L Johnson [Wed, 29 Dec 1999 04:19:34 +0000 (04:19 +0000)]
New class added. Inherits from Service.pm class.

25 years agoSupport added for HistoryService field in class. display_html() modified to
Stephen L Johnson [Wed, 29 Dec 1999 04:18:36 +0000 (04:18 +0000)]
Support added for HistoryService field in class.  display_html() modified to
add HREF to display HistoryService for History instance.

25 years agoRecoded functions to allow proper inheritance of the class.
Stephen L Johnson [Wed, 29 Dec 1999 04:13:25 +0000 (04:13 +0000)]
Recoded functions to allow proper inheritance of the class.

25 years agoUpdated TODO list.
Stephen L Johnson [Tue, 28 Dec 1999 20:36:24 +0000 (20:36 +0000)]
Updated TODO list.

25 years agoAdded status summary field to status icon image alt field.
Stephen L Johnson [Tue, 28 Dec 1999 20:36:09 +0000 (20:36 +0000)]
Added status summary field to status icon image alt field.

25 years agoGeneral bug fixed and minor functional changes.
Stephen L Johnson [Tue, 28 Dec 1999 20:35:35 +0000 (20:35 +0000)]
General bug fixed and minor functional changes.

25 years agoUpdating with new features.
Stephen L Johnson [Tue, 28 Dec 1999 20:34:50 +0000 (20:34 +0000)]
Updating with new features.

25 years agoDocumentation updates. spong-2_6-beta8
Stephen L Johnson [Thu, 16 Dec 1999 07:34:37 +0000 (07:34 +0000)]
Documentation updates.

25 years agoNew spong-server module template document.
Stephen L Johnson [Thu, 16 Dec 1999 06:36:41 +0000 (06:36 +0000)]
New spong-server module template document.

25 years agoDocumentation update on spong-server data modules.
Stephen L Johnson [Thu, 16 Dec 1999 06:35:43 +0000 (06:35 +0000)]
Documentation update on spong-server data modules.

25 years agoAdded server status plugin mechanism to allow outside access to data.
Stephen L Johnson [Wed, 15 Dec 1999 21:09:39 +0000 (21:09 +0000)]
Added server status plugin mechanism to allow outside access to data.
Added fix in message_user() to remove old np-xxx files when a service changes
status.

25 years agoAdded new spong-server plugins to contrib/ directory.
Stephen L Johnson [Wed, 15 Dec 1999 21:06:19 +0000 (21:06 +0000)]
Added new spong-server plugins to contrib/ directory.

25 years agoUpdated CHANGE log file
Stephen L Johnson [Wed, 15 Dec 1999 21:04:56 +0000 (21:04 +0000)]
Updated CHANGE log file

25 years agoAdded missing 'use Time::Local;' statement for timelocal() function.
Stephen L Johnson [Tue, 7 Dec 1999 16:04:25 +0000 (16:04 +0000)]
Added missing 'use Time::Local;' statement for timelocal() function.

25 years agoUpdated documentation file.
Stephen L Johnson [Tue, 7 Dec 1999 07:50:16 +0000 (07:50 +0000)]
Updated documentation file.

25 years agoReadded the file because of error.
cvs [Tue, 7 Dec 1999 07:29:37 +0000 (07:29 +0000)]
Readded the file because of error.

25 years agoUpdate file with latest changed.
cvs [Tue, 7 Dec 1999 07:28:31 +0000 (07:28 +0000)]
Update file with latest changed.

25 years agoRemove &status function. Replace it with Spong::Status module.
cvs [Tue, 7 Dec 1999 07:24:14 +0000 (07:24 +0000)]
Remove &status function. Replace it with Spong::Status module.

25 years agoAdded host_groups and exclude_host_groups to rules matching. Integrated
cvs [Tue, 7 Dec 1999 07:23:27 +0000 (07:23 +0000)]
Added host_groups and exclude_host_groups to rules matching. Integrated
host_groups into host matching. They are now either or...

25 years agoRemoved &status function. Replaced it with Spong::Status module.
cvs [Tue, 7 Dec 1999 07:22:01 +0000 (07:22 +0000)]
Removed &status function. Replaced it with Spong::Status module.

25 years agoMoved user configurable parameters to spong.conf.
cvs [Tue, 7 Dec 1999 07:21:12 +0000 (07:21 +0000)]
Moved user configurable parameters to spong.conf.

25 years agoCreated file. Adding into CVS repository.
cvs [Tue, 7 Dec 1999 07:20:21 +0000 (07:20 +0000)]
Created file. Adding into CVS repository.

25 years agoAdded host_groups and exclude_host_groups attributes to comments.
cvs [Tue, 7 Dec 1999 07:19:20 +0000 (07:19 +0000)]
Added host_groups and exclude_host_groups attributes to comments.

25 years agoAdded spong-cleanup parameters to file.
cvs [Tue, 7 Dec 1999 07:18:52 +0000 (07:18 +0000)]
Added spong-cleanup parameters to file.

25 years agoUpdated documentation with lastest changed.
cvs [Tue, 7 Dec 1999 07:17:09 +0000 (07:17 +0000)]
Updated documentation with lastest changed.

25 years agoAdded lastest changes.
cvs [Tue, 7 Dec 1999 07:15:11 +0000 (07:15 +0000)]
Added lastest changes.

25 years agoUpdated file wiht lastest changes. spong-2_6-beta7
Stephen L Johnson [Fri, 3 Dec 1999 07:23:12 +0000 (07:23 +0000)]
Updated file  wiht lastest changes.

25 years agoAdded error checking to query routines to prevent query process from dying.
Stephen L Johnson [Thu, 2 Dec 1999 07:21:10 +0000 (07:21 +0000)]
Added error checking to query routines to prevent query process from dying.

25 years agoDocumentation update.
Stephen L Johnson [Wed, 1 Dec 1999 07:36:02 +0000 (07:36 +0000)]
Documentation update.

25 years agoAdd FAQ.html into respository.
Stephen L Johnson [Wed, 1 Dec 1999 07:32:59 +0000 (07:32 +0000)]
Add FAQ.html into respository.

25 years agoFixed problem with --services query command.
Stephen L Johnson [Tue, 30 Nov 1999 06:24:06 +0000 (06:24 +0000)]
Fixed problem with --services query command.
'service_list' should have been 'services'.

25 years agoInitial revision
Stephen L Johnson [Sun, 28 Nov 1999 04:27:50 +0000 (04:27 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 25 Nov 1999 05:07:45 +0000 (05:07 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 25 Nov 1999 04:24:14 +0000 (04:24 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 25 Nov 1999 03:59:59 +0000 (03:59 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 25 Nov 1999 01:07:19 +0000 (01:07 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 25 Nov 1999 00:57:04 +0000 (00:57 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 23 Nov 1999 21:06:10 +0000 (21:06 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 23 Nov 1999 03:58:08 +0000 (03:58 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 23 Nov 1999 03:39:31 +0000 (03:39 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 23 Nov 1999 02:10:40 +0000 (02:10 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Mon, 22 Nov 1999 08:02:12 +0000 (08:02 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Mon, 22 Nov 1999 03:36:41 +0000 (03:36 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Wed, 17 Nov 1999 05:34:11 +0000 (05:34 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Wed, 17 Nov 1999 05:19:44 +0000 (05:19 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Wed, 17 Nov 1999 05:14:04 +0000 (05:14 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Wed, 17 Nov 1999 04:09:17 +0000 (04:09 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 16 Nov 1999 05:46:40 +0000 (05:46 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 16 Nov 1999 05:03:51 +0000 (05:03 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 16 Nov 1999 04:57:16 +0000 (04:57 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 16 Nov 1999 04:37:18 +0000 (04:37 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Mon, 15 Nov 1999 06:22:02 +0000 (06:22 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Mon, 15 Nov 1999 04:30:09 +0000 (04:30 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 11 Nov 1999 06:04:35 +0000 (06:04 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 9 Nov 1999 02:25:48 +0000 (02:25 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 9 Nov 1999 00:19:02 +0000 (00:19 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Mon, 8 Nov 1999 22:36:02 +0000 (22:36 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Fri, 5 Nov 1999 21:12:07 +0000 (21:12 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Fri, 5 Nov 1999 21:02:20 +0000 (21:02 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Fri, 5 Nov 1999 04:38:19 +0000 (04:38 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Thu, 4 Nov 1999 22:57:54 +0000 (22:57 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 2 Nov 1999 18:15:05 +0000 (18:15 +0000)]
Initial revision

25 years agoInitial revision
Stephen L Johnson [Tue, 2 Nov 1999 17:23:55 +0000 (17:23 +0000)]
Initial revision