source: nscp/changelog @ 47d3b0b

0.4.00.4.10.4.2
Last change on this file since 47d3b0b was c0d7e82, checked in by Michael Medin <michael@…>, 3 years ago
  • Property mode set to 100644
File size: 51.2 KB
Line 
1TODO:
2 * Process times and similar ?
3 * Fix configuration GUI (low priority)
4 * Add API for rehashing the daemon (or implement it the API is there but does nothing)
5 * Improved socket performance (would be nice if we could be used as a "hub")
6 * Fixa dependonservice LanManWorkStation (old win)
7 * Fix RtlStringFromGUID problem on NT4
8
92010-02-05
10 * Multiple fixes all over the place
11 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
12 ! Performance data is still missing (will be for a while yet)
13 
142010-01-31 MickeM
15 + Added google protocol buffers
16 ! Changed internal handle command logic (now uses protocol buffers)
17 - Removed (temporarily) performance data (due to protocol buffer changes)
18
192010-01-19 MickeM
20 + Rename NRPEListener to NRPEServer
21 + Added NRPEServer to CMake build
22
232010-01-xx MickeM
24 + Added Scheduling module
25 
262009-10-11 MickeM
27 + Added argument support to NRPE Client
28   This is temporarily enabled by the same options under the NRPE section. BUT this will change int he future so be ware when using them.
29
302009-09-20 MickeM
31 * Fixed alias in CheckWMI (now works)
32 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
33 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
34
352009-09-13 MickeM
36 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
37
382009-09-06 MickeM
39 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
40 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
41
422009-08-30 MickeM
43 + Added -c and -d command line options like so:
44   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
45   NSClient++ -c <command> <argument 1> <argument 2> ...
46   -d Is the same thing but with debug enabled.
47 + Added uninstall of old client (sort of broken but works)
48
492009-08-29 MickeM
50 * Fixed issue with CheckFile (directory)
51 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
52
532009-07-18 MickeM
54 * Fixed issue with no loggers avalible and "memory leak"
55 * Added "firewall exception" to installer
56 * Fixed an issue with the socket data buffer
57 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
58 * Fixed issue with NSCA socket.
59
602009-07-05 MickeM
61 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
62 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
63
642009-06-20 MickeM
65 * Fixed issue with CheckDisk and paths not working out properly
66
672009-06-10 MickeM - 0.3.6
68 ! Release the new version
69
702009-06-10 MickeM
71 * Fixed so CheckEventLog only reports invalid buffersizes once
72
732009-06-07 MickeM
74 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
75 * Finalized the installer
76
772009-05-22 MickeM
78 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
79
802009-05-21 MickeM
81 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
82 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
83
842009-05-17 MickeM
85 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
86
872009-05-10 MickeM
88 + Added write support for modules to installer
89
902009-05-03 MickeM
91 * Fixed another quite serious memory leak!
92   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
93 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
94
952009-03-30 MickeM
96 + Added new option to NSCA module for specifying report options.
97        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
98 + Added so password and host ate stored in the installer (if changed)
99
1002009-03-29 MickeM
101 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
102
1032009-03-15 MickeM
104 * New service name (displayname)
105 * New service description
106
1072009-03-14 MickeM
108 * Rebuilt installer UI (still missing write config function)
109 * Added debug entry to log filename used by debug log metrics.
110 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
111
1122009-03-02 MickeM
113 * Added catch handlers and error logging to NSCA Thread
114 * Fixed issue with CheckProcState and administrator login!
115 + Added debug module to installer
116 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
117   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
118   Will only find files on the "first level" where as max-dir-depth=1 would find all parents and children etc. (-1 is the default and means find all)
119 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
120
1212009-02-26 MickeM
122 * Fixed issue with debug logging (not it can be disabled again)
123
1242009-02-23 MickeM
125 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
126
1272009-02-11 MickeM
128 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
129   This was primarily to fix issues where we have might not "unexpectedly" get performance data (might still be some issues here so let me know).
130
1312009-02-06 MickeM
132 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
133
1342009-02-05 MickeM
135 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
136 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
137
1382009-02-03 MickeM
139 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
140   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
141
1422009-01-30 MickeM
143 * Added support for changing name and description of service from the /install command line
144   NSClient++ /install [gui] [start] [service name] [description]
145   NSClient++ /uninstall [gui] [stop] [service name]
146   NSClient++ /start [gui] [service name]
147   NSClient++ /stop [gui] [service name]
148
1492009-01-28 MickeM
150 * Slightly improved error handling around socket creation
151 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
152
1532009-01-25 MickeM
154 * Fixed issue with checkVersion (#242)
155 * Fixed spelling error (#244)
156 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
157 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
158 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
159 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
160
1612009-01-23 MickeM
162 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
163    You can now use the following syntax:
164    CheckEventLog ... warn=ne:1 crit=eq:0 ...
165    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
166    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
167
1682009-01-23 MickeM
169 * Cleaned up the checkProcState code and it is not a lot better.
170   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
171 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
172 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
173
1742009-01-21 MickeM
175 + Added experimental 16 bit process support to checkProcState
176
1772009-01-20 MickeM
178 * Fixed issue with CheckWMI when no filter was specified.
179
1802009-01-17 MickeM
181 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
182   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
183 * Fixed so PDH Collectors use the same exception as the rest of the PDH stuff (might give better errors when PDH breaks, but I doubt it)
184 * removed debug output from -noboot
185 + Added new command line pdhmatch option to use pattern matching on PDH queries
186   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
187 * Improved error reporting in the PDH subsystem.
188 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
189   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
190 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
191
1922009-01-13 MickeM
193 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
194 + Brand new build enviornment based upon boost build!!!
195   Use batch file to build (release-build.bat or modify to make your own)
196 * Modified /about so it now shows a lot of usefull(?) info.
197
1982008-11-13 MickeM
199 + Added truncate option to checkServiceState
200
2012008-09-24 MickeM
202 * Imroved the installer (now auto-updates the version when built)
203
2042008-09-24 MickeM - 0.3.5
205 * Fixed issue with CheckServiceState and CheckAll (it now works)
206 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
207    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
208
2092008-09-18 MickeM - 0.3.4
210 * Changed so "missing services" are treated as stopped.
211    CheckServiceState missing=stopped ShowAll
212        OK: missing: not found
213 * Fixed issue with : in service name.
214 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
215
2162008-09-17 MickeM - 0.3.4 RC-6
217 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
218
2192008-09-17 MickeM
220 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
221 * Added so tray icon can get "propper" name from core for "description".
222 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
223
2242008-09-16 MickeM - 0.3.4 RC-5
225 * Fixed an issue with the session launcher
226
2272008-09-15 MickeM
228 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
229 + Added a very basic simple .net plugin (and a wrapper)
230
2312008-09-14 MickeM - 0.3.4 RC-4
232 * Fixed an issue with the session launcher
233 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
234
2352008-09-14 MickeM - 0.3.4 RC-4
236 * Fixed issue with OS detection (again)
237 * Fixed issue with plugin unloading (again)
238 * Fixed issue with SSL socket not unloading properly
239 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
240 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
241
2422008-09-12 MickeM
243 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
244
2452008-09-09 MickeM - 0.3.4 RC-3
246 * Improved error handling for the WMI checks.
247 + CheckWMI: Added support for extracting numbers from strings
248 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
249 * Fixed issue with & and some commands via check_nt.
250 * Fixed a crash on exit (which I added in Rc1).
251 * Added 10 "bytes" the CPU buffer: (#174)
252 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
253 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
254
2552008-09-08 MickeM - 0.3.4 RC-2
256 * Fixed issue in windows 2008 with system tray (shared_session).
257 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
258 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
259
2602008-09-07 MickeM
261 + Added sample powershell script as well as a workaround for making them run.
262 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
263 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
264
2652008-09-06 MickeM
266 * Improved error reporting in the eventlogchecker
267 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
268   I Recomend everyone to stop using the "old" filtering.
269
2702008-09-04 MickeM
271 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
272 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
273 * Fixed a memory leak in the error formating code
274
2752008-08-24 MickeM
276 * Changed NSCA "general problem" error message to be more descriptive.
277 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
278
2792008-08-16 MickeM
280 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
281 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
282 + Added shared session so system tray can communicate with master
283 + Added new system tray handlig (via TS so FUS should work with it)
284 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
285   If you want to try this remember to change that option but also beware! it is dagerous and not finnished and and also there is as of now no security at all.
286
2872008-08-09 MickeM
288 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
289
2902008-07-28 MickeM
291 * Improved the error handling for the check proc state.
292 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
293
2942008-07-25 MickeM
295 + Built a garage at the summer house
296 * cut down all the reeds and shrubbs at the summer house.
297
2982008-07-03 MickeM
299 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
300 + Added some more error messages for when counters are not found.
301 * Fixed an issue with the new namespace option
302
3032008-07-02 MickeM
304 ! 0.3.3 Released (take 2)
305 + Added new option alias to controll the name for performance counters when using checkfile use like so:
306    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
307 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
308 ! 0.3.3 Released (take 1)
309 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
310
3112008-07-02 MickeM
312 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
313
3142008-07-01 MickeM
315 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
316   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
317
3182008-06-30 MickeM
319 * Fixed issue with CheckFile and performance data ( #156 )
320 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
321   *NOTICE* this is all reasons (so if the counter is missing or some such the same will happen not just when the instance is missing)
322   Message will reflect reason.
323 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
324
3252008-06-25 MickeM
326 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
327
3282008-06-24 MickeM
329 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
330 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
331 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
332 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
333 * Better error messages in the check service thingy.
334
3352008-06-18 MickeM
336 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
337   Before only the first 1024 bytes were used.
338
3392008-06-15 MickeM
340 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
341   + CheckDriveSize now uses "all drives" when no drive is specified.
342   * Fixed misspellt Container
343
3442008-06-14 MickeM
345 * Fixed error message from external commands (better reporting now)
346
3472008-05-14 MickeM
348 * Fixed memoryleak in the service checker.
349     I am really sorry I usualy write better code then this.
350 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
351
3522008-09-17 MickeM - 0.3.4 RC-6
353 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
354
3552008-09-17 MickeM
356 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
357 * Added so tray icon can get "propper" name from core for "description".
358 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
359
3602008-09-16 MickeM - 0.3.4 RC-5
361 * Fixed an issue with the session launcher
362
3632008-09-15 MickeM
364 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
365 + Added a very basic simple .net plugin (and a wrapper)
366
3672008-09-14 MickeM - 0.3.4 RC-4
368 * Fixed an issue with the session launcher
369 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
370
3712008-09-14 MickeM - 0.3.4 RC-4
372 * Fixed issue with OS detection (again)
373 * Fixed issue with plugin unloading (again)
374 * Fixed issue with SSL socket not unloading properly
375 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
376 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
377
3782008-09-12 MickeM
379 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
380
3812008-09-09 MickeM - 0.3.4 RC-3
382 * Improved error handling for the WMI checks.
383 + CheckWMI: Added support for extracting numbers from strings
384 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
385 * Fixed issue with & and some commands via check_nt.
386 * Fixed a crash on exit (which I added in Rc1).
387 * Added 10 "bytes" the CPU buffer: (#174)
388 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
389 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
390
3912008-09-08 MickeM - 0.3.4 RC-2
392 * Fixed issue in windows 2008 with system tray (shared_session).
393 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
394 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
395
3962008-09-07 MickeM
397 + Added sample powershell script as well as a workaround for making them run.
398 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
399 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
400
4012008-09-06 MickeM
402 * Improved error reporting in the eventlogchecker
403 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
404   I Recomend everyone to stop using the "old" filtering.
405
4062008-09-04 MickeM
407 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
408 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
409 * Fixed a memory leak in the error formating code
410
4112008-08-24 MickeM
412 * Changed NSCA "general problem" error message to be more descriptive.
413 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
414
4152008-08-16 MickeM
416 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
417 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
418 + Added shared session so system tray can communicate with master
419 + Added new system tray handlig (via TS so FUS should work with it)
420 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
421   If you want to try this remember to change that option but also beware! it is dagerous and not finnished and and also there is as of now no security at all.
422
4232008-08-09 MickeM
424 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
425
4262008-07-28 MickeM
427 * Improved the error handling for the check proc state.
428 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
429
4302008-07-25 MickeM
431 + Built a garage at the summer house
432 * cut down all the reeds and shrubbs at the summer house.
433
4342008-07-03 MickeM
435 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
436 + Added some more error messages for when counters are not found.
437 * Fixed an issue with the new namespace option
438
4392008-07-02 MickeM
440 ! 0.3.3 Released (take 2)
441 + Added new option alias to controll the name for performance counters when using checkfile use like so:
442    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
443 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
444 ! 0.3.3 Released (take 1)
445 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
446
4472008-07-02 MickeM
448 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
449
4502008-07-01 MickeM
451 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
452   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
453
4542008-06-30 MickeM
455 * Fixed issue with CheckFile and performance data ( #156 )
456 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
457   *NOTICE* this is all reasons (so if the counter is missing or some such the same will happen not just when the instance is missing)
458   Message will reflect reason.
459 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
460
4612008-06-25 MickeM
462 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
463
4642008-06-24 MickeM
465 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
466 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
467 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
468 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
469 * Better error messages in the check service thingy.
470
4712008-06-18 MickeM
472 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
473   Before only the first 1024 bytes were used.
474
4752008-06-15 MickeM
476 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
477   + CheckDriveSize now uses "all drives" when no drive is specified.
478   * Fixed misspellt Container
479
4802008-06-14 MickeM
481 * Fixed error message from external commands (better reporting now)
482
4832008-05-14 MickeM
484 * Fixed memoryleak in the service checker.
485     I am really sorry I usualy write better code then this.
486
4872008-05-?? MickeM
488 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
489
4902008-06-?? MickeM
491 * BREAKING CHANGE! -- New settings API as well as new WEBConfiguration UI (nothing is finnished yet but I wanted to check things into the SVN since it is a lot of changes now :)
492
4932008-05-14 MickeM
494 * Fixed memoryleak in the service checker.
495     I am really sorry I usualy write better code then this.
496
4972008-05-11 MickeM
498 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
499     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
500
5012008-04-03 MickeM
502 * Moved COM init to "core" (from WMI module)
503 + Added new Check command: CheckTaskSched Use like so:
504     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
505
5062008-03-21 MickeM
507 + Added command line support for process checks
508   New option: cmdLine will toggle so full command lines are used instead of just process names.
509 + Added regular expression matching to process checks
510   New option: match=regexp (match=strings is the default and "old" way)
511 + Added substring matching to process checks
512   New option: match=substr (match=strings is the default and "old" way)
513   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
514 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
515 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
516 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
517
5182008-03-20 MickeM
519 + Added host-lookupos for NSCA server (#149)
520 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
521 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
522 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
523   Added option debug_skip_data_collection to simulate this (just for kicks)
524
5252008-03-18 MickeM
526 * Added some more error messages to the NSCA module
527 * Added support for arguments to LUA module.
528   syntax: function debug (command, args) -- args is a table with all arguments
529
5302008-03-11 MickeM
531 ! 0.3.1 Released
532
5332008-03-08 MickeM
534 * Changed so log is now in Unicode format
535   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
536   If anyone hates this let me know and I will add an option to use "old ansi log".
537 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
538   This means "strangeness" in Unicode and non-us-ascii chars on the console,
539    so for details refer to the log-file which is proper Unicode.
540 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
541    (if you find this annoying let me know, I will make it optional :)
542 * Fixed some issues in the registry handling
543
5442008-03-06 MickeM
545 * Fixed silly ordering bug with the <> syntax.
546
5472008-03-05 MickeM
548 + Added debug to new section [Eventlog], when enabled it will (log) what lines matched what, this is a pretty big performance overhead so don't run with this one.
549 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
550 * Fixed an issue with eventlog and . matching.
551 + Added shorthand ! for != in "all" numeric filters (eventlog)
552 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
553   Try using: filter-eventType=<>warning to remove everything that is not a warning
554 * Fixed two spelling mistakes in the SysTray module.
555 * Fixed 64-bit issues with installer
556 * Fixed so installer uninstalls/installs the service
557 
5582008-02-26 MickeM
559 + Added installer
560 
5612008-02-22 MickeM
562 * Fixed issues in the NRPE module (now returns the correct status)
563 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
564    (might make it simpler to diagnose problems)
565
5662008-02-20 MickeM
567 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
568   eventually for relaying events.
569   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
570   This is an early concept so don't expect much...
571 * Fixed a bug in NSCA module (now it works again :)
572 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
573   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
574
5752008-02-19 MickeM
576 + Fixed a buffer overflow in the NRPE socket handling.
577 
5782008-02-18 MickeM
579 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
580 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
581   Since check_nrpe doesn't do this it wont work in that end, but still...
582
5832008-02-16 MickeM
584 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
585
5862008-02-14 MickeM
587 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
588 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
589
5902008-02-13 MickeM
591 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
592 * Fixed issue with scripts result truncated after 1024 chars
593    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
594 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
595 + Added to NSCA truncates output when to long.
596
5972008-02-12 MickeM
598 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
599   (notice you need to recompile the check_nrpe to match this value)
600 * Improved exception handling in the PDH collector (hopefully less deadlocks)
601
6022008-02-11 MickeM
603 + Added encryption support for NSCA module (about half of the algorithms are available,
604     if someone wants to use one not available let me know, and I will try to add it)
605
6062008-02-09 MickeM
607 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
608   - Can Check batch/vbs/programs/*
609   - Works with NSCA module (if you don't want to have NRPE at the same time)
610   - Simpler syntax (discarded old and added new section for alias)
611   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
612
6132008-02-08 MickeM
614 + Added some more default catch handlers (on the "core" side of plugin-calls).
615
6162008-02-07 MickeM
617 + Added default catch handlers to all wrapped plug in calls.
618
6192008-02-05 MickeM
620 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
621
6222008-02-04 MickeM
623 *** Happy Birthday bogi!! :)
624 * Fixed issues with performance counter rendering (mainly checkDisk)
625
6262008-02-03 MickeM
627 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
628 + Added API for scripts to register commands
629 + Added command descriptions (for some modules)
630 * Fixed issue in NRPE that displayed a console window when running commands
631 * New improved "inject" dialog from the system tray
632   Lists available commands, and shows command descriptions and a lot of other improvements.
633 + Added an internal log windows that displays log in real-time.
634 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
635
6362008-02-02 MickeM
637 * Might have fixed the "missing eventlog messages" problem.
638 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
639
6402008-01-27 MickeM
641 * Fixed a memory-leak in format_time
642 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
643 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
644   For this to work you need to have the descriptions flag set
645   In short: /nrpe -H 192.168.0.147 -c checkEventLog -a truncate=1024 "syntax=%generated%: %message%" descriptions=true file=System MaxWarn=1 MaxCrit=1 filter+eventType==error filter+generated=\<12h filter=new filter=all filter=in
646 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
647   The uniqueness is defined by event-log, event-source, event-id and event-category.
648
6492007-12-16 MickeM
650 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
651 * Changed some exceptions that were thrown wrong
652
6532007-12-11 MickeM
654 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
655
6562007-12-10 MickeM
657 + Added initial draft for LUA module
658
6592007-12-09 MickeM
660 + Added a check if the service is started when running with /test so you get a warning
661 + Improved the socket thread with:
662    * a default-catch
663    * If the socket fails to start we still wait for it to shut down (no error message)
664 + Added first version of the NSCA agent (NSCAgent.dll)
665   (no encryption support as of yet, but will come)
666
6672007-12-04 MickeM
668 ! 0.3.0 Released
669
6702007-12-01 MickeM
671 * Fixed issue with date formating in FILEAGE
672
6732007-11-29 MickeM
674 * Fixed issue with date formating in FILEAGE
675
6762007-11-28 MickeM
677 ! 0.3.0 RC-1
678 * Fixed some UNICODE issues with process-listings
679 + Added an error message if the "detected" process enumeration method is not available.
680 + Fixed some more Unicode issues Password encrypt/decrypt: #107
681 * Fixed Unicode issues with "external programs" #109
682 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
683 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
684    append: .<date string> if you want to use a "custom date" like so: ... -v FILEAGE -l c:\\windows,Date: %Y-%m-%d %H:%M:%S" -w 5 -c 6 ...
685    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
686
6872007-11-26 MickeM
688 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
689 * More 2k5 build tweaks
690
6912007-11-23 MickeM
692 * Converted to Unicode (damn sometimes I **HATE** C++)
693 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
694
6952007-11-22 MickeM
696 * Fixed so the "default path" is correct even when running as a service (issue: #96)
697
6982007-11-21 MickeM
699 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
700 * Fixed some missing exceptions that were not caught
701 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
702     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
703    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
704 - Removed  from SVN (as it is old and outdated and no longer used)
705
7062007-11-20 MickeM
707 + Added new option to CheckSystem to override detected language (force_language=0x0014)
708
7092007-11-19 MickeM
710 * Fixed a minor issue in reading registry keys
711 + Added -noboot option to startup used for running command line utilities without booting the client
712   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
713 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
714 * Migrated 2008 project files to new name and back ported to 2005 project files.
715
7162007-11-16 MickeM
717 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
718 + Added sample VBS script and definitions
719
7202007-11-15 MickeM
721 * Improved error message when external NRPE command failles.
722
7232007-11-14 MickeM
724 + Added multi-line output support ( issue #91 )
725 * Improved error handling for external commands
726 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
727 + Added an English fall back if "local" language PDH counters fail.
728
7292007-11-12 MickeM
730 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
731
7322007-11-11 MickeM
733 + Added option to configure the behavior of CheckService CheckAll (#64)
734
7352007-11-08 MickeM
736 + Added CheckWMIValue to check result-values from a WMI Query
737 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
738    If anyone don't want this let me know and I will make an option for it.
739
7402007-11-06 MickeM
741 + Added CLI interface to CheckWMI to check queries
742
7432007-11-04 MickeM
744 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
745
7462007-10-29 MickeM
747 * Restructured build and include to work from CLI
748 + Started to add makefiles to build from CLI
749 + Added Finnish counters (#98)
750 * Fixed performance counter issue with check_nt (#99)
751 
7522007-10-06 MickeM
753 + Added auto-upda-te of versions and dates on build to make versions better updated.
754 + Fixed x64 build and cleanup a bit.
755
7562007-09-15 MickeM
757 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
758
7592007-09-11 MickeM
760 + Added Dutch performance counters to counters.defs
761 + Added Spanish performance counters to counters.defs
762 + Added #69 [includes] directive to INI-file to include other files
763 * Fixed #75 (spelling issue)
764
7652007-06-23 MickeM
766 * Might have fixed #53 I was not able to get the problem locally but I have fixed the problem ias at op5 discovered at least...
767 * Fixed the "check memory" issues for real this time.
768 * Fixed problem with : in counter names #50 (anything starts with \ is considered a counter so if you use aliases with \ this will break things for you.
769
7702007-06-20 MickeM
771 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
772 * Fixed #62 Problems with CheckServiceState and services with spaces.
773
7742007-03-06 MickeM
775 ! 0.2.7 released
776
7772007-03-05 MickeM
778 * Fixed -v FILEAGE check_nt (NSClient) check.
779 * Added license agreement header to all files
780
7812007-03-04 MickeM
782 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
783   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
784 + Added Japanese counters to counters.defs from patch (thanx!!!)
785
7862007-02-25 MickeM
787 + Added possibility to check many memory checks in one go, just stack type options.
788     type=paged type=physical etc...
789 * Fixed a performance check bug in the last nightly.
790 * Fixed a potential crash when a malformed check-file-age command was issued.
791 + Added support for more then and NSClient command
792 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
793 
7942007-02-22 MickeM
795 + Added debug output to see if the socket is bound and/or has shutdown.
796 * Fixed a potential bug in the thread manager.
797 + Added configuration option for suppressing performance data to the NRPE section.
798   Set performance_data=0 to stop sending performance data to nagios
799 + New (better?) (simpler?) event log checking
800 + Added option to most commands (ignore-perf-data) to suppress performance data
801 + Added option CheckAll for checking all auto-start services to checkServiceState.
802   Also an exclude=<service> to exclude checking that.
803 * Fixed return syntax for PROCSTATE nsclient
804
8052007-02-21 MickeM
806 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
807
8082006-12-02 MickeM
809 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
810 * Fixed "broken password check" in NSClient listener
811
8122006-11-18 MickeM
813 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
814 * Added error message when detected language is missing from counters.defs
815 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
816 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
817 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
818 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
819
8202006-10-05 MickeM
821 * Yayyy!!! (first fix in a looong while :)
822 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
823   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
824 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
825   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
826   access to your nagios box (probably only a theoretical problem but hey! :)
827   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
828   request it will be "slow" but I think it is not that much of a problem really.
829   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
830   Set cache_allowed_hosts=0 to disable host cache
831
8322006-04-04 MickeM
833 * Fixed a few more bugs to the INI/REG readers
834
8352006-04-02 MickeM
836 * Could all magicians stop trying to kill me?
837   *Please* i don't like to die!
838
8392006-03-31 MickeM
840 * Damn necromancers! stop 0wning my ass all the time!
841 
8422006-03-29 MickeM
843 + Added API for saving/reading settings
844 
8452006-03-28 MickeM
846 + Added REG/INI parsers
847 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
848
8492006-03-25 MickeM
850 * Oblivion f*cking roxx!
851
8522006-03-02 MickeM
853 * Fixed bug in INI-file reader (memory leak)
854
8552006-03-01 MickeM
856 * Fixed bug in CheckFile (now dates work correctly)
857
8582006-02-26 MickeM
859 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
860
8612006-02-25 MickeM
862 * Fixed Sections problem (now sections can be any size)
863 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
864   Allows you to bind the listener to a specific IP address (only dotted number not host name).
865   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
866 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
867 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
868 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
869   This is an advanced setting and should not be used. If you get "connection refused" when running many client this might be something you want to tweak though.
870   And if you then start getting "Socket timeout" you might wanna tweak the timeout value as well because larger value here means it takes "longer" to process a socket.
871 - I have looked into the event log problem and dates seem to work here so if anyone still have problems (use the syntax option to debug) let me know.
872 * Moved listpdh and debugpdh into the CheckSystem module
873 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
874 
8752006-02-2? MickeM
876 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
877   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
878 + Added new install/uninstall command to SystemTray module:
879   NSClient++.exe SystemTray install
880   NSClient++.exe SystemTray uninstall
881   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
882 * Removed the "Allow Service to Interact with Desktop" flag from the /install option so that it no longer defaults to on (see commands to set this above).
883 * Fixed so checkProcess isn't case sensitive.
884 * Added (not finished) syntax option to event log checker to format the outputted data
885
8862006-02-12 MickeM
887 + Added support for host name resolve to allowed_hosts
888
8892006-02-08 MickeM
890 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
891 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
892
8932006-02-07 MickeM
894 + Added new filter option to eventlog filter-eventID
895 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
896
8972006-02-05 MickeM
898 + Added CheckFile check command
899   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
900 + Added FILEAGE support to NSClient
901 + Started to convert the web page to WIKI
902 
9032006-01-21 MickeM
904 + Added WMI Check module (early alpha)
905   This is an extremely early alpha more to see if there is an interest and how to progress with it.
906   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
907   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
908   The Max* are as every other check and sets limits.
909   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
910   So any other WMI query should work (notice this is experimental and not stable and has virtually
911   no error handling so it is likely to crash nsclient if you ask anything "non working".)
912   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
913  * Fixed NT4 /install (should work now!)
914
9152006-01-02 MickeM
916 * Fixed ChangeServiceConfig2 on NT4
917 + Added support for more then 4GB memory (8GB?)
918   Since I don't have this much memory this needs to be verified...
919 * Fixed syntax of performance data
920
9212005-09-24 MickeM
922 * Fixed memory size bug (free and used were swapped)
923
9242005-09-20 MickeM
925 + Added option to debug all PDH counters /debugpdh
926
9272005-09-17 MickeM
928 + Added support for checking service by display name
929
9302005-09-03 MickeM
931 * First off, sorry for lack of updates, but was on vacation :)
932 + Added ShowAll=long to CPULoad
933 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
934
9352005-07-31 MickeM
936 + /install now sets the service to autostart
937 * Did some cleanup of minor code sections
938 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
939 + Added service description
940 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
941
9422005-07-26 MickeM
943 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
944 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
945
9462005-07-19 MickeM
947 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
948 * Fixed UNKNOWN return code (was 4 should have been 3)
949
9502005-07-16 MickeM
951 * Fixed drive checks from NSClient
952
9532005-07-11 MickeM
954 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
955   have been extended to check a lot more things.
956   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
957 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
958
9592005-06-09 MickeM
960 * Escapes " in NRPE commands in the NSC.ini
961
9622005-06-05 MickeM
963 * Created configuration interface (not released yet)
964
9652005-06-03 MickeM
966 * Created interactive installer (not released yet)
967
9682005-06-02 MickeM
969 * CheckEventLog reworked...
970
9712005-06-01 MickeM
972 * CheckSystem auto detects windows version and language.
973
9742005-05-29 MickeM
975 * Fixed PROCSTATE and SERVICESTATE return state.
976 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
977 * Fixed performance data for drives (and possibly other places)
978
9792005-05-23 MickeM
980 + Added obfuscated password support
981 + Added some more debug info on commands (return code, and input args)
982 + Added some more comments to the NSC.ini
983 + Added central password "override"
984 + Added central "host override"
985 + Fixed bug with external commands always getting WARNING state
986
9872005-05-22 MickeM
988 + Added debug output for command
989 + Added timestamps for log-to-file (date_mask to configure format)
990 + Added support for "no password" with check_nt
991 + Added log of bad password on NSClient requests.
992 * Some threading issues fixed (I hate threading :)
993
9942005-05-19 MickeM
995 * Verified NT4 compatibility
996
9972005-05-18 MickeM
998 * Fixed bug in NSC.ini (section title for Check System was wrong)
999 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1000 * Fixed some minor issues here and there
1001
10022005-05-15 MickeM
1003 + Added NRPE support for checkCounter
1004 + Updated documentation
1005 * Make check commands ignore case
1006 + Added CheckHelpers module to alter the result of various check and similar things
1007
10082005-05-14 MickeM
1009 + Added support for Volumes (CheckDisk)
1010 + Added support for checking all drives of a certain kind
1011 + Added support for altering filter (makes it possible to check removable drives)
1012 + Created web page and better documentation
1013
10142005-04-20 MickeM
1015 + Added multitasking to socket listener (it can now handle multiple connections)
1016 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1017 + Added COUNTER support to NSClient and CheckSystem
1018
10192005-04-19 MickeM
1020 + Added SSL support
1021 + Added a lot of new options
1022 + Added documentation
1023 * Renamed and restructured NSCLientCompat to CheckSystem
1024 * *ALOT* of fixes all over
1025 : We are now starting to get to something that is "stable"
1026 : This means that soon you might actually be able to use this.
1027 
10282005-03-28 MickeM
1029 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1030 * Moved settings "keys" fro NRPE to config.h
1031 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1032 * Minor tweaks to error/debug logging and small fixes "here and there"
1033
10342005-03-26 MickeM
1035 + NRPE Support (very basic, no encryption, and nothing fancy)
1036 * Socket classes rewritten
1037 + Added NSCModuleHelper::getSettingsSection to the API
1038
10392005-03-22 MickeM
1040 * Fixed NSClientListener return codes for basic commands
1041 * Extracted arrayBuffer code into new files under /include
1042 * Minor tweaks in the API (fixed minor issues)
1043 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1044
10452005-03-21 MickeM
1046 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1047 + Added NRPE return code
1048 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1049
10502005-03-20 MickeM
1051 * Fundamental API changes (due to NRPE compatibility)
1052   - HandleCommand has changed
1053   - Inject has changed
1054   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1055   - A lot of the old return codes have changed
1056 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1057 + New SimpleSocket in include/ will be used as base class for Listeners
1058 * A lot of rewrite to the NSC API
1059
10602005-03-19 MickeM
1061 * Re factored out NSCLient Listener as a separate module
1062 + Added initial NRPE listener module (not yet implemented only a shell)
1063 * Changed Module API (Inject function has new syntax)
1064 + Added some tokenizer function to charEx
1065 + Added new wrapper function to inject Command
1066 * Minor changes in relation to refactor work
1067
10682005-03-01 MickeM
1069 * Improved thread safety in Core
1070 + Added exception handling and logging in PDH code
1071 * Various fixes all over the place
1072 + New module for check size of files/directories
1073 * Changed build to Dynamic link
1074 * Added regular expression support for EventLog checker
1075
10762005-02-22 MickeM
1077 + Added documentation
1078
10792005-02-17 MickeM
1080 * NSClient issues fixed
1081 * System Tray issues fixed
1082
10832005-02-14 MickeM
1084 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.