source: nscp/changelog @ 9853bc3

0.4.00.4.10.4.2
Last change on this file since 9853bc3 was 9853bc3, checked in by Michael Medin <michael@…>, 18 months ago
  • Fixed some NSCA issues (reading from new conf)
  • Fixed some linux build issues (related to refactoring)
  • Property mode set to 100644
File size: 61.6 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 * Fixa dependonservice LanManWorkStation (old win)
6 * Fix RtlStringFromGUID problem on NT4
7
82011-11-27 MickeM
9 * Fixed some NSCA issues (reading from new conf)
10 * Fixed some linux build issues (related to refactoring)
11
122011-11-27 MickeM
13 * Major refactoring in the command line interface
14 * Added support for alias to many common module (command line)
15   so: nscp eventlog (is the same as nscp client --module CheckEventLog)
16 * Fixed issue with CheckEventLog message rendering and eventid
17 * Refactored all Client modules to all support command line, commands and submissions.
18 * Added uniform handling of "everything" to all Client plugins
19 * Fixed SyslogClient to work "as advertised" (ie. all hardcoded stuff is removed)
20 * Fixed utf8 issue with text strings (now have a working concept which needs to be implementd "all over the place")
21 * Many issues and fixes related to clients.
22 * Fixed so CheckEvent log (insert) works much better (added new options)
23
242011-11-14 MickeM
25 * Fixed issue with installer not saving nsc.ini when upgrading from 0.3.9
26
272011-11-09 MickeM
28 * Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish)
29   Still requires template support and configuration options (mainly PoC right now).
30 * Added initial SMTPClient to allow sending messages via SMTP.
31   Still requires template support and configuration options (mainly PoC right now).
32 * Fixed unicode log issue (still not sure message format is correct)
33 * Renamed Message to log in internal wrapper API
34 * Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
35
362011-11-06 MickeM
37 * Had some "vacation" so no updates for a while
38 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
39 * Added option to read sections (to plugin API)
40 * Fixed issues in settings wrapper so child paths are also mapped (not just keys)
41 * Many fixes related to NRPE/NSCA/*
42 * "RC quality" expect RC within the week (only need to fix default config file somehow)
43 * Upgraded all unit test to use the simplified API
44 * Fixed a some unicode issues in PythonScript module
45 * Improved threading a bit
46 * Fixed CheckSystem (service check)
47 * Fixed duplicate keys (when replacing) in old settings client
48 
492011-10-21 MickeM
50 * Some more threading issues in Python (works perfectly(?) now)
51 * Refactored the tests a bit making test suites runable from a central hub
52 * Fixed soo everything builds and works on Linux
53
542011-10-19 MickeM
55 * Fixed some threadding issues in PythonScript
56 * Still working on refactoring the unittest helpers a bit
57
582011-10-16 MickeM
59 * Fixed issue with loading zero-byte UTF-8 config files
60 * Fixed some issues with settings subsystem (debug log as well as createing instances for --generate)
61 * Added ability to set event log to real-time
62 * Added support for multiple eventlogs in real-time
63
642011-10-09 MickeM
65 * Real-time CheckEventLog working (still only for one, and I think application log)
66 * Added python tests to validfate that Real-time eventlog is working.
67 * Fixed som defects here and there (now builds on Linux again)
68 * Fixed so it builds in "debug mode"
69 * Fixed issue in grammar which caused infiniate loop in som cases
70 * Fixed so error rendering in eventlog works with "infininate number of argumnets"
71 * Added support for targeting execs (in API)
72 * Fixed some invalid return messages
73 * Streamlined submissions wrappers to be more inline with "other wrappers"
74 * Fixed a myrriad of minor python script bugs
75 * Added sleep command (which sometimes causes issues so use with care)
76
772011-10-06 MickeM
78 * Initial command for createing eventlog records
79 * Initial real-time eventlog checker
80 * Fixed obscure c-tor issue with filters
81 
822011-09-27 MickeM
83 * Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
84 
852011-09-24 MickeM
86 * Started on NSCA unit-tests in python
87 * Refactored channel API a bit to better suite NSCA (and how it actually works)
88 * Changed how headers are created (nothice this might have broken NSCP stuff, havent checked)
89 * Created helper lib for Python Unittests
90
912011-09-21 MickeM
92 * Renamed NSCAAgent to NSCAClient (to be consistant)
93 * Created a NSCAServer module (again for consistancy)
94   This will be the defenition of the new "channels" so keep a lookout in the next few weeks
95
962011-09-18 MickeM
97 * Implemented first version of DistributedClient and DistributedSServer which work so now we have a proper message based transport.
98   Still a lot of rough edges such as cookie and authentication support is hard coded.
99   We also need a proper two way distributed server as well as implement "all" payload types.
100
1012011-09-11 MickeM
102 * Massive overhaul here and there
103 * Added new helper for handling "targets" (so they are the same)
104 * Extracted "command line handling" so all clients will work the same
105 * Extracted command processor to a common class to make all clients work the same
106 * Added initial zeromq stuff (nothing usable)
107 * Added an implementation layer for NSCP protocol parsing (so zeromq stuff can reuse it)
108 
1092011-09-05 MickeM
110 * Cleaned up some dependencies (on config.h)
111 * Fixed invalid data in config.h.in
112
1132011-09-03 MickeM (0.4.0.93)
114 * Created a protcol buffer free version of the python test script
115 * Upgraded to new version of simpleinin class
116 * Added new component for python protocol buffer library to installer
117 * Added installer for unittests to test.py run like so:
118   nscp --client --module PythonScript --command execute-and-load-python --script test.py
119 * Fixed so settings are created if not existing
120 * Fixed so plugins are not loaded in client mode
121 * Fixed so core is booting correctly in client mode
122 * Added new option --settings --switch <context> to allow switching context without migrating data
123 * Fixed unicode error on linux (settings file)
124
1252011-09-02 MickeM
126 * Fixed several issues in PythonScript
127 * PythonScript supports loading multiple instances as well as scripts
128 * Added some basic channel test to test.py script (the idea is that this will become "unit tests" eventually)
129
1302011-09-01 MickeM
131 * Implemented registration of channels (so no longer faked)
132 * Added settings key to change the NSCAAgent channel name
133 * Addded proper channel handling to PythonScript module
134 * Improved error handling in channels API
135 * Rewrote wrapper API to use templates and classes instead of macros (ish)
136 * Improved the internal plugin wrapping API to support multiple plugin load
137 * Fixed so PythonScript module supports multiple plugin load (with new argument for plugin_id)
138 * Added API for registrying routers and handling routing (almost there now)
139
1402011-09-01 MickeM
141 * Fixed issue with messages due to new API
142
1432011-08-31 MickeM
144 * Added support for loading same plugin twice (in different sessions)
145 * Added preliminary support for routing passive checks
146
1472011-08-30 MickeM
148 * Fixed uncaught exception in test client
149 * Added protocol buffers to source (needs to be added to installer as well)
150 * Added example python protocol buffer handler
151 * Added lib folder to python scripting (and automagicall load)
152
1532011-08-29 MickeM
154 * Fixed some *nix build issues...
155
1562011-08-25 MickeM
157 * Fixed some issues in the NSCPClient
158 * Fixed debug log issue in core
159 * Added support for "pushing" passive checks via NSCP
160
1612011-08-24 MickeM
162 * Sever refactoring of the new API (there is now two pb files ipc for NSCP protocol and plugin for plugin communication)
163 * Cleaned up API helper functions
164 * Fixed client argument for "client mode" to allow arbitrary arguments
165 * Cleaned up the argument processor code now requires "mode" to be first argument
166
1672011-08-23 MickeM
168 * Fixed issue in the NSCP server
169
1702011-08-22 MickeM
171 * Added initial NSCP protocol implenmentation (very vrude and not really usefull yet)
172 * Fixed so it builds on linux
173 * Fixed so automagic plugin renaming add lib<LIB name> on *nix.
174 * Fixed so it works on linux (fixed issues with timeout)
175
1762011-08-16 MickeM (0.4.0.85)
177 * Added support for remote WMI checking using target/username/password options like so:
178    CheckWMI target=192.168.0.123 user=\\foobar password=foobar namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
179 * Added support for looking up targets to CheckWMI
180   CheckWMI target=my_test_xp MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
181   Where <target> is defined under /settings/targets as well as /settings/targets/my_test_xp
182
1832011-08-15 MickeM
184 * Readded allowed hosts function
185 * Moved default socket options to /settings/default/socket
186 * Added more default socket options
187 * Added support for target in default plugin helpers
188 * Added remote WMI commands
189 * Added target section under /settings/targets
190
1912011-08-14 MickeM
192 * NRPEClient now works on linux
193 * Added "portable" settings map file to installer (so it will work with old installed versions)
194 * Rename Function to Registry in PythonScript API as well as some other function renames
195 * Started to clean up the helpers around the API
196 * Added support for execute to PythonScripts to execute commands
197 * BUG: just realised that static plugin instances prevent multiple instances :)
198   Will fix but not now as it is not important (for me)...
199 * Added initial support for channels to PythonScript
200   Core still lacks support for subscribing to arbitrary channels
201
2022011-08-13 MickeM
203 * Added support for command line execution to PythonScript module
204 * Readded support for specifying module on command line with --client mode
205 * Fixed some issues with the NRPEClient module
206 
2072011-08-12 MickeM
208  * Finnished (rough) adding back command line exec (with modern API)
209  * Fixed so installer uses correct name for dll:s (now Server not Listsener)
210 
2112011-08-11 MickeM
212  * Started to add back command line exec (with modern API)
213 
2142011-08-10 MickeM
215 * Fixed linus issues and defect
216 * Fixed some issues in the test python script regarding how prefix is handled
217 * Fixed PythonScript module to actually use the correct function map :)
218 * Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
219 * Added a lot of freatures and cleand up the PythonScript module
220 * Started to merge som features from PythonScript back to Lua script
221 
2222011-08-07 MickeM
223 * Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
224 * Fixed issue with loading plugins and aliases as well as duplicate plugin detection
225 
2262011-08-01 MickeM
227 * Added new module: PythonScript
228
2292011-07-25 MickeM
230 * merged in all 0.3.9 changes
231 * refactored where filter to be "non template" to drastically reduce compile time (as well as potentially size if I ever go dll instead of static link)
232 * streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
233
2342010-02-05
235 * Multiple fixes all over the place
236 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
237 ! Performance data is still missing (will be for a while yet)
238 
2392010-01-31 MickeM
240 + Added google protocol buffers
241 ! Changed internal handle command logic (now uses protocol buffers)
242 - Removed (temporarily) performance data (due to protocol buffer changes)
243
2442010-01-19 MickeM
245 + Rename NRPEListener to NRPEServer
246 + Added NRPEServer to CMake build
247
2482010-01-xx MickeM
249 + Added Scheduling module
250 
2512009-10-11 MickeM
252 + Added argument support to NRPE Client
253   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.
254
2552009-09-20 MickeM
256 * Fixed alias in CheckWMI (now works)
257 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
258 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
259
2602009-09-13 MickeM
261 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
262
2632009-09-06 MickeM
264 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
265 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
266
2672009-08-30 MickeM
268 + Added -c and -d command line options like so:
269   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
270   NSClient++ -c <command> <argument 1> <argument 2> ...
271   -d Is the same thing but with debug enabled.
272 + Added uninstall of old client (sort of broken but works)
273
2742009-08-29 MickeM
275 * Fixed issue with CheckFile (directory)
276 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
277
2782009-07-18 MickeM
279 * Fixed issue with no loggers avalible and "memory leak"
280 * Added "firewall exception" to installer
281 * Fixed an issue with the socket data buffer
282 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
283 * Fixed issue with NSCA socket.
284
2852009-07-05 MickeM
286 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
287 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
288
2892009-06-20 MickeM
290 * Fixed issue with CheckDisk and paths not working out properly
291
2922009-06-10 MickeM - 0.3.6
293 ! Release the new version
294
2952009-06-10 MickeM
296 * Fixed so CheckEventLog only reports invalid buffersizes once
297
2982009-06-07 MickeM
299 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
300 * Finalized the installer
301
3022009-05-22 MickeM
303 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
304
3052009-05-21 MickeM
306 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
307 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
308
3092009-05-17 MickeM
310 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
311
3122009-05-10 MickeM
313 + Added write support for modules to installer
314
3152009-05-03 MickeM
316 * Fixed another quite serious memory leak!
317   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
318 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
319
3202009-03-30 MickeM
321 + Added new option to NSCA module for specifying report options.
322        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
323 + Added so password and host ate stored in the installer (if changed)
324
3252009-03-29 MickeM
326 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
327
3282009-03-15 MickeM
329 * New service name (displayname)
330 * New service description
331
3322009-03-14 MickeM
333 * Rebuilt installer UI (still missing write config function)
334 * Added debug entry to log filename used by debug log metrics.
335 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
336
3372009-03-02 MickeM
338 * Added catch handlers and error logging to NSCA Thread
339 * Fixed issue with CheckProcState and administrator login!
340 + Added debug module to installer
341 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
342   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
343   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)
344 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
345
3462009-02-26 MickeM
347 * Fixed issue with debug logging (not it can be disabled again)
348
3492009-02-23 MickeM
350 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
351
3522009-02-11 MickeM
353 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
354   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).
355
3562009-02-06 MickeM
357 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
358
3592009-02-05 MickeM
360 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
361 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
362
3632009-02-03 MickeM
364 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
365   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
366
3672009-01-30 MickeM
368 * Added support for changing name and description of service from the /install command line
369   NSClient++ /install [gui] [start] [service name] [description]
370   NSClient++ /uninstall [gui] [stop] [service name]
371   NSClient++ /start [gui] [service name]
372   NSClient++ /stop [gui] [service name]
373
3742009-01-28 MickeM
375 * Slightly improved error handling around socket creation
376 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
377
3782009-01-25 MickeM
379 * Fixed issue with checkVersion (#242)
380 * Fixed spelling error (#244)
381 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
382 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
383 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
384 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
385
3862009-01-23 MickeM
387 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
388    You can now use the following syntax:
389    CheckEventLog ... warn=ne:1 crit=eq:0 ...
390    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
391    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
392
3932009-01-23 MickeM
394 * Cleaned up the checkProcState code and it is not a lot better.
395   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
396 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
397 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
398
3992009-01-21 MickeM
400 + Added experimental 16 bit process support to checkProcState
401
4022009-01-20 MickeM
403 * Fixed issue with CheckWMI when no filter was specified.
404
4052009-01-17 MickeM
406 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
407   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
408 * 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)
409 * removed debug output from -noboot
410 + Added new command line pdhmatch option to use pattern matching on PDH queries
411   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
412 * Improved error reporting in the PDH subsystem.
413 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
414   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
415 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
416
4172009-01-13 MickeM
418 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
419 + Brand new build enviornment based upon boost build!!!
420   Use batch file to build (release-build.bat or modify to make your own)
421 * Modified /about so it now shows a lot of usefull(?) info.
422
4232008-11-13 MickeM
424 + Added truncate option to checkServiceState
425
4262008-09-24 MickeM
427 * Imroved the installer (now auto-updates the version when built)
428
4292008-09-24 MickeM - 0.3.5
430 * Fixed issue with CheckServiceState and CheckAll (it now works)
431 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
432    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
433
4342008-09-18 MickeM - 0.3.4
435 * Changed so "missing services" are treated as stopped.
436    CheckServiceState missing=stopped ShowAll
437        OK: missing: not found
438 * Fixed issue with : in service name.
439 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
440
4412008-09-17 MickeM - 0.3.4 RC-6
442 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
443
4442008-09-17 MickeM
445 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
446 * Added so tray icon can get "propper" name from core for "description".
447 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
448
4492008-09-16 MickeM - 0.3.4 RC-5
450 * Fixed an issue with the session launcher
451
4522008-09-15 MickeM
453 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
454 + Added a very basic simple .net plugin (and a wrapper)
455
4562008-09-14 MickeM - 0.3.4 RC-4
457 * Fixed an issue with the session launcher
458 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
459
4602008-09-14 MickeM - 0.3.4 RC-4
461 * Fixed issue with OS detection (again)
462 * Fixed issue with plugin unloading (again)
463 * Fixed issue with SSL socket not unloading properly
464 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
465 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
466
4672008-09-12 MickeM
468 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
469
4702008-09-09 MickeM - 0.3.4 RC-3
471 * Improved error handling for the WMI checks.
472 + CheckWMI: Added support for extracting numbers from strings
473 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
474 * Fixed issue with & and some commands via check_nt.
475 * Fixed a crash on exit (which I added in Rc1).
476 * Added 10 "bytes" the CPU buffer: (#174)
477 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
478 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
479
4802008-09-08 MickeM - 0.3.4 RC-2
481 * Fixed issue in windows 2008 with system tray (shared_session).
482 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
483 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
484
4852008-09-07 MickeM
486 + Added sample powershell script as well as a workaround for making them run.
487 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
488 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
489
4902008-09-06 MickeM
491 * Improved error reporting in the eventlogchecker
492 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
493   I Recomend everyone to stop using the "old" filtering.
494
4952008-09-04 MickeM
496 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
497 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
498 * Fixed a memory leak in the error formating code
499
5002008-08-24 MickeM
501 * Changed NSCA "general problem" error message to be more descriptive.
502 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
503
5042008-08-16 MickeM
505 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
506 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
507 + Added shared session so system tray can communicate with master
508 + Added new system tray handlig (via TS so FUS should work with it)
509 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
510   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.
511
5122008-08-09 MickeM
513 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
514
5152008-07-28 MickeM
516 * Improved the error handling for the check proc state.
517 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
518
5192008-07-25 MickeM
520 + Built a garage at the summer house
521 * cut down all the reeds and shrubbs at the summer house.
522
5232008-07-03 MickeM
524 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
525 + Added some more error messages for when counters are not found.
526 * Fixed an issue with the new namespace option
527
5282008-07-02 MickeM
529 ! 0.3.3 Released (take 2)
530 + Added new option alias to controll the name for performance counters when using checkfile use like so:
531    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
532 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
533 ! 0.3.3 Released (take 1)
534 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
535
5362008-07-02 MickeM
537 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
538
5392008-07-01 MickeM
540 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
541   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
542
5432008-06-30 MickeM
544 * Fixed issue with CheckFile and performance data ( #156 )
545 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
546   *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)
547   Message will reflect reason.
548 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
549
5502008-06-25 MickeM
551 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
552
5532008-06-24 MickeM
554 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
555 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
556 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
557 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
558 * Better error messages in the check service thingy.
559
5602008-06-18 MickeM
561 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
562   Before only the first 1024 bytes were used.
563
5642008-06-15 MickeM
565 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
566   + CheckDriveSize now uses "all drives" when no drive is specified.
567   * Fixed misspellt Container
568
5692008-06-14 MickeM
570 * Fixed error message from external commands (better reporting now)
571
5722008-05-14 MickeM
573 * Fixed memoryleak in the service checker.
574     I am really sorry I usualy write better code then this.
575 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
576
5772008-09-17 MickeM - 0.3.4 RC-6
578 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
579
5802008-09-17 MickeM
581 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
582 * Added so tray icon can get "propper" name from core for "description".
583 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
584
5852008-09-16 MickeM - 0.3.4 RC-5
586 * Fixed an issue with the session launcher
587
5882008-09-15 MickeM
589 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
590 + Added a very basic simple .net plugin (and a wrapper)
591
5922008-09-14 MickeM - 0.3.4 RC-4
593 * Fixed an issue with the session launcher
594 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
595
5962008-09-14 MickeM - 0.3.4 RC-4
597 * Fixed issue with OS detection (again)
598 * Fixed issue with plugin unloading (again)
599 * Fixed issue with SSL socket not unloading properly
600 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
601 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
602
6032008-09-12 MickeM
604 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
605
6062008-09-09 MickeM - 0.3.4 RC-3
607 * Improved error handling for the WMI checks.
608 + CheckWMI: Added support for extracting numbers from strings
609 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
610 * Fixed issue with & and some commands via check_nt.
611 * Fixed a crash on exit (which I added in Rc1).
612 * Added 10 "bytes" the CPU buffer: (#174)
613 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
614 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
615
6162008-09-08 MickeM - 0.3.4 RC-2
617 * Fixed issue in windows 2008 with system tray (shared_session).
618 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
619 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
620
6212008-09-07 MickeM
622 + Added sample powershell script as well as a workaround for making them run.
623 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
624 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
625
6262008-09-06 MickeM
627 * Improved error reporting in the eventlogchecker
628 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
629   I Recomend everyone to stop using the "old" filtering.
630
6312008-09-04 MickeM
632 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
633 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
634 * Fixed a memory leak in the error formating code
635
6362008-08-24 MickeM
637 * Changed NSCA "general problem" error message to be more descriptive.
638 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
639
6402008-08-16 MickeM
641 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
642 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
643 + Added shared session so system tray can communicate with master
644 + Added new system tray handlig (via TS so FUS should work with it)
645 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
646   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.
647
6482008-08-09 MickeM
649 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
650
6512008-07-28 MickeM
652 * Improved the error handling for the check proc state.
653 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
654
6552008-07-25 MickeM
656 + Built a garage at the summer house
657 * cut down all the reeds and shrubbs at the summer house.
658
6592008-07-03 MickeM
660 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
661 + Added some more error messages for when counters are not found.
662 * Fixed an issue with the new namespace option
663
6642008-07-02 MickeM
665 ! 0.3.3 Released (take 2)
666 + Added new option alias to controll the name for performance counters when using checkfile use like so:
667    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
668 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
669 ! 0.3.3 Released (take 1)
670 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
671
6722008-07-02 MickeM
673 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
674
6752008-07-01 MickeM
676 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
677   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
678
6792008-06-30 MickeM
680 * Fixed issue with CheckFile and performance data ( #156 )
681 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
682   *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)
683   Message will reflect reason.
684 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
685
6862008-06-25 MickeM
687 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
688
6892008-06-24 MickeM
690 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
691 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
692 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
693 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
694 * Better error messages in the check service thingy.
695
6962008-06-18 MickeM
697 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
698   Before only the first 1024 bytes were used.
699
7002008-06-15 MickeM
701 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
702   + CheckDriveSize now uses "all drives" when no drive is specified.
703   * Fixed misspellt Container
704
7052008-06-14 MickeM
706 * Fixed error message from external commands (better reporting now)
707
7082008-05-14 MickeM
709 * Fixed memoryleak in the service checker.
710     I am really sorry I usualy write better code then this.
711
7122008-05-?? MickeM
713 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
714
7152008-06-?? MickeM
716 * 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 :)
717
7182008-05-14 MickeM
719 * Fixed memoryleak in the service checker.
720     I am really sorry I usualy write better code then this.
721
7222008-05-11 MickeM
723 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
724     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
725
7262008-04-03 MickeM
727 * Moved COM init to "core" (from WMI module)
728 + Added new Check command: CheckTaskSched Use like so:
729     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
730
7312008-03-21 MickeM
732 + Added command line support for process checks
733   New option: cmdLine will toggle so full command lines are used instead of just process names.
734 + Added regular expression matching to process checks
735   New option: match=regexp (match=strings is the default and "old" way)
736 + Added substring matching to process checks
737   New option: match=substr (match=strings is the default and "old" way)
738   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
739 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
740 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
741 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
742
7432008-03-20 MickeM
744 + Added host-lookupos for NSCA server (#149)
745 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
746 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
747 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
748   Added option debug_skip_data_collection to simulate this (just for kicks)
749
7502008-03-18 MickeM
751 * Added some more error messages to the NSCA module
752 * Added support for arguments to LUA module.
753   syntax: function debug (command, args) -- args is a table with all arguments
754
7552008-03-11 MickeM
756 ! 0.3.1 Released
757
7582008-03-08 MickeM
759 * Changed so log is now in Unicode format
760   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
761   If anyone hates this let me know and I will add an option to use "old ansi log".
762 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
763   This means "strangeness" in Unicode and non-us-ascii chars on the console,
764    so for details refer to the log-file which is proper Unicode.
765 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
766    (if you find this annoying let me know, I will make it optional :)
767 * Fixed some issues in the registry handling
768
7692008-03-06 MickeM
770 * Fixed silly ordering bug with the <> syntax.
771
7722008-03-05 MickeM
773 + 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.
774 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
775 * Fixed an issue with eventlog and . matching.
776 + Added shorthand ! for != in "all" numeric filters (eventlog)
777 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
778   Try using: filter-eventType=<>warning to remove everything that is not a warning
779 * Fixed two spelling mistakes in the SysTray module.
780 * Fixed 64-bit issues with installer
781 * Fixed so installer uninstalls/installs the service
782 
7832008-02-26 MickeM
784 + Added installer
785 
7862008-02-22 MickeM
787 * Fixed issues in the NRPE module (now returns the correct status)
788 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
789    (might make it simpler to diagnose problems)
790
7912008-02-20 MickeM
792 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
793   eventually for relaying events.
794   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
795   This is an early concept so don't expect much...
796 * Fixed a bug in NSCA module (now it works again :)
797 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
798   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
799
8002008-02-19 MickeM
801 + Fixed a buffer overflow in the NRPE socket handling.
802 
8032008-02-18 MickeM
804 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
805 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
806   Since check_nrpe doesn't do this it wont work in that end, but still...
807
8082008-02-16 MickeM
809 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
810
8112008-02-14 MickeM
812 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
813 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
814
8152008-02-13 MickeM
816 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
817 * Fixed issue with scripts result truncated after 1024 chars
818    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
819 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
820 + Added to NSCA truncates output when to long.
821
8222008-02-12 MickeM
823 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
824   (notice you need to recompile the check_nrpe to match this value)
825 * Improved exception handling in the PDH collector (hopefully less deadlocks)
826
8272008-02-11 MickeM
828 + Added encryption support for NSCA module (about half of the algorithms are available,
829     if someone wants to use one not available let me know, and I will try to add it)
830
8312008-02-09 MickeM
832 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
833   - Can Check batch/vbs/programs/*
834   - Works with NSCA module (if you don't want to have NRPE at the same time)
835   - Simpler syntax (discarded old and added new section for alias)
836   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
837
8382008-02-08 MickeM
839 + Added some more default catch handlers (on the "core" side of plugin-calls).
840
8412008-02-07 MickeM
842 + Added default catch handlers to all wrapped plug in calls.
843
8442008-02-05 MickeM
845 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
846
8472008-02-04 MickeM
848 *** Happy Birthday bogi!! :)
849 * Fixed issues with performance counter rendering (mainly checkDisk)
850
8512008-02-03 MickeM
852 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
853 + Added API for scripts to register commands
854 + Added command descriptions (for some modules)
855 * Fixed issue in NRPE that displayed a console window when running commands
856 * New improved "inject" dialog from the system tray
857   Lists available commands, and shows command descriptions and a lot of other improvements.
858 + Added an internal log windows that displays log in real-time.
859 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
860
8612008-02-02 MickeM
862 * Might have fixed the "missing eventlog messages" problem.
863 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
864
8652008-01-27 MickeM
866 * Fixed a memory-leak in format_time
867 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
868 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
869   For this to work you need to have the descriptions flag set
870   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
871 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
872   The uniqueness is defined by event-log, event-source, event-id and event-category.
873
8742007-12-16 MickeM
875 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
876 * Changed some exceptions that were thrown wrong
877
8782007-12-11 MickeM
879 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
880
8812007-12-10 MickeM
882 + Added initial draft for LUA module
883
8842007-12-09 MickeM
885 + Added a check if the service is started when running with /test so you get a warning
886 + Improved the socket thread with:
887    * a default-catch
888    * If the socket fails to start we still wait for it to shut down (no error message)
889 + Added first version of the NSCA agent (NSCAgent.dll)
890   (no encryption support as of yet, but will come)
891
8922007-12-04 MickeM
893 ! 0.3.0 Released
894
8952007-12-01 MickeM
896 * Fixed issue with date formating in FILEAGE
897
8982007-11-29 MickeM
899 * Fixed issue with date formating in FILEAGE
900
9012007-11-28 MickeM
902 ! 0.3.0 RC-1
903 * Fixed some UNICODE issues with process-listings
904 + Added an error message if the "detected" process enumeration method is not available.
905 + Fixed some more Unicode issues Password encrypt/decrypt: #107
906 * Fixed Unicode issues with "external programs" #109
907 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
908 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
909    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 ...
910    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
911
9122007-11-26 MickeM
913 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
914 * More 2k5 build tweaks
915
9162007-11-23 MickeM
917 * Converted to Unicode (damn sometimes I **HATE** C++)
918 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
919
9202007-11-22 MickeM
921 * Fixed so the "default path" is correct even when running as a service (issue: #96)
922
9232007-11-21 MickeM
924 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
925 * Fixed some missing exceptions that were not caught
926 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
927     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
928    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
929 - Removed  from SVN (as it is old and outdated and no longer used)
930
9312007-11-20 MickeM
932 + Added new option to CheckSystem to override detected language (force_language=0x0014)
933
9342007-11-19 MickeM
935 * Fixed a minor issue in reading registry keys
936 + Added -noboot option to startup used for running command line utilities without booting the client
937   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
938 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
939 * Migrated 2008 project files to new name and back ported to 2005 project files.
940
9412007-11-16 MickeM
942 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
943 + Added sample VBS script and definitions
944
9452007-11-15 MickeM
946 * Improved error message when external NRPE command failles.
947
9482007-11-14 MickeM
949 + Added multi-line output support ( issue #91 )
950 * Improved error handling for external commands
951 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
952 + Added an English fall back if "local" language PDH counters fail.
953
9542007-11-12 MickeM
955 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
956
9572007-11-11 MickeM
958 + Added option to configure the behavior of CheckService CheckAll (#64)
959
9602007-11-08 MickeM
961 + Added CheckWMIValue to check result-values from a WMI Query
962 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
963    If anyone don't want this let me know and I will make an option for it.
964
9652007-11-06 MickeM
966 + Added CLI interface to CheckWMI to check queries
967
9682007-11-04 MickeM
969 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
970
9712007-10-29 MickeM
972 * Restructured build and include to work from CLI
973 + Started to add makefiles to build from CLI
974 + Added Finnish counters (#98)
975 * Fixed performance counter issue with check_nt (#99)
976 
9772007-10-06 MickeM
978 + Added auto-upda-te of versions and dates on build to make versions better updated.
979 + Fixed x64 build and cleanup a bit.
980
9812007-09-15 MickeM
982 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
983
9842007-09-11 MickeM
985 + Added Dutch performance counters to counters.defs
986 + Added Spanish performance counters to counters.defs
987 + Added #69 [includes] directive to INI-file to include other files
988 * Fixed #75 (spelling issue)
989
9902007-06-23 MickeM
991 * 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...
992 * Fixed the "check memory" issues for real this time.
993 * 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.
994
9952007-06-20 MickeM
996 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
997 * Fixed #62 Problems with CheckServiceState and services with spaces.
998
9992007-03-06 MickeM
1000 ! 0.2.7 released
1001
10022007-03-05 MickeM
1003 * Fixed -v FILEAGE check_nt (NSClient) check.
1004 * Added license agreement header to all files
1005
10062007-03-04 MickeM
1007 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
1008   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
1009 + Added Japanese counters to counters.defs from patch (thanx!!!)
1010
10112007-02-25 MickeM
1012 + Added possibility to check many memory checks in one go, just stack type options.
1013     type=paged type=physical etc...
1014 * Fixed a performance check bug in the last nightly.
1015 * Fixed a potential crash when a malformed check-file-age command was issued.
1016 + Added support for more then and NSClient command
1017 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
1018 
10192007-02-22 MickeM
1020 + Added debug output to see if the socket is bound and/or has shutdown.
1021 * Fixed a potential bug in the thread manager.
1022 + Added configuration option for suppressing performance data to the NRPE section.
1023   Set performance_data=0 to stop sending performance data to nagios
1024 + New (better?) (simpler?) event log checking
1025 + Added option to most commands (ignore-perf-data) to suppress performance data
1026 + Added option CheckAll for checking all auto-start services to checkServiceState.
1027   Also an exclude=<service> to exclude checking that.
1028 * Fixed return syntax for PROCSTATE nsclient
1029
10302007-02-21 MickeM
1031 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
1032
10332006-12-02 MickeM
1034 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
1035 * Fixed "broken password check" in NSClient listener
1036
10372006-11-18 MickeM
1038 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
1039 * Added error message when detected language is missing from counters.defs
1040 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
1041 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
1042 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
1043 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
1044
10452006-10-05 MickeM
1046 * Yayyy!!! (first fix in a looong while :)
1047 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
1048   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
1049 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
1050   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
1051   access to your nagios box (probably only a theoretical problem but hey! :)
1052   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
1053   request it will be "slow" but I think it is not that much of a problem really.
1054   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
1055   Set cache_allowed_hosts=0 to disable host cache
1056
10572006-04-04 MickeM
1058 * Fixed a few more bugs to the INI/REG readers
1059
10602006-04-02 MickeM
1061 * Could all magicians stop trying to kill me?
1062   *Please* i don't like to die!
1063
10642006-03-31 MickeM
1065 * Damn necromancers! stop 0wning my ass all the time!
1066 
10672006-03-29 MickeM
1068 + Added API for saving/reading settings
1069 
10702006-03-28 MickeM
1071 + Added REG/INI parsers
1072 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
1073
10742006-03-25 MickeM
1075 * Oblivion f*cking roxx!
1076
10772006-03-02 MickeM
1078 * Fixed bug in INI-file reader (memory leak)
1079
10802006-03-01 MickeM
1081 * Fixed bug in CheckFile (now dates work correctly)
1082
10832006-02-26 MickeM
1084 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
1085
10862006-02-25 MickeM
1087 * Fixed Sections problem (now sections can be any size)
1088 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
1089   Allows you to bind the listener to a specific IP address (only dotted number not host name).
1090   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
1091 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
1092 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
1093 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
1094   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.
1095   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.
1096 - 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.
1097 * Moved listpdh and debugpdh into the CheckSystem module
1098 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
1099 
11002006-02-2? MickeM
1101 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
1102   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
1103 + Added new install/uninstall command to SystemTray module:
1104   NSClient++.exe SystemTray install
1105   NSClient++.exe SystemTray uninstall
1106   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
1107 * 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).
1108 * Fixed so checkProcess isn't case sensitive.
1109 * Added (not finished) syntax option to event log checker to format the outputted data
1110
11112006-02-12 MickeM
1112 + Added support for host name resolve to allowed_hosts
1113
11142006-02-08 MickeM
1115 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
1116 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
1117
11182006-02-07 MickeM
1119 + Added new filter option to eventlog filter-eventID
1120 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
1121
11222006-02-05 MickeM
1123 + Added CheckFile check command
1124   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
1125 + Added FILEAGE support to NSClient
1126 + Started to convert the web page to WIKI
1127 
11282006-01-21 MickeM
1129 + Added WMI Check module (early alpha)
1130   This is an extremely early alpha more to see if there is an interest and how to progress with it.
1131   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
1132   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
1133   The Max* are as every other check and sets limits.
1134   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
1135   So any other WMI query should work (notice this is experimental and not stable and has virtually
1136   no error handling so it is likely to crash nsclient if you ask anything "non working".)
1137   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
1138  * Fixed NT4 /install (should work now!)
1139
11402006-01-02 MickeM
1141 * Fixed ChangeServiceConfig2 on NT4
1142 + Added support for more then 4GB memory (8GB?)
1143   Since I don't have this much memory this needs to be verified...
1144 * Fixed syntax of performance data
1145
11462005-09-24 MickeM
1147 * Fixed memory size bug (free and used were swapped)
1148
11492005-09-20 MickeM
1150 + Added option to debug all PDH counters /debugpdh
1151
11522005-09-17 MickeM
1153 + Added support for checking service by display name
1154
11552005-09-03 MickeM
1156 * First off, sorry for lack of updates, but was on vacation :)
1157 + Added ShowAll=long to CPULoad
1158 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
1159
11602005-07-31 MickeM
1161 + /install now sets the service to autostart
1162 * Did some cleanup of minor code sections
1163 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
1164 + Added service description
1165 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
1166
11672005-07-26 MickeM
1168 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
1169 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
1170
11712005-07-19 MickeM
1172 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
1173 * Fixed UNKNOWN return code (was 4 should have been 3)
1174
11752005-07-16 MickeM
1176 * Fixed drive checks from NSClient
1177
11782005-07-11 MickeM
1179 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
1180   have been extended to check a lot more things.
1181   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
1182 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
1183
11842005-06-09 MickeM
1185 * Escapes " in NRPE commands in the NSC.ini
1186
11872005-06-05 MickeM
1188 * Created configuration interface (not released yet)
1189
11902005-06-03 MickeM
1191 * Created interactive installer (not released yet)
1192
11932005-06-02 MickeM
1194 * CheckEventLog reworked...
1195
11962005-06-01 MickeM
1197 * CheckSystem auto detects windows version and language.
1198
11992005-05-29 MickeM
1200 * Fixed PROCSTATE and SERVICESTATE return state.
1201 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
1202 * Fixed performance data for drives (and possibly other places)
1203
12042005-05-23 MickeM
1205 + Added obfuscated password support
1206 + Added some more debug info on commands (return code, and input args)
1207 + Added some more comments to the NSC.ini
1208 + Added central password "override"
1209 + Added central "host override"
1210 + Fixed bug with external commands always getting WARNING state
1211
12122005-05-22 MickeM
1213 + Added debug output for command
1214 + Added timestamps for log-to-file (date_mask to configure format)
1215 + Added support for "no password" with check_nt
1216 + Added log of bad password on NSClient requests.
1217 * Some threading issues fixed (I hate threading :)
1218
12192005-05-19 MickeM
1220 * Verified NT4 compatibility
1221
12222005-05-18 MickeM
1223 * Fixed bug in NSC.ini (section title for Check System was wrong)
1224 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1225 * Fixed some minor issues here and there
1226
12272005-05-15 MickeM
1228 + Added NRPE support for checkCounter
1229 + Updated documentation
1230 * Make check commands ignore case
1231 + Added CheckHelpers module to alter the result of various check and similar things
1232
12332005-05-14 MickeM
1234 + Added support for Volumes (CheckDisk)
1235 + Added support for checking all drives of a certain kind
1236 + Added support for altering filter (makes it possible to check removable drives)
1237 + Created web page and better documentation
1238
12392005-04-20 MickeM
1240 + Added multitasking to socket listener (it can now handle multiple connections)
1241 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1242 + Added COUNTER support to NSClient and CheckSystem
1243
12442005-04-19 MickeM
1245 + Added SSL support
1246 + Added a lot of new options
1247 + Added documentation
1248 * Renamed and restructured NSCLientCompat to CheckSystem
1249 * *ALOT* of fixes all over
1250 : We are now starting to get to something that is "stable"
1251 : This means that soon you might actually be able to use this.
1252 
12532005-03-28 MickeM
1254 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1255 * Moved settings "keys" fro NRPE to config.h
1256 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1257 * Minor tweaks to error/debug logging and small fixes "here and there"
1258
12592005-03-26 MickeM
1260 + NRPE Support (very basic, no encryption, and nothing fancy)
1261 * Socket classes rewritten
1262 + Added NSCModuleHelper::getSettingsSection to the API
1263
12642005-03-22 MickeM
1265 * Fixed NSClientListener return codes for basic commands
1266 * Extracted arrayBuffer code into new files under /include
1267 * Minor tweaks in the API (fixed minor issues)
1268 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1269
12702005-03-21 MickeM
1271 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1272 + Added NRPE return code
1273 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1274
12752005-03-20 MickeM
1276 * Fundamental API changes (due to NRPE compatibility)
1277   - HandleCommand has changed
1278   - Inject has changed
1279   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1280   - A lot of the old return codes have changed
1281 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1282 + New SimpleSocket in include/ will be used as base class for Listeners
1283 * A lot of rewrite to the NSC API
1284
12852005-03-19 MickeM
1286 * Re factored out NSCLient Listener as a separate module
1287 + Added initial NRPE listener module (not yet implemented only a shell)
1288 * Changed Module API (Inject function has new syntax)
1289 + Added some tokenizer function to charEx
1290 + Added new wrapper function to inject Command
1291 * Minor changes in relation to refactor work
1292
12932005-03-01 MickeM
1294 * Improved thread safety in Core
1295 + Added exception handling and logging in PDH code
1296 * Various fixes all over the place
1297 + New module for check size of files/directories
1298 * Changed build to Dynamic link
1299 * Added regular expression support for EventLog checker
1300
13012005-02-22 MickeM
1302 + Added documentation
1303
13042005-02-17 MickeM
1305 * NSClient issues fixed
1306 * System Tray issues fixed
1307
13082005-02-14 MickeM
1309 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.