]> git.etc.gen.nz Git - spong.git/log
spong.git
24 years agoadded parsing for bbnt client output spong-2_6_0
Stephen L Johnson [Wed, 29 Mar 2000 03:45:52 +0000 (03:45 +0000)]
added parsing for bbnt client output
changed rrdtool update command to use N instead of time stamp from update message. Remote server time varianes can cause data loss

24 years agochanged rrdtool update to command to use N for current time instead of timestamp...
Stephen L Johnson [Wed, 29 Mar 2000 03:44:40 +0000 (03:44 +0000)]
changed rrdtool update to command to use N for current time instead of timestamp of message. Remote system time variances can cause data lose

24 years agolatest changes
Stephen L Johnson [Fri, 10 Mar 2000 03:39:29 +0000 (03:39 +0000)]
latest changes

24 years agochanged ack service check to use m// instead of eq
Stephen L Johnson [Thu, 9 Mar 2000 16:59:28 +0000 (16:59 +0000)]
changed ack service check to use m// instead of eq

24 years agofixed misspelt breif.txt to brief.txt
Stephen L Johnson [Thu, 9 Mar 2000 16:40:08 +0000 (16:40 +0000)]
fixed misspelt breif.txt to brief.txt

24 years agoadded missing use POSIX; statement
Stephen L Johnson [Fri, 3 Mar 2000 03:52:23 +0000 (03:52 +0000)]
added missing use POSIX; statement

24 years agoadded missing " in line 97
Stephen L Johnson [Fri, 3 Mar 2000 03:51:40 +0000 (03:51 +0000)]
added missing " in line 97

24 years agodocument update
Stephen L Johnson [Fri, 3 Mar 2000 03:50:23 +0000 (03:50 +0000)]
document update

24 years agolatest changes
Stephen L Johnson [Fri, 3 Mar 2000 03:20:36 +0000 (03:20 +0000)]
latest changes

24 years agoadded chmod 0755 command for all directories in /lib/Spong directory
Stephen L Johnson [Fri, 3 Mar 2000 03:20:10 +0000 (03:20 +0000)]
added chmod 0755 command for all directories in /lib/Spong directory

24 years agoadded missing show() function
Stephen L Johnson [Fri, 3 Mar 2000 03:13:11 +0000 (03:13 +0000)]
added missing show() function

24 years agoadded code to handle_signals() to clear out signal mask to clean any blocked sigs spong-2_6f
Stephen L Johnson [Fri, 3 Mar 2000 03:10:19 +0000 (03:10 +0000)]
added code to handle_signals() to clear out signal mask to clean any blocked sigs

24 years agochanged listen_for_updates() to use IO:Socket::INET for sockets spong-2_6e
Stephen L Johnson [Fri, 18 Feb 2000 22:28:13 +0000 (22:28 +0000)]
changed listen_for_updates() to use IO:Socket::INET for sockets

24 years agoadded alarm block around client connection code in listen_for_updates()
Stephen L Johnson [Fri, 18 Feb 2000 20:38:04 +0000 (20:38 +0000)]
added alarm block around client connection code in listen_for_updates()

24 years agoadded spong-server $SPONG_SERVER_ALARM parameter for client connection alarms
Stephen L Johnson [Fri, 18 Feb 2000 20:36:35 +0000 (20:36 +0000)]
added spong-server $SPONG_SERVER_ALARM parameter for client connection alarms

24 years agoupdated and corrected documenation. Added documenation for connection timeouts
Stephen L Johnson [Fri, 18 Feb 2000 20:35:45 +0000 (20:35 +0000)]
updated and corrected documenation. Added documenation for connection timeouts

24 years agoUpdated with latest changes.
Stephen L Johnson [Fri, 18 Feb 2000 20:34:07 +0000 (20:34 +0000)]
Updated with latest changes.

24 years agoDocument revision. spong-2_6d
Stephen L Johnson [Thu, 17 Feb 2000 03:00:08 +0000 (03:00 +0000)]
Document revision.

24 years agoDummy commit.
Stephen L Johnson [Thu, 17 Feb 2000 02:59:54 +0000 (02:59 +0000)]
Dummy commit.

24 years agoremove_np_files() had wrong regexp for np-* files and wrong directory in unlink command.
Stephen L Johnson [Thu, 17 Feb 2000 02:47:51 +0000 (02:47 +0000)]
remove_np_files() had wrong regexp for np-* files and wrong directory in unlink command.

24 years agoUpdated with latest changes
Stephen L Johnson [Thu, 17 Feb 2000 02:39:07 +0000 (02:39 +0000)]
Updated with latest changes

24 years agoadded "quit\n" to the send string in check_tcp() to properly terminate conn. spong-2_6c
Stephen L Johnson [Thu, 10 Feb 2000 02:22:36 +0000 (02:22 +0000)]
added "quit\n" to the send string in check_tcp() to properly terminate conn.

24 years agostatus() routine now tries upto 30 times to connect to spong-server
Stephen L Johnson [Thu, 10 Feb 2000 02:21:49 +0000 (02:21 +0000)]
status() routine now tries upto 30 times to connect to spong-server

24 years ago&status() is called inside an eval block to prevent die'ing from failure to
Stephen L Johnson [Thu, 10 Feb 2000 02:21:08 +0000 (02:21 +0000)]
&status() is called inside an eval block to prevent die'ing from failure to
connect with spong-server

24 years agoUpdated with latest changes.
Stephen L Johnson [Thu, 10 Feb 2000 02:20:08 +0000 (02:20 +0000)]
Updated with latest changes.

24 years agoresponde code 401 (Authorization Required) is now treated as a green status spong_2_6c
Stephen L Johnson [Wed, 26 Jan 2000 05:40:28 +0000 (05:40 +0000)]
responde code 401 (Authorization Required) is now treated as a green status
instead of a yellow status.

24 years agoremoved old patches trying to fix spong-server crash caused by server_objects()
Stephen L Johnson [Wed, 26 Jan 2000 05:36:13 +0000 (05:36 +0000)]
removed old patches trying to fix spong-server crash caused by server_objects()
and services()

24 years agofile spong-client.pid was being delete if --nosleep was specified on the
Stephen L Johnson [Wed, 26 Jan 2000 05:34:17 +0000 (05:34 +0000)]
file spong-client.pid was being delete if --nosleep was specified on the
command line. spong-network.pid should has been deleted.

24 years agoAdded latest changes.
Stephen L Johnson [Wed, 26 Jan 2000 05:32:57 +0000 (05:32 +0000)]
Added latest changes.

24 years agoservices() and service_objects where returning an undef instead of a null spong-2_6b
Stephen L Johnson [Mon, 24 Jan 2000 03:36:21 +0000 (03:36 +0000)]
services() and service_objects where returning an undef instead of a null
list if no ServiceList object was created.

24 years agoInstalled proper release versions into distribution.
Stephen L Johnson [Mon, 24 Jan 2000 03:35:16 +0000 (03:35 +0000)]
Installed proper release versions into distribution.

24 years agoAdded lastest updates.
Stephen L Johnson [Mon, 24 Jan 2000 03:34:22 +0000 (03:34 +0000)]
Added lastest updates.

25 years agoUpdated for recent changes.
Stephen L Johnson [Fri, 14 Jan 2000 03:55:25 +0000 (03:55 +0000)]
Updated for recent changes.

25 years agoBug with contacts with only delay attribute fixed (contacts repeatedly notified
Stephen L Johnson [Mon, 10 Jan 2000 23:35:37 +0000 (23:35 +0000)]
Bug with contacts with only delay attribute fixed (contacts repeatedly notified
insteast of once).
Move np file remove code in spong-server to $SEND_MESSAGE = "RED" routine. It's
only need in that routine.

25 years agohostname and service name were not being added to www-spong-ack URL on
Stephen L Johnson [Mon, 3 Jan 2000 17:28:32 +0000 (17:28 +0000)]
hostname and service name were not being added to www-spong-ack URL on
Service Display web page.

25 years agoFixed contact[:all] bug. A contact without a messaging function would not
Stephen L Johnson [Mon, 3 Jan 2000 17:27:04 +0000 (17:27 +0000)]
Fixed contact[:all] bug. A contact without a messaging function would not
receive notifications.

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