1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
2002-06-06 19:35 sljohnson
* build: added code to build process to copy spong.conf-sample file
to spong.conf if it's not found in the config/ dir
2002-06-06 19:30 sljohnson
* RELEASE, RELEASE.NOTES: renamed RELEASE to RELEASE.NOTES
2002-06-03 20:39 sljohnson
* contrib/plugins/spong-server/pre_redirect: Init add to CVS
repository
2002-06-03 20:12 sljohnson
* pod/spong-message-mod-template.pod: added new module API
documentation
2002-06-03 20:10 sljohnson
* src/spong-status.pl: added init_logging() to initial Spong::Log
module
2002-05-28 22:32 sljohnson
* pod/spong-server-mod-template.pod: added hash format for all
Spong messages and created a new predata example module
2002-05-28 21:01 sljohnson
* src/spong-server.pl: added missing 'summary' field from status
message hash for p*data modules
2002-05-28 20:47 sljohnson
* pod/developer-guide.pod: added information about the new predata
and postdata spong-server modules
2002-05-10 16:07 sljohnson
* src/lib/Spong/Client/plugins/check_disk: change DFIGNORE checks
to use m{} to slashes '/' can be used in file system names
2002-05-10 15:15 sljohnson
* src/lib/Spong/Client/plugins/check_processes: skip a $check if
var is null string.
2002-05-10 09:43 sljohnson
* src/spong-message.pl: Switched !!DETAILEDHTML!! to use <pre>
</pre> to preserve formatting instead of s/\n/<br>\n/gm
2002-05-08 10:15 sljohnson
* pod/spong.message.pod: added !!DETAILEDHTML!! field documentation
2002-05-08 10:11 sljohnson
* src/spong-message.pl: added code to email() to add correct
Content-Type: is HTML code is in message body added new
!!DETAILEDHTML!! field for templates which HTMLizes the message
field
2002-05-07 13:39 sljohnson
* src/spong-message.pl: Fixed bug in last_if_match processing, flag
var was using incorrect var name
2002-04-18 10:39 sljohnson
* src/spong-network.pl: fixed another exit point with missing
alarm(0 reset in check_tcp()
2002-04-05 14:11 sljohnson
* src/spong-message.pl: added debuging statement before messaging
functions are called for the notifictions
2002-04-04 14:28 sljohnson
* src/lib/Spong/Client/logmon.pm: Added an exclude_pattern check
field. A match on exclude_pattern will exclude the log entry from
that check.
2002-03-29 15:15 sljohnson
* INSTALL: corrected serious syntax error
2002-03-22 10:46 sljohnson
* src/spong-server.pl: changed SOMAXCONN to 1024 reverted reaper()
to waitpid() look code
2002-01-30 10:54 supermathie
* src/spong-message.pl: The group handling functions would have
difficulties with group specifications where a method was specified
(i.e. slsgroup:email). Fixed.
We also handle the case when you have a spec such as group:email
that includes a member such as bob:pager. In this case, since the
methods don't match, NO page is sent to bob. Be aware!
2002-01-22 09:08 sljohnson
* src/lib/Spong/Client/plugins/check_mailq: fixed problem of $_ not
being assigned in while( shift... loop
2002-01-17 14:33 sljohnson
* src/lib/Spong/Network/plugins/check_http: added method patch from
David Bronder that allows check method (i.e. GET, HEAD) to be
specified in URI line
2002-01-17 11:02 sljohnson
* src/spong-client.pl: added $@ to error log text in load_modules
2002-01-17 10:06 sljohnson
* contrib/plugins/spong-server/post_rrd_vmstat: moved file to
spong-rrd CVS
2002-01-17 09:41 sljohnson
* contrib/plugins/spong-client/check_vmstat: added TrueUnix
(dec_osf1) support
2002-01-15 08:57 sljohnson
* contrib/plugins/spong-server/post_rrd_vmstat: added file into CVS
2002-01-11 14:40 sljohnson
* contrib/plugins/spong-client/check_vmstat: initial checkout of
file with linux and aix flavors
2002-01-11 13:28 sljohnson
* src/spong-server.pl: Added pre and post plugin support; pre post
and data plugins module sare now called in sorted key order.
2002-01-07 17:18 sljohnson
* test/: x, x: test
2002-01-07 15:25 supermathie
* src/lib/Spong/Client/plugins/check_memory: Fixed a bug in
check_memory_top where $message would not get initialized, and so
get bigger and bigger and bigger...
2001-12-18 09:42 sljohnson
* pod/: admin-guide.pod, spong-server.pod: added TCP Wrappers
documentation
2001-12-10 13:44 sljohnson
* config.mk: chains PREFIX back to /usr/local/spong
2001-11-14 11:05 sljohnson
* src/spong-server.pl: query process' stale data scan was not
sleeping between loops
2001-11-14 11:02 sljohnson
* src/spong-server.pl: added patch to allow tcp wrappers to be used
for connection authentiction
2001-10-29 12:58 sljohnson
* spong.mk: added SafeExec.pm to CLIENT_LIBS
2001-09-28 16:21 sljohnson
* src/spong-status.pl: Commented out init_loggin() call. No used in
program yet.
2001-09-28 14:20 sljohnson
* src/lib/Spong/Client/plugins/check_disk: replaced foreach() in
main read loop. while (shift) was dumping bits on the floor
2001-09-28 14:16 sljohnson
* src/lib/Spong/Client/plugins/check_cpu: readded code to calc
number of jobs that was removed by mistake
|