source: nscp/changelog @ 2018659

0.4.00.4.10.4.2
Last change on this file since 2018659 was 2018659, checked in by Michael Medin <michael@…>, 3 years ago

Added protocol buffers for internal channels (only command as of now) this means this builds lacks "performance data" (as it has yet to be re-added) as well as requires changes to plugins as the API is NEW!

  • Property mode set to 100644
File size: 51.0 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-01-31 MickeM
10 + Added google protocol buffers
11 ! Changed internal handle command logic (now uses protocol buffers)
12 - Removed (temporarily) performance data (due to protocol buffer changes)
13
142010-01-19 MickeM
15 + Rename NRPEListener to NRPEServer
16 + Added NRPEServer to CMake build
17
182010-01-xx MickeM
19 + Added Scheduling module
20 
212009-10-11 MickeM
22 + Added argument support to NRPE Client
23   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.
24
252009-09-20 MickeM
26 * Fixed alias in CheckWMI (now works)
27 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
28 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
29
302009-09-13 MickeM
31 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
32
332009-09-06 MickeM
34 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
35 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
36
372009-08-30 MickeM
38 + Added -c and -d command line options like so:
39   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
40   NSClient++ -c <command> <argument 1> <argument 2> ...
41   -d Is the same thing but with debug enabled.
42 + Added uninstall of old client (sort of broken but works)
43
442009-08-29 MickeM
45 * Fixed issue with CheckFile (directory)
46 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
47
482009-07-18 MickeM
49 * Fixed issue with no loggers avalible and "memory leak"
50 * Added "firewall exception" to installer
51 * Fixed an issue with the socket data buffer
52 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
53 * Fixed issue with NSCA socket.
54
552009-07-05 MickeM
56 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
57 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
58
592009-06-20 MickeM
60 * Fixed issue with CheckDisk and paths not working out properly
61
622009-06-10 MickeM - 0.3.6
63 ! Release the new version
64
652009-06-10 MickeM
66 * Fixed so CheckEventLog only reports invalid buffersizes once
67
682009-06-07 MickeM
69 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
70 * Finalized the installer
71
722009-05-22 MickeM
73 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
74
752009-05-21 MickeM
76 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
77 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
78
792009-05-17 MickeM
80 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
81
822009-05-10 MickeM
83 + Added write support for modules to installer
84
852009-05-03 MickeM
86 * Fixed another quite serious memory leak!
87   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
88 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
89
902009-03-30 MickeM
91 + Added new option to NSCA module for specifying report options.
92        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
93 + Added so password and host ate stored in the installer (if changed)
94
952009-03-29 MickeM
96 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
97
982009-03-15 MickeM
99 * New service name (displayname)
100 * New service description
101
1022009-03-14 MickeM
103 * Rebuilt installer UI (still missing write config function)
104 * Added debug entry to log filename used by debug log metrics.
105 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
106
1072009-03-02 MickeM
108 * Added catch handlers and error logging to NSCA Thread
109 * Fixed issue with CheckProcState and administrator login!
110 + Added debug module to installer
111 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
112   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
113   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)
114 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
115
1162009-02-26 MickeM
117 * Fixed issue with debug logging (not it can be disabled again)
118
1192009-02-23 MickeM
120 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
121
1222009-02-11 MickeM
123 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
124   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).
125
1262009-02-06 MickeM
127 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
128
1292009-02-05 MickeM
130 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
131 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
132
1332009-02-03 MickeM
134 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
135   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
136
1372009-01-30 MickeM
138 * Added support for changing name and description of service from the /install command line
139   NSClient++ /install [gui] [start] [service name] [description]
140   NSClient++ /uninstall [gui] [stop] [service name]
141   NSClient++ /start [gui] [service name]
142   NSClient++ /stop [gui] [service name]
143
1442009-01-28 MickeM
145 * Slightly improved error handling around socket creation
146 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
147
1482009-01-25 MickeM
149 * Fixed issue with checkVersion (#242)
150 * Fixed spelling error (#244)
151 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
152 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
153 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
154 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
155
1562009-01-23 MickeM
157 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
158    You can now use the following syntax:
159    CheckEventLog ... warn=ne:1 crit=eq:0 ...
160    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
161    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
162
1632009-01-23 MickeM
164 * Cleaned up the checkProcState code and it is not a lot better.
165   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
166 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
167 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
168
1692009-01-21 MickeM
170 + Added experimental 16 bit process support to checkProcState
171
1722009-01-20 MickeM
173 * Fixed issue with CheckWMI when no filter was specified.
174
1752009-01-17 MickeM
176 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
177   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
178 * 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)
179 * removed debug output from -noboot
180 + Added new command line pdhmatch option to use pattern matching on PDH queries
181   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
182 * Improved error reporting in the PDH subsystem.
183 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
184   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
185 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
186
1872009-01-13 MickeM
188 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
189 + Brand new build enviornment based upon boost build!!!
190   Use batch file to build (release-build.bat or modify to make your own)
191 * Modified /about so it now shows a lot of usefull(?) info.
192
1932008-11-13 MickeM
194 + Added truncate option to checkServiceState
195
1962008-09-24 MickeM
197 * Imroved the installer (now auto-updates the version when built)
198
1992008-09-24 MickeM - 0.3.5
200 * Fixed issue with CheckServiceState and CheckAll (it now works)
201 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
202    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
203
2042008-09-18 MickeM - 0.3.4
205 * Changed so "missing services" are treated as stopped.
206    CheckServiceState missing=stopped ShowAll
207        OK: missing: not found
208 * Fixed issue with : in service name.
209 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
210
2112008-09-17 MickeM - 0.3.4 RC-6
212 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
213
2142008-09-17 MickeM
215 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
216 * Added so tray icon can get "propper" name from core for "description".
217 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
218
2192008-09-16 MickeM - 0.3.4 RC-5
220 * Fixed an issue with the session launcher
221
2222008-09-15 MickeM
223 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
224 + Added a very basic simple .net plugin (and a wrapper)
225
2262008-09-14 MickeM - 0.3.4 RC-4
227 * Fixed an issue with the session launcher
228 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
229
2302008-09-14 MickeM - 0.3.4 RC-4
231 * Fixed issue with OS detection (again)
232 * Fixed issue with plugin unloading (again)
233 * Fixed issue with SSL socket not unloading properly
234 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
235 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
236
2372008-09-12 MickeM
238 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
239
2402008-09-09 MickeM - 0.3.4 RC-3
241 * Improved error handling for the WMI checks.
242 + CheckWMI: Added support for extracting numbers from strings
243 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
244 * Fixed issue with & and some commands via check_nt.
245 * Fixed a crash on exit (which I added in Rc1).
246 * Added 10 "bytes" the CPU buffer: (#174)
247 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
248 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
249
2502008-09-08 MickeM - 0.3.4 RC-2
251 * Fixed issue in windows 2008 with system tray (shared_session).
252 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
253 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
254
2552008-09-07 MickeM
256 + Added sample powershell script as well as a workaround for making them run.
257 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
258 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
259
2602008-09-06 MickeM
261 * Improved error reporting in the eventlogchecker
262 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
263   I Recomend everyone to stop using the "old" filtering.
264
2652008-09-04 MickeM
266 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
267 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
268 * Fixed a memory leak in the error formating code
269
2702008-08-24 MickeM
271 * Changed NSCA "general problem" error message to be more descriptive.
272 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
273
2742008-08-16 MickeM
275 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
276 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
277 + Added shared session so system tray can communicate with master
278 + Added new system tray handlig (via TS so FUS should work with it)
279 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
280   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.
281
2822008-08-09 MickeM
283 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
284
2852008-07-28 MickeM
286 * Improved the error handling for the check proc state.
287 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
288
2892008-07-25 MickeM
290 + Built a garage at the summer house
291 * cut down all the reeds and shrubbs at the summer house.
292
2932008-07-03 MickeM
294 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
295 + Added some more error messages for when counters are not found.
296 * Fixed an issue with the new namespace option
297
2982008-07-02 MickeM
299 ! 0.3.3 Released (take 2)
300 + Added new option alias to controll the name for performance counters when using checkfile use like so:
301    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
302 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
303 ! 0.3.3 Released (take 1)
304 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
305
3062008-07-02 MickeM
307 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
308
3092008-07-01 MickeM
310 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
311   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
312
3132008-06-30 MickeM
314 * Fixed issue with CheckFile and performance data ( #156 )
315 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
316   *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)
317   Message will reflect reason.
318 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
319
3202008-06-25 MickeM
321 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
322
3232008-06-24 MickeM
324 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
325 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
326 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
327 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
328 * Better error messages in the check service thingy.
329
3302008-06-18 MickeM
331 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
332   Before only the first 1024 bytes were used.
333
3342008-06-15 MickeM
335 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
336   + CheckDriveSize now uses "all drives" when no drive is specified.
337   * Fixed misspellt Container
338
3392008-06-14 MickeM
340 * Fixed error message from external commands (better reporting now)
341
3422008-05-14 MickeM
343 * Fixed memoryleak in the service checker.
344     I am really sorry I usualy write better code then this.
345 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
346
3472008-09-17 MickeM - 0.3.4 RC-6
348 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
349
3502008-09-17 MickeM
351 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
352 * Added so tray icon can get "propper" name from core for "description".
353 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
354
3552008-09-16 MickeM - 0.3.4 RC-5
356 * Fixed an issue with the session launcher
357
3582008-09-15 MickeM
359 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
360 + Added a very basic simple .net plugin (and a wrapper)
361
3622008-09-14 MickeM - 0.3.4 RC-4
363 * Fixed an issue with the session launcher
364 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
365
3662008-09-14 MickeM - 0.3.4 RC-4
367 * Fixed issue with OS detection (again)
368 * Fixed issue with plugin unloading (again)
369 * Fixed issue with SSL socket not unloading properly
370 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
371 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
372
3732008-09-12 MickeM
374 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
375
3762008-09-09 MickeM - 0.3.4 RC-3
377 * Improved error handling for the WMI checks.
378 + CheckWMI: Added support for extracting numbers from strings
379 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
380 * Fixed issue with & and some commands via check_nt.
381 * Fixed a crash on exit (which I added in Rc1).
382 * Added 10 "bytes" the CPU buffer: (#174)
383 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
384 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
385
3862008-09-08 MickeM - 0.3.4 RC-2
387 * Fixed issue in windows 2008 with system tray (shared_session).
388 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
389 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
390
3912008-09-07 MickeM
392 + Added sample powershell script as well as a workaround for making them run.
393 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
394 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
395
3962008-09-06 MickeM
397 * Improved error reporting in the eventlogchecker
398 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
399   I Recomend everyone to stop using the "old" filtering.
400
4012008-09-04 MickeM
402 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
403 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
404 * Fixed a memory leak in the error formating code
405
4062008-08-24 MickeM
407 * Changed NSCA "general problem" error message to be more descriptive.
408 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
409
4102008-08-16 MickeM
411 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
412 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
413 + Added shared session so system tray can communicate with master
414 + Added new system tray handlig (via TS so FUS should work with it)
415 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
416   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.
417
4182008-08-09 MickeM
419 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
420
4212008-07-28 MickeM
422 * Improved the error handling for the check proc state.
423 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
424
4252008-07-25 MickeM
426 + Built a garage at the summer house
427 * cut down all the reeds and shrubbs at the summer house.
428
4292008-07-03 MickeM
430 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
431 + Added some more error messages for when counters are not found.
432 * Fixed an issue with the new namespace option
433
4342008-07-02 MickeM
435 ! 0.3.3 Released (take 2)
436 + Added new option alias to controll the name for performance counters when using checkfile use like so:
437    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
438 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
439 ! 0.3.3 Released (take 1)
440 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
441
4422008-07-02 MickeM
443 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
444
4452008-07-01 MickeM
446 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
447   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
448
4492008-06-30 MickeM
450 * Fixed issue with CheckFile and performance data ( #156 )
451 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
452   *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)
453   Message will reflect reason.
454 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
455
4562008-06-25 MickeM
457 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
458
4592008-06-24 MickeM
460 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
461 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
462 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
463 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
464 * Better error messages in the check service thingy.
465
4662008-06-18 MickeM
467 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
468   Before only the first 1024 bytes were used.
469
4702008-06-15 MickeM
471 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
472   + CheckDriveSize now uses "all drives" when no drive is specified.
473   * Fixed misspellt Container
474
4752008-06-14 MickeM
476 * Fixed error message from external commands (better reporting now)
477
4782008-05-14 MickeM
479 * Fixed memoryleak in the service checker.
480     I am really sorry I usualy write better code then this.
481
4822008-05-?? MickeM
483 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
484
4852008-06-?? MickeM
486 * 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 :)
487
4882008-05-14 MickeM
489 * Fixed memoryleak in the service checker.
490     I am really sorry I usualy write better code then this.
491
4922008-05-11 MickeM
493 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
494     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
495
4962008-04-03 MickeM
497 * Moved COM init to "core" (from WMI module)
498 + Added new Check command: CheckTaskSched Use like so:
499     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
500
5012008-03-21 MickeM
502 + Added command line support for process checks
503   New option: cmdLine will toggle so full command lines are used instead of just process names.
504 + Added regular expression matching to process checks
505   New option: match=regexp (match=strings is the default and "old" way)
506 + Added substring matching to process checks
507   New option: match=substr (match=strings is the default and "old" way)
508   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
509 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
510 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
511 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
512
5132008-03-20 MickeM
514 + Added host-lookupos for NSCA server (#149)
515 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
516 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
517 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
518   Added option debug_skip_data_collection to simulate this (just for kicks)
519
5202008-03-18 MickeM
521 * Added some more error messages to the NSCA module
522 * Added support for arguments to LUA module.
523   syntax: function debug (command, args) -- args is a table with all arguments
524
5252008-03-11 MickeM
526 ! 0.3.1 Released
527
5282008-03-08 MickeM
529 * Changed so log is now in Unicode format
530   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
531   If anyone hates this let me know and I will add an option to use "old ansi log".
532 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
533   This means "strangeness" in Unicode and non-us-ascii chars on the console,
534    so for details refer to the log-file which is proper Unicode.
535 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
536    (if you find this annoying let me know, I will make it optional :)
537 * Fixed some issues in the registry handling
538
5392008-03-06 MickeM
540 * Fixed silly ordering bug with the <> syntax.
541
5422008-03-05 MickeM
543 + 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.
544 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
545 * Fixed an issue with eventlog and . matching.
546 + Added shorthand ! for != in "all" numeric filters (eventlog)
547 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
548   Try using: filter-eventType=<>warning to remove everything that is not a warning
549 * Fixed two spelling mistakes in the SysTray module.
550 * Fixed 64-bit issues with installer
551 * Fixed so installer uninstalls/installs the service
552 
5532008-02-26 MickeM
554 + Added installer
555 
5562008-02-22 MickeM
557 * Fixed issues in the NRPE module (now returns the correct status)
558 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
559    (might make it simpler to diagnose problems)
560
5612008-02-20 MickeM
562 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
563   eventually for relaying events.
564   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
565   This is an early concept so don't expect much...
566 * Fixed a bug in NSCA module (now it works again :)
567 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
568   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
569
5702008-02-19 MickeM
571 + Fixed a buffer overflow in the NRPE socket handling.
572 
5732008-02-18 MickeM
574 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
575 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
576   Since check_nrpe doesn't do this it wont work in that end, but still...
577
5782008-02-16 MickeM
579 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
580
5812008-02-14 MickeM
582 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
583 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
584
5852008-02-13 MickeM
586 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
587 * Fixed issue with scripts result truncated after 1024 chars
588    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
589 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
590 + Added to NSCA truncates output when to long.
591
5922008-02-12 MickeM
593 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
594   (notice you need to recompile the check_nrpe to match this value)
595 * Improved exception handling in the PDH collector (hopefully less deadlocks)
596
5972008-02-11 MickeM
598 + Added encryption support for NSCA module (about half of the algorithms are available,
599     if someone wants to use one not available let me know, and I will try to add it)
600
6012008-02-09 MickeM
602 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
603   - Can Check batch/vbs/programs/*
604   - Works with NSCA module (if you don't want to have NRPE at the same time)
605   - Simpler syntax (discarded old and added new section for alias)
606   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
607
6082008-02-08 MickeM
609 + Added some more default catch handlers (on the "core" side of plugin-calls).
610
6112008-02-07 MickeM
612 + Added default catch handlers to all wrapped plug in calls.
613
6142008-02-05 MickeM
615 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
616
6172008-02-04 MickeM
618 *** Happy Birthday bogi!! :)
619 * Fixed issues with performance counter rendering (mainly checkDisk)
620
6212008-02-03 MickeM
622 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
623 + Added API for scripts to register commands
624 + Added command descriptions (for some modules)
625 * Fixed issue in NRPE that displayed a console window when running commands
626 * New improved "inject" dialog from the system tray
627   Lists available commands, and shows command descriptions and a lot of other improvements.
628 + Added an internal log windows that displays log in real-time.
629 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
630
6312008-02-02 MickeM
632 * Might have fixed the "missing eventlog messages" problem.
633 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
634
6352008-01-27 MickeM
636 * Fixed a memory-leak in format_time
637 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
638 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
639   For this to work you need to have the descriptions flag set
640   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
641 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
642   The uniqueness is defined by event-log, event-source, event-id and event-category.
643
6442007-12-16 MickeM
645 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
646 * Changed some exceptions that were thrown wrong
647
6482007-12-11 MickeM
649 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
650
6512007-12-10 MickeM
652 + Added initial draft for LUA module
653
6542007-12-09 MickeM
655 + Added a check if the service is started when running with /test so you get a warning
656 + Improved the socket thread with:
657    * a default-catch
658    * If the socket fails to start we still wait for it to shut down (no error message)
659 + Added first version of the NSCA agent (NSCAgent.dll)
660   (no encryption support as of yet, but will come)
661
6622007-12-04 MickeM
663 ! 0.3.0 Released
664
6652007-12-01 MickeM
666 * Fixed issue with date formating in FILEAGE
667
6682007-11-29 MickeM
669 * Fixed issue with date formating in FILEAGE
670
6712007-11-28 MickeM
672 ! 0.3.0 RC-1
673 * Fixed some UNICODE issues with process-listings
674 + Added an error message if the "detected" process enumeration method is not available.
675 + Fixed some more Unicode issues Password encrypt/decrypt: #107
676 * Fixed Unicode issues with "external programs" #109
677 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
678 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
679    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 ...
680    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
681
6822007-11-26 MickeM
683 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
684 * More 2k5 build tweaks
685
6862007-11-23 MickeM
687 * Converted to Unicode (damn sometimes I **HATE** C++)
688 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
689
6902007-11-22 MickeM
691 * Fixed so the "default path" is correct even when running as a service (issue: #96)
692
6932007-11-21 MickeM
694 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
695 * Fixed some missing exceptions that were not caught
696 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
697     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
698    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
699 - Removed  from SVN (as it is old and outdated and no longer used)
700
7012007-11-20 MickeM
702 + Added new option to CheckSystem to override detected language (force_language=0x0014)
703
7042007-11-19 MickeM
705 * Fixed a minor issue in reading registry keys
706 + Added -noboot option to startup used for running command line utilities without booting the client
707   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
708 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
709 * Migrated 2008 project files to new name and back ported to 2005 project files.
710
7112007-11-16 MickeM
712 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
713 + Added sample VBS script and definitions
714
7152007-11-15 MickeM
716 * Improved error message when external NRPE command failles.
717
7182007-11-14 MickeM
719 + Added multi-line output support ( issue #91 )
720 * Improved error handling for external commands
721 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
722 + Added an English fall back if "local" language PDH counters fail.
723
7242007-11-12 MickeM
725 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
726
7272007-11-11 MickeM
728 + Added option to configure the behavior of CheckService CheckAll (#64)
729
7302007-11-08 MickeM
731 + Added CheckWMIValue to check result-values from a WMI Query
732 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
733    If anyone don't want this let me know and I will make an option for it.
734
7352007-11-06 MickeM
736 + Added CLI interface to CheckWMI to check queries
737
7382007-11-04 MickeM
739 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
740
7412007-10-29 MickeM
742 * Restructured build and include to work from CLI
743 + Started to add makefiles to build from CLI
744 + Added Finnish counters (#98)
745 * Fixed performance counter issue with check_nt (#99)
746 
7472007-10-06 MickeM
748 + Added auto-upda-te of versions and dates on build to make versions better updated.
749 + Fixed x64 build and cleanup a bit.
750
7512007-09-15 MickeM
752 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
753
7542007-09-11 MickeM
755 + Added Dutch performance counters to counters.defs
756 + Added Spanish performance counters to counters.defs
757 + Added #69 [includes] directive to INI-file to include other files
758 * Fixed #75 (spelling issue)
759
7602007-06-23 MickeM
761 * 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...
762 * Fixed the "check memory" issues for real this time.
763 * 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.
764
7652007-06-20 MickeM
766 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
767 * Fixed #62 Problems with CheckServiceState and services with spaces.
768
7692007-03-06 MickeM
770 ! 0.2.7 released
771
7722007-03-05 MickeM
773 * Fixed -v FILEAGE check_nt (NSClient) check.
774 * Added license agreement header to all files
775
7762007-03-04 MickeM
777 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
778   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
779 + Added Japanese counters to counters.defs from patch (thanx!!!)
780
7812007-02-25 MickeM
782 + Added possibility to check many memory checks in one go, just stack type options.
783     type=paged type=physical etc...
784 * Fixed a performance check bug in the last nightly.
785 * Fixed a potential crash when a malformed check-file-age command was issued.
786 + Added support for more then and NSClient command
787 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
788 
7892007-02-22 MickeM
790 + Added debug output to see if the socket is bound and/or has shutdown.
791 * Fixed a potential bug in the thread manager.
792 + Added configuration option for suppressing performance data to the NRPE section.
793   Set performance_data=0 to stop sending performance data to nagios
794 + New (better?) (simpler?) event log checking
795 + Added option to most commands (ignore-perf-data) to suppress performance data
796 + Added option CheckAll for checking all auto-start services to checkServiceState.
797   Also an exclude=<service> to exclude checking that.
798 * Fixed return syntax for PROCSTATE nsclient
799
8002007-02-21 MickeM
801 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
802
8032006-12-02 MickeM
804 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
805 * Fixed "broken password check" in NSClient listener
806
8072006-11-18 MickeM
808 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
809 * Added error message when detected language is missing from counters.defs
810 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
811 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
812 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
813 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
814
8152006-10-05 MickeM
816 * Yayyy!!! (first fix in a looong while :)
817 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
818   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
819 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
820   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
821   access to your nagios box (probably only a theoretical problem but hey! :)
822   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
823   request it will be "slow" but I think it is not that much of a problem really.
824   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
825   Set cache_allowed_hosts=0 to disable host cache
826
8272006-04-04 MickeM
828 * Fixed a few more bugs to the INI/REG readers
829
8302006-04-02 MickeM
831 * Could all magicians stop trying to kill me?
832   *Please* i don't like to die!
833
8342006-03-31 MickeM
835 * Damn necromancers! stop 0wning my ass all the time!
836 
8372006-03-29 MickeM
838 + Added API for saving/reading settings
839 
8402006-03-28 MickeM
841 + Added REG/INI parsers
842 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
843
8442006-03-25 MickeM
845 * Oblivion f*cking roxx!
846
8472006-03-02 MickeM
848 * Fixed bug in INI-file reader (memory leak)
849
8502006-03-01 MickeM
851 * Fixed bug in CheckFile (now dates work correctly)
852
8532006-02-26 MickeM
854 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
855
8562006-02-25 MickeM
857 * Fixed Sections problem (now sections can be any size)
858 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
859   Allows you to bind the listener to a specific IP address (only dotted number not host name).
860   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
861 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
862 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
863 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
864   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.
865   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.
866 - 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.
867 * Moved listpdh and debugpdh into the CheckSystem module
868 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
869 
8702006-02-2? MickeM
871 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
872   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
873 + Added new install/uninstall command to SystemTray module:
874   NSClient++.exe SystemTray install
875   NSClient++.exe SystemTray uninstall
876   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
877 * 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).
878 * Fixed so checkProcess isn't case sensitive.
879 * Added (not finished) syntax option to event log checker to format the outputted data
880
8812006-02-12 MickeM
882 + Added support for host name resolve to allowed_hosts
883
8842006-02-08 MickeM
885 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
886 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
887
8882006-02-07 MickeM
889 + Added new filter option to eventlog filter-eventID
890 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
891
8922006-02-05 MickeM
893 + Added CheckFile check command
894   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
895 + Added FILEAGE support to NSClient
896 + Started to convert the web page to WIKI
897 
8982006-01-21 MickeM
899 + Added WMI Check module (early alpha)
900   This is an extremely early alpha more to see if there is an interest and how to progress with it.
901   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
902   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
903   The Max* are as every other check and sets limits.
904   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
905   So any other WMI query should work (notice this is experimental and not stable and has virtually
906   no error handling so it is likely to crash nsclient if you ask anything "non working".)
907   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
908  * Fixed NT4 /install (should work now!)
909
9102006-01-02 MickeM
911 * Fixed ChangeServiceConfig2 on NT4
912 + Added support for more then 4GB memory (8GB?)
913   Since I don't have this much memory this needs to be verified...
914 * Fixed syntax of performance data
915
9162005-09-24 MickeM
917 * Fixed memory size bug (free and used were swapped)
918
9192005-09-20 MickeM
920 + Added option to debug all PDH counters /debugpdh
921
9222005-09-17 MickeM
923 + Added support for checking service by display name
924
9252005-09-03 MickeM
926 * First off, sorry for lack of updates, but was on vacation :)
927 + Added ShowAll=long to CPULoad
928 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
929
9302005-07-31 MickeM
931 + /install now sets the service to autostart
932 * Did some cleanup of minor code sections
933 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
934 + Added service description
935 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
936
9372005-07-26 MickeM
938 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
939 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
940
9412005-07-19 MickeM
942 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
943 * Fixed UNKNOWN return code (was 4 should have been 3)
944
9452005-07-16 MickeM
946 * Fixed drive checks from NSClient
947
9482005-07-11 MickeM
949 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
950   have been extended to check a lot more things.
951   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
952 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
953
9542005-06-09 MickeM
955 * Escapes " in NRPE commands in the NSC.ini
956
9572005-06-05 MickeM
958 * Created configuration interface (not released yet)
959
9602005-06-03 MickeM
961 * Created interactive installer (not released yet)
962
9632005-06-02 MickeM
964 * CheckEventLog reworked...
965
9662005-06-01 MickeM
967 * CheckSystem auto detects windows version and language.
968
9692005-05-29 MickeM
970 * Fixed PROCSTATE and SERVICESTATE return state.
971 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
972 * Fixed performance data for drives (and possibly other places)
973
9742005-05-23 MickeM
975 + Added obfuscated password support
976 + Added some more debug info on commands (return code, and input args)
977 + Added some more comments to the NSC.ini
978 + Added central password "override"
979 + Added central "host override"
980 + Fixed bug with external commands always getting WARNING state
981
9822005-05-22 MickeM
983 + Added debug output for command
984 + Added timestamps for log-to-file (date_mask to configure format)
985 + Added support for "no password" with check_nt
986 + Added log of bad password on NSClient requests.
987 * Some threading issues fixed (I hate threading :)
988
9892005-05-19 MickeM
990 * Verified NT4 compatibility
991
9922005-05-18 MickeM
993 * Fixed bug in NSC.ini (section title for Check System was wrong)
994 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
995 * Fixed some minor issues here and there
996
9972005-05-15 MickeM
998 + Added NRPE support for checkCounter
999 + Updated documentation
1000 * Make check commands ignore case
1001 + Added CheckHelpers module to alter the result of various check and similar things
1002
10032005-05-14 MickeM
1004 + Added support for Volumes (CheckDisk)
1005 + Added support for checking all drives of a certain kind
1006 + Added support for altering filter (makes it possible to check removable drives)
1007 + Created web page and better documentation
1008
10092005-04-20 MickeM
1010 + Added multitasking to socket listener (it can now handle multiple connections)
1011 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1012 + Added COUNTER support to NSClient and CheckSystem
1013
10142005-04-19 MickeM
1015 + Added SSL support
1016 + Added a lot of new options
1017 + Added documentation
1018 * Renamed and restructured NSCLientCompat to CheckSystem
1019 * *ALOT* of fixes all over
1020 : We are now starting to get to something that is "stable"
1021 : This means that soon you might actually be able to use this.
1022 
10232005-03-28 MickeM
1024 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1025 * Moved settings "keys" fro NRPE to config.h
1026 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1027 * Minor tweaks to error/debug logging and small fixes "here and there"
1028
10292005-03-26 MickeM
1030 + NRPE Support (very basic, no encryption, and nothing fancy)
1031 * Socket classes rewritten
1032 + Added NSCModuleHelper::getSettingsSection to the API
1033
10342005-03-22 MickeM
1035 * Fixed NSClientListener return codes for basic commands
1036 * Extracted arrayBuffer code into new files under /include
1037 * Minor tweaks in the API (fixed minor issues)
1038 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1039
10402005-03-21 MickeM
1041 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1042 + Added NRPE return code
1043 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1044
10452005-03-20 MickeM
1046 * Fundamental API changes (due to NRPE compatibility)
1047   - HandleCommand has changed
1048   - Inject has changed
1049   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1050   - A lot of the old return codes have changed
1051 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1052 + New SimpleSocket in include/ will be used as base class for Listeners
1053 * A lot of rewrite to the NSC API
1054
10552005-03-19 MickeM
1056 * Re factored out NSCLient Listener as a separate module
1057 + Added initial NRPE listener module (not yet implemented only a shell)
1058 * Changed Module API (Inject function has new syntax)
1059 + Added some tokenizer function to charEx
1060 + Added new wrapper function to inject Command
1061 * Minor changes in relation to refactor work
1062
10632005-03-01 MickeM
1064 * Improved thread safety in Core
1065 + Added exception handling and logging in PDH code
1066 * Various fixes all over the place
1067 + New module for check size of files/directories
1068 * Changed build to Dynamic link
1069 * Added regular expression support for EventLog checker
1070
10712005-02-22 MickeM
1072 + Added documentation
1073
10742005-02-17 MickeM
1075 * NSClient issues fixed
1076 * System Tray issues fixed
1077
10782005-02-14 MickeM
1079 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.