source: nscp/changelog @ a87ce04

0.4.00.4.10.4.2
Last change on this file since a87ce04 was a87ce04, checked in by Michael Medin <michael@…>, 18 months ago
  • Fixed some issues in the NRPE decoder
  • Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
  • Added NRPE unit tests (52 of them)
  • Fixed process enumeration API for 64/32 bit
  • Property mode set to 100644
File size: 63.7 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
8
92012-01-08 MickeM
10 * Fixed some issues in the NRPE decoder
11 * Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
12 * Added NRPE unit tests (52 of them)
13
142011-12-08 MickeM
15 * Fixed so non custom installers gets configuration UI (meaning you can configure it)
16 * Added WarnCount/CritCount exact bounds to CheckProcState so:
17   CheckProcState CritCount=gt:50 WarnCount=ne:45 svchost.exe=started
18 * Added embryo for Graphite plugin (https://launchpad.net/graphite)
19 * Added WarnHungCount/CritHungCount exact bounds to CheckProcState so:
20   CheckProcState CritHungCount=gt:50 WarnHungCount=ne:45 svchost.exe
21 * Changed so Count takes presedence meaning if you specify: CheckProcState CritCount=gt:50 svchost.exe=stopped it will be treated
22   as (CheckProcState CritCount=gt:50 svchost.exe) hence the stopped/started is meaningless if you specify a count.
23 * Fixed so perfoamnce data parsin handled non escaped \:es (ie. using stupiud parsing)
24 * Added a lot of unittests to CheckProcState to verify that many features work properly.
25    nscp python --script test_w32_system.py --install
26    nscp client --query py_unittest
27    ...
28    OK: 121 test(s) successfull|
29
302011-12-06 MickeM
31 * Fixed so command line client wont try to run commands in modules which does not support it.
32 * Changed to when no settings is found a default one is created
33 * Removed old "location" key from switch context and changed so it use the new number scheme
34 
352011-12-06 MickeM
36 * Added python unittests to make sure threading is working properly
37 * Simpliefied and cleaned up the command line syntax a bit
38 * Now --exec is the default option for client mode (but it will notify you it thought so)
39 * Added "command-less" execution to PythonScript so you can do --exec --script ... (without having --exec run)
40 * Fixed an issue related to python threading
41 * Fixed Scheduler header propgation
42 * Fixed so all Client module use "complex" API meaning headers are propagated correctly
43 * Fixed scheduler alias issue
44
452011-11-27 MickeM
46 * Fixed some NSCA issues (reading from new conf)
47 * Fixed some linux build issues (related to refactoring)
48
492011-11-27 MickeM
50 * Major refactoring in the command line interface
51 * Added support for alias to many common module (command line)
52   so: nscp eventlog (is the same as nscp client --module CheckEventLog)
53 * Fixed issue with CheckEventLog message rendering and eventid
54 * Refactored all Client modules to all support command line, commands and submissions.
55 * Added uniform handling of "everything" to all Client plugins
56 * Fixed SyslogClient to work "as advertised" (ie. all hardcoded stuff is removed)
57 * Fixed utf8 issue with text strings (now have a working concept which needs to be implementd "all over the place")
58 * Many issues and fixes related to clients.
59 * Fixed so CheckEvent log (insert) works much better (added new options)
60
612011-11-14 MickeM
62 * Fixed issue with installer not saving nsc.ini when upgrading from 0.3.9
63
642011-11-09 MickeM
65 * Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish)
66   Still requires template support and configuration options (mainly PoC right now).
67 * Added initial SMTPClient to allow sending messages via SMTP.
68   Still requires template support and configuration options (mainly PoC right now).
69 * Fixed unicode log issue (still not sure message format is correct)
70 * Renamed Message to log in internal wrapper API
71 * Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
72
732011-11-06 MickeM
74 * Had some "vacation" so no updates for a while
75 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
76 * Added option to read sections (to plugin API)
77 * Fixed issues in settings wrapper so child paths are also mapped (not just keys)
78 * Many fixes related to NRPE/NSCA/*
79 * "RC quality" expect RC within the week (only need to fix default config file somehow)
80 * Upgraded all unit test to use the simplified API
81 * Fixed a some unicode issues in PythonScript module
82 * Improved threading a bit
83 * Fixed CheckSystem (service check)
84 * Fixed duplicate keys (when replacing) in old settings client
85 
862011-10-21 MickeM
87 * Some more threading issues in Python (works perfectly(?) now)
88 * Refactored the tests a bit making test suites runable from a central hub
89 * Fixed soo everything builds and works on Linux
90
912011-10-19 MickeM
92 * Fixed some threadding issues in PythonScript
93 * Still working on refactoring the unittest helpers a bit
94
952011-10-16 MickeM
96 * Fixed issue with loading zero-byte UTF-8 config files
97 * Fixed some issues with settings subsystem (debug log as well as createing instances for --generate)
98 * Added ability to set event log to real-time
99 * Added support for multiple eventlogs in real-time
100
1012011-10-09 MickeM
102 * Real-time CheckEventLog working (still only for one, and I think application log)
103 * Added python tests to validfate that Real-time eventlog is working.
104 * Fixed som defects here and there (now builds on Linux again)
105 * Fixed so it builds in "debug mode"
106 * Fixed issue in grammar which caused infiniate loop in som cases
107 * Fixed so error rendering in eventlog works with "infininate number of argumnets"
108 * Added support for targeting execs (in API)
109 * Fixed some invalid return messages
110 * Streamlined submissions wrappers to be more inline with "other wrappers"
111 * Fixed a myrriad of minor python script bugs
112 * Added sleep command (which sometimes causes issues so use with care)
113
1142011-10-06 MickeM
115 * Initial command for createing eventlog records
116 * Initial real-time eventlog checker
117 * Fixed obscure c-tor issue with filters
118 
1192011-09-27 MickeM
120 * Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
121 
1222011-09-24 MickeM
123 * Started on NSCA unit-tests in python
124 * Refactored channel API a bit to better suite NSCA (and how it actually works)
125 * Changed how headers are created (nothice this might have broken NSCP stuff, havent checked)
126 * Created helper lib for Python Unittests
127
1282011-09-21 MickeM
129 * Renamed NSCAAgent to NSCAClient (to be consistant)
130 * Created a NSCAServer module (again for consistancy)
131   This will be the defenition of the new "channels" so keep a lookout in the next few weeks
132
1332011-09-18 MickeM
134 * Implemented first version of DistributedClient and DistributedSServer which work so now we have a proper message based transport.
135   Still a lot of rough edges such as cookie and authentication support is hard coded.
136   We also need a proper two way distributed server as well as implement "all" payload types.
137
1382011-09-11 MickeM
139 * Massive overhaul here and there
140 * Added new helper for handling "targets" (so they are the same)
141 * Extracted "command line handling" so all clients will work the same
142 * Extracted command processor to a common class to make all clients work the same
143 * Added initial zeromq stuff (nothing usable)
144 * Added an implementation layer for NSCP protocol parsing (so zeromq stuff can reuse it)
145 
1462011-09-05 MickeM
147 * Cleaned up some dependencies (on config.h)
148 * Fixed invalid data in config.h.in
149
1502011-09-03 MickeM (0.4.0.93)
151 * Created a protcol buffer free version of the python test script
152 * Upgraded to new version of simpleinin class
153 * Added new component for python protocol buffer library to installer
154 * Added installer for unittests to test.py run like so:
155   nscp --client --module PythonScript --command execute-and-load-python --script test.py
156 * Fixed so settings are created if not existing
157 * Fixed so plugins are not loaded in client mode
158 * Fixed so core is booting correctly in client mode
159 * Added new option --settings --switch <context> to allow switching context without migrating data
160 * Fixed unicode error on linux (settings file)
161
1622011-09-02 MickeM
163 * Fixed several issues in PythonScript
164 * PythonScript supports loading multiple instances as well as scripts
165 * Added some basic channel test to test.py script (the idea is that this will become "unit tests" eventually)
166
1672011-09-01 MickeM
168 * Implemented registration of channels (so no longer faked)
169 * Added settings key to change the NSCAAgent channel name
170 * Addded proper channel handling to PythonScript module
171 * Improved error handling in channels API
172 * Rewrote wrapper API to use templates and classes instead of macros (ish)
173 * Improved the internal plugin wrapping API to support multiple plugin load
174 * Fixed so PythonScript module supports multiple plugin load (with new argument for plugin_id)
175 * Added API for registrying routers and handling routing (almost there now)
176
1772011-09-01 MickeM
178 * Fixed issue with messages due to new API
179
1802011-08-31 MickeM
181 * Added support for loading same plugin twice (in different sessions)
182 * Added preliminary support for routing passive checks
183
1842011-08-30 MickeM
185 * Fixed uncaught exception in test client
186 * Added protocol buffers to source (needs to be added to installer as well)
187 * Added example python protocol buffer handler
188 * Added lib folder to python scripting (and automagicall load)
189
1902011-08-29 MickeM
191 * Fixed some *nix build issues...
192
1932011-08-25 MickeM
194 * Fixed some issues in the NSCPClient
195 * Fixed debug log issue in core
196 * Added support for "pushing" passive checks via NSCP
197
1982011-08-24 MickeM
199 * Sever refactoring of the new API (there is now two pb files ipc for NSCP protocol and plugin for plugin communication)
200 * Cleaned up API helper functions
201 * Fixed client argument for "client mode" to allow arbitrary arguments
202 * Cleaned up the argument processor code now requires "mode" to be first argument
203
2042011-08-23 MickeM
205 * Fixed issue in the NSCP server
206
2072011-08-22 MickeM
208 * Added initial NSCP protocol implenmentation (very vrude and not really usefull yet)
209 * Fixed so it builds on linux
210 * Fixed so automagic plugin renaming add lib<LIB name> on *nix.
211 * Fixed so it works on linux (fixed issues with timeout)
212
2132011-08-16 MickeM (0.4.0.85)
214 * Added support for remote WMI checking using target/username/password options like so:
215    CheckWMI target=192.168.0.123 user=\\foobar password=foobar namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
216 * Added support for looking up targets to CheckWMI
217   CheckWMI target=my_test_xp MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
218   Where <target> is defined under /settings/targets as well as /settings/targets/my_test_xp
219
2202011-08-15 MickeM
221 * Readded allowed hosts function
222 * Moved default socket options to /settings/default/socket
223 * Added more default socket options
224 * Added support for target in default plugin helpers
225 * Added remote WMI commands
226 * Added target section under /settings/targets
227
2282011-08-14 MickeM
229 * NRPEClient now works on linux
230 * Added "portable" settings map file to installer (so it will work with old installed versions)
231 * Rename Function to Registry in PythonScript API as well as some other function renames
232 * Started to clean up the helpers around the API
233 * Added support for execute to PythonScripts to execute commands
234 * BUG: just realised that static plugin instances prevent multiple instances :)
235   Will fix but not now as it is not important (for me)...
236 * Added initial support for channels to PythonScript
237   Core still lacks support for subscribing to arbitrary channels
238
2392011-08-13 MickeM
240 * Added support for command line execution to PythonScript module
241 * Readded support for specifying module on command line with --client mode
242 * Fixed some issues with the NRPEClient module
243 
2442011-08-12 MickeM
245  * Finnished (rough) adding back command line exec (with modern API)
246  * Fixed so installer uses correct name for dll:s (now Server not Listsener)
247 
2482011-08-11 MickeM
249  * Started to add back command line exec (with modern API)
250 
2512011-08-10 MickeM
252 * Fixed linus issues and defect
253 * Fixed some issues in the test python script regarding how prefix is handled
254 * Fixed PythonScript module to actually use the correct function map :)
255 * Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
256 * Added a lot of freatures and cleand up the PythonScript module
257 * Started to merge som features from PythonScript back to Lua script
258 
2592011-08-07 MickeM
260 * Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
261 * Fixed issue with loading plugins and aliases as well as duplicate plugin detection
262 
2632011-08-01 MickeM
264 * Added new module: PythonScript
265
2662011-07-25 MickeM
267 * merged in all 0.3.9 changes
268 * 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)
269 * streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
270
2712010-02-05
272 * Multiple fixes all over the place
273 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
274 ! Performance data is still missing (will be for a while yet)
275 
2762010-01-31 MickeM
277 + Added google protocol buffers
278 ! Changed internal handle command logic (now uses protocol buffers)
279 - Removed (temporarily) performance data (due to protocol buffer changes)
280
2812010-01-19 MickeM
282 + Rename NRPEListener to NRPEServer
283 + Added NRPEServer to CMake build
284
2852010-01-xx MickeM
286 + Added Scheduling module
287 
2882009-10-11 MickeM
289 + Added argument support to NRPE Client
290   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.
291
2922009-09-20 MickeM
293 * Fixed alias in CheckWMI (now works)
294 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
295 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
296
2972009-09-13 MickeM
298 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
299
3002009-09-06 MickeM
301 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
302 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
303
3042009-08-30 MickeM
305 + Added -c and -d command line options like so:
306   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
307   NSClient++ -c <command> <argument 1> <argument 2> ...
308   -d Is the same thing but with debug enabled.
309 + Added uninstall of old client (sort of broken but works)
310
3112009-08-29 MickeM
312 * Fixed issue with CheckFile (directory)
313 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
314
3152009-07-18 MickeM
316 * Fixed issue with no loggers avalible and "memory leak"
317 * Added "firewall exception" to installer
318 * Fixed an issue with the socket data buffer
319 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
320 * Fixed issue with NSCA socket.
321
3222009-07-05 MickeM
323 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
324 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
325
3262009-06-20 MickeM
327 * Fixed issue with CheckDisk and paths not working out properly
328
3292009-06-10 MickeM - 0.3.6
330 ! Release the new version
331
3322009-06-10 MickeM
333 * Fixed so CheckEventLog only reports invalid buffersizes once
334
3352009-06-07 MickeM
336 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
337 * Finalized the installer
338
3392009-05-22 MickeM
340 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
341
3422009-05-21 MickeM
343 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
344 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
345
3462009-05-17 MickeM
347 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
348
3492009-05-10 MickeM
350 + Added write support for modules to installer
351
3522009-05-03 MickeM
353 * Fixed another quite serious memory leak!
354   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
355 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
356
3572009-03-30 MickeM
358 + Added new option to NSCA module for specifying report options.
359        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
360 + Added so password and host ate stored in the installer (if changed)
361
3622009-03-29 MickeM
363 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
364
3652009-03-15 MickeM
366 * New service name (displayname)
367 * New service description
368
3692009-03-14 MickeM
370 * Rebuilt installer UI (still missing write config function)
371 * Added debug entry to log filename used by debug log metrics.
372 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
373
3742009-03-02 MickeM
375 * Added catch handlers and error logging to NSCA Thread
376 * Fixed issue with CheckProcState and administrator login!
377 + Added debug module to installer
378 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
379   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
380   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)
381 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
382
3832009-02-26 MickeM
384 * Fixed issue with debug logging (not it can be disabled again)
385
3862009-02-23 MickeM
387 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
388
3892009-02-11 MickeM
390 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
391   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).
392
3932009-02-06 MickeM
394 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
395
3962009-02-05 MickeM
397 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
398 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
399
4002009-02-03 MickeM
401 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
402   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
403
4042009-01-30 MickeM
405 * Added support for changing name and description of service from the /install command line
406   NSClient++ /install [gui] [start] [service name] [description]
407   NSClient++ /uninstall [gui] [stop] [service name]
408   NSClient++ /start [gui] [service name]
409   NSClient++ /stop [gui] [service name]
410
4112009-01-28 MickeM
412 * Slightly improved error handling around socket creation
413 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
414
4152009-01-25 MickeM
416 * Fixed issue with checkVersion (#242)
417 * Fixed spelling error (#244)
418 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
419 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
420 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
421 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
422
4232009-01-23 MickeM
424 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
425    You can now use the following syntax:
426    CheckEventLog ... warn=ne:1 crit=eq:0 ...
427    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
428    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
429
4302009-01-23 MickeM
431 * Cleaned up the checkProcState code and it is not a lot better.
432   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
433 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
434 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
435
4362009-01-21 MickeM
437 + Added experimental 16 bit process support to checkProcState
438
4392009-01-20 MickeM
440 * Fixed issue with CheckWMI when no filter was specified.
441
4422009-01-17 MickeM
443 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
444   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
445 * 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)
446 * removed debug output from -noboot
447 + Added new command line pdhmatch option to use pattern matching on PDH queries
448   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
449 * Improved error reporting in the PDH subsystem.
450 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
451   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
452 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
453
4542009-01-13 MickeM
455 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
456 + Brand new build enviornment based upon boost build!!!
457   Use batch file to build (release-build.bat or modify to make your own)
458 * Modified /about so it now shows a lot of usefull(?) info.
459
4602008-11-13 MickeM
461 + Added truncate option to checkServiceState
462
4632008-09-24 MickeM
464 * Imroved the installer (now auto-updates the version when built)
465
4662008-09-24 MickeM - 0.3.5
467 * Fixed issue with CheckServiceState and CheckAll (it now works)
468 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
469    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
470
4712008-09-18 MickeM - 0.3.4
472 * Changed so "missing services" are treated as stopped.
473    CheckServiceState missing=stopped ShowAll
474        OK: missing: not found
475 * Fixed issue with : in service name.
476 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
477
4782008-09-17 MickeM - 0.3.4 RC-6
479 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
480
4812008-09-17 MickeM
482 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
483 * Added so tray icon can get "propper" name from core for "description".
484 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
485
4862008-09-16 MickeM - 0.3.4 RC-5
487 * Fixed an issue with the session launcher
488
4892008-09-15 MickeM
490 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
491 + Added a very basic simple .net plugin (and a wrapper)
492
4932008-09-14 MickeM - 0.3.4 RC-4
494 * Fixed an issue with the session launcher
495 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
496
4972008-09-14 MickeM - 0.3.4 RC-4
498 * Fixed issue with OS detection (again)
499 * Fixed issue with plugin unloading (again)
500 * Fixed issue with SSL socket not unloading properly
501 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
502 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
503
5042008-09-12 MickeM
505 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
506
5072008-09-09 MickeM - 0.3.4 RC-3
508 * Improved error handling for the WMI checks.
509 + CheckWMI: Added support for extracting numbers from strings
510 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
511 * Fixed issue with & and some commands via check_nt.
512 * Fixed a crash on exit (which I added in Rc1).
513 * Added 10 "bytes" the CPU buffer: (#174)
514 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
515 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
516
5172008-09-08 MickeM - 0.3.4 RC-2
518 * Fixed issue in windows 2008 with system tray (shared_session).
519 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
520 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
521
5222008-09-07 MickeM
523 + Added sample powershell script as well as a workaround for making them run.
524 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
525 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
526
5272008-09-06 MickeM
528 * Improved error reporting in the eventlogchecker
529 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
530   I Recomend everyone to stop using the "old" filtering.
531
5322008-09-04 MickeM
533 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
534 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
535 * Fixed a memory leak in the error formating code
536
5372008-08-24 MickeM
538 * Changed NSCA "general problem" error message to be more descriptive.
539 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
540
5412008-08-16 MickeM
542 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
543 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
544 + Added shared session so system tray can communicate with master
545 + Added new system tray handlig (via TS so FUS should work with it)
546 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
547   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.
548
5492008-08-09 MickeM
550 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
551
5522008-07-28 MickeM
553 * Improved the error handling for the check proc state.
554 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
555
5562008-07-25 MickeM
557 + Built a garage at the summer house
558 * cut down all the reeds and shrubbs at the summer house.
559
5602008-07-03 MickeM
561 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
562 + Added some more error messages for when counters are not found.
563 * Fixed an issue with the new namespace option
564
5652008-07-02 MickeM
566 ! 0.3.3 Released (take 2)
567 + Added new option alias to controll the name for performance counters when using checkfile use like so:
568    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
569 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
570 ! 0.3.3 Released (take 1)
571 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
572
5732008-07-02 MickeM
574 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
575
5762008-07-01 MickeM
577 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
578   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
579
5802008-06-30 MickeM
581 * Fixed issue with CheckFile and performance data ( #156 )
582 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
583   *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)
584   Message will reflect reason.
585 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
586
5872008-06-25 MickeM
588 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
589
5902008-06-24 MickeM
591 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
592 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
593 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
594 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
595 * Better error messages in the check service thingy.
596
5972008-06-18 MickeM
598 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
599   Before only the first 1024 bytes were used.
600
6012008-06-15 MickeM
602 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
603   + CheckDriveSize now uses "all drives" when no drive is specified.
604   * Fixed misspellt Container
605
6062008-06-14 MickeM
607 * Fixed error message from external commands (better reporting now)
608
6092008-05-14 MickeM
610 * Fixed memoryleak in the service checker.
611     I am really sorry I usualy write better code then this.
612 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
613
6142008-09-17 MickeM - 0.3.4 RC-6
615 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
616
6172008-09-17 MickeM
618 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
619 * Added so tray icon can get "propper" name from core for "description".
620 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
621
6222008-09-16 MickeM - 0.3.4 RC-5
623 * Fixed an issue with the session launcher
624
6252008-09-15 MickeM
626 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
627 + Added a very basic simple .net plugin (and a wrapper)
628
6292008-09-14 MickeM - 0.3.4 RC-4
630 * Fixed an issue with the session launcher
631 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
632
6332008-09-14 MickeM - 0.3.4 RC-4
634 * Fixed issue with OS detection (again)
635 * Fixed issue with plugin unloading (again)
636 * Fixed issue with SSL socket not unloading properly
637 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
638 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
639
6402008-09-12 MickeM
641 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
642
6432008-09-09 MickeM - 0.3.4 RC-3
644 * Improved error handling for the WMI checks.
645 + CheckWMI: Added support for extracting numbers from strings
646 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
647 * Fixed issue with & and some commands via check_nt.
648 * Fixed a crash on exit (which I added in Rc1).
649 * Added 10 "bytes" the CPU buffer: (#174)
650 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
651 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
652
6532008-09-08 MickeM - 0.3.4 RC-2
654 * Fixed issue in windows 2008 with system tray (shared_session).
655 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
656 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
657
6582008-09-07 MickeM
659 + Added sample powershell script as well as a workaround for making them run.
660 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
661 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
662
6632008-09-06 MickeM
664 * Improved error reporting in the eventlogchecker
665 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
666   I Recomend everyone to stop using the "old" filtering.
667
6682008-09-04 MickeM
669 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
670 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
671 * Fixed a memory leak in the error formating code
672
6732008-08-24 MickeM
674 * Changed NSCA "general problem" error message to be more descriptive.
675 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
676
6772008-08-16 MickeM
678 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
679 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
680 + Added shared session so system tray can communicate with master
681 + Added new system tray handlig (via TS so FUS should work with it)
682 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
683   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.
684
6852008-08-09 MickeM
686 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
687
6882008-07-28 MickeM
689 * Improved the error handling for the check proc state.
690 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
691
6922008-07-25 MickeM
693 + Built a garage at the summer house
694 * cut down all the reeds and shrubbs at the summer house.
695
6962008-07-03 MickeM
697 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
698 + Added some more error messages for when counters are not found.
699 * Fixed an issue with the new namespace option
700
7012008-07-02 MickeM
702 ! 0.3.3 Released (take 2)
703 + Added new option alias to controll the name for performance counters when using checkfile use like so:
704    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
705 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
706 ! 0.3.3 Released (take 1)
707 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
708
7092008-07-02 MickeM
710 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
711
7122008-07-01 MickeM
713 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
714   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
715
7162008-06-30 MickeM
717 * Fixed issue with CheckFile and performance data ( #156 )
718 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
719   *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)
720   Message will reflect reason.
721 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
722
7232008-06-25 MickeM
724 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
725
7262008-06-24 MickeM
727 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
728 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
729 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
730 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
731 * Better error messages in the check service thingy.
732
7332008-06-18 MickeM
734 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
735   Before only the first 1024 bytes were used.
736
7372008-06-15 MickeM
738 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
739   + CheckDriveSize now uses "all drives" when no drive is specified.
740   * Fixed misspellt Container
741
7422008-06-14 MickeM
743 * Fixed error message from external commands (better reporting now)
744
7452008-05-14 MickeM
746 * Fixed memoryleak in the service checker.
747     I am really sorry I usualy write better code then this.
748
7492008-05-?? MickeM
750 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
751
7522008-06-?? MickeM
753 * 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 :)
754
7552008-05-14 MickeM
756 * Fixed memoryleak in the service checker.
757     I am really sorry I usualy write better code then this.
758
7592008-05-11 MickeM
760 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
761     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
762
7632008-04-03 MickeM
764 * Moved COM init to "core" (from WMI module)
765 + Added new Check command: CheckTaskSched Use like so:
766     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
767
7682008-03-21 MickeM
769 + Added command line support for process checks
770   New option: cmdLine will toggle so full command lines are used instead of just process names.
771 + Added regular expression matching to process checks
772   New option: match=regexp (match=strings is the default and "old" way)
773 + Added substring matching to process checks
774   New option: match=substr (match=strings is the default and "old" way)
775   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
776 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
777 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
778 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
779
7802008-03-20 MickeM
781 + Added host-lookupos for NSCA server (#149)
782 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
783 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
784 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
785   Added option debug_skip_data_collection to simulate this (just for kicks)
786
7872008-03-18 MickeM
788 * Added some more error messages to the NSCA module
789 * Added support for arguments to LUA module.
790   syntax: function debug (command, args) -- args is a table with all arguments
791
7922008-03-11 MickeM
793 ! 0.3.1 Released
794
7952008-03-08 MickeM
796 * Changed so log is now in Unicode format
797   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
798   If anyone hates this let me know and I will add an option to use "old ansi log".
799 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
800   This means "strangeness" in Unicode and non-us-ascii chars on the console,
801    so for details refer to the log-file which is proper Unicode.
802 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
803    (if you find this annoying let me know, I will make it optional :)
804 * Fixed some issues in the registry handling
805
8062008-03-06 MickeM
807 * Fixed silly ordering bug with the <> syntax.
808
8092008-03-05 MickeM
810 + 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.
811 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
812 * Fixed an issue with eventlog and . matching.
813 + Added shorthand ! for != in "all" numeric filters (eventlog)
814 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
815   Try using: filter-eventType=<>warning to remove everything that is not a warning
816 * Fixed two spelling mistakes in the SysTray module.
817 * Fixed 64-bit issues with installer
818 * Fixed so installer uninstalls/installs the service
819 
8202008-02-26 MickeM
821 + Added installer
822 
8232008-02-22 MickeM
824 * Fixed issues in the NRPE module (now returns the correct status)
825 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
826    (might make it simpler to diagnose problems)
827
8282008-02-20 MickeM
829 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
830   eventually for relaying events.
831   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
832   This is an early concept so don't expect much...
833 * Fixed a bug in NSCA module (now it works again :)
834 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
835   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
836
8372008-02-19 MickeM
838 + Fixed a buffer overflow in the NRPE socket handling.
839 
8402008-02-18 MickeM
841 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
842 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
843   Since check_nrpe doesn't do this it wont work in that end, but still...
844
8452008-02-16 MickeM
846 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
847
8482008-02-14 MickeM
849 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
850 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
851
8522008-02-13 MickeM
853 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
854 * Fixed issue with scripts result truncated after 1024 chars
855    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
856 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
857 + Added to NSCA truncates output when to long.
858
8592008-02-12 MickeM
860 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
861   (notice you need to recompile the check_nrpe to match this value)
862 * Improved exception handling in the PDH collector (hopefully less deadlocks)
863
8642008-02-11 MickeM
865 + Added encryption support for NSCA module (about half of the algorithms are available,
866     if someone wants to use one not available let me know, and I will try to add it)
867
8682008-02-09 MickeM
869 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
870   - Can Check batch/vbs/programs/*
871   - Works with NSCA module (if you don't want to have NRPE at the same time)
872   - Simpler syntax (discarded old and added new section for alias)
873   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
874
8752008-02-08 MickeM
876 + Added some more default catch handlers (on the "core" side of plugin-calls).
877
8782008-02-07 MickeM
879 + Added default catch handlers to all wrapped plug in calls.
880
8812008-02-05 MickeM
882 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
883
8842008-02-04 MickeM
885 *** Happy Birthday bogi!! :)
886 * Fixed issues with performance counter rendering (mainly checkDisk)
887
8882008-02-03 MickeM
889 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
890 + Added API for scripts to register commands
891 + Added command descriptions (for some modules)
892 * Fixed issue in NRPE that displayed a console window when running commands
893 * New improved "inject" dialog from the system tray
894   Lists available commands, and shows command descriptions and a lot of other improvements.
895 + Added an internal log windows that displays log in real-time.
896 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
897
8982008-02-02 MickeM
899 * Might have fixed the "missing eventlog messages" problem.
900 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
901
9022008-01-27 MickeM
903 * Fixed a memory-leak in format_time
904 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
905 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
906   For this to work you need to have the descriptions flag set
907   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
908 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
909   The uniqueness is defined by event-log, event-source, event-id and event-category.
910
9112007-12-16 MickeM
912 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
913 * Changed some exceptions that were thrown wrong
914
9152007-12-11 MickeM
916 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
917
9182007-12-10 MickeM
919 + Added initial draft for LUA module
920
9212007-12-09 MickeM
922 + Added a check if the service is started when running with /test so you get a warning
923 + Improved the socket thread with:
924    * a default-catch
925    * If the socket fails to start we still wait for it to shut down (no error message)
926 + Added first version of the NSCA agent (NSCAgent.dll)
927   (no encryption support as of yet, but will come)
928
9292007-12-04 MickeM
930 ! 0.3.0 Released
931
9322007-12-01 MickeM
933 * Fixed issue with date formating in FILEAGE
934
9352007-11-29 MickeM
936 * Fixed issue with date formating in FILEAGE
937
9382007-11-28 MickeM
939 ! 0.3.0 RC-1
940 * Fixed some UNICODE issues with process-listings
941 + Added an error message if the "detected" process enumeration method is not available.
942 + Fixed some more Unicode issues Password encrypt/decrypt: #107
943 * Fixed Unicode issues with "external programs" #109
944 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
945 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
946    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 ...
947    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
948
9492007-11-26 MickeM
950 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
951 * More 2k5 build tweaks
952
9532007-11-23 MickeM
954 * Converted to Unicode (damn sometimes I **HATE** C++)
955 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
956
9572007-11-22 MickeM
958 * Fixed so the "default path" is correct even when running as a service (issue: #96)
959
9602007-11-21 MickeM
961 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
962 * Fixed some missing exceptions that were not caught
963 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
964     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
965    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
966 - Removed  from SVN (as it is old and outdated and no longer used)
967
9682007-11-20 MickeM
969 + Added new option to CheckSystem to override detected language (force_language=0x0014)
970
9712007-11-19 MickeM
972 * Fixed a minor issue in reading registry keys
973 + Added -noboot option to startup used for running command line utilities without booting the client
974   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
975 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
976 * Migrated 2008 project files to new name and back ported to 2005 project files.
977
9782007-11-16 MickeM
979 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
980 + Added sample VBS script and definitions
981
9822007-11-15 MickeM
983 * Improved error message when external NRPE command failles.
984
9852007-11-14 MickeM
986 + Added multi-line output support ( issue #91 )
987 * Improved error handling for external commands
988 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
989 + Added an English fall back if "local" language PDH counters fail.
990
9912007-11-12 MickeM
992 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
993
9942007-11-11 MickeM
995 + Added option to configure the behavior of CheckService CheckAll (#64)
996
9972007-11-08 MickeM
998 + Added CheckWMIValue to check result-values from a WMI Query
999 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
1000    If anyone don't want this let me know and I will make an option for it.
1001
10022007-11-06 MickeM
1003 + Added CLI interface to CheckWMI to check queries
1004
10052007-11-04 MickeM
1006 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
1007
10082007-10-29 MickeM
1009 * Restructured build and include to work from CLI
1010 + Started to add makefiles to build from CLI
1011 + Added Finnish counters (#98)
1012 * Fixed performance counter issue with check_nt (#99)
1013 
10142007-10-06 MickeM
1015 + Added auto-upda-te of versions and dates on build to make versions better updated.
1016 + Fixed x64 build and cleanup a bit.
1017
10182007-09-15 MickeM
1019 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
1020
10212007-09-11 MickeM
1022 + Added Dutch performance counters to counters.defs
1023 + Added Spanish performance counters to counters.defs
1024 + Added #69 [includes] directive to INI-file to include other files
1025 * Fixed #75 (spelling issue)
1026
10272007-06-23 MickeM
1028 * 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...
1029 * Fixed the "check memory" issues for real this time.
1030 * 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.
1031
10322007-06-20 MickeM
1033 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
1034 * Fixed #62 Problems with CheckServiceState and services with spaces.
1035
10362007-03-06 MickeM
1037 ! 0.2.7 released
1038
10392007-03-05 MickeM
1040 * Fixed -v FILEAGE check_nt (NSClient) check.
1041 * Added license agreement header to all files
1042
10432007-03-04 MickeM
1044 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
1045   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
1046 + Added Japanese counters to counters.defs from patch (thanx!!!)
1047
10482007-02-25 MickeM
1049 + Added possibility to check many memory checks in one go, just stack type options.
1050     type=paged type=physical etc...
1051 * Fixed a performance check bug in the last nightly.
1052 * Fixed a potential crash when a malformed check-file-age command was issued.
1053 + Added support for more then and NSClient command
1054 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
1055 
10562007-02-22 MickeM
1057 + Added debug output to see if the socket is bound and/or has shutdown.
1058 * Fixed a potential bug in the thread manager.
1059 + Added configuration option for suppressing performance data to the NRPE section.
1060   Set performance_data=0 to stop sending performance data to nagios
1061 + New (better?) (simpler?) event log checking
1062 + Added option to most commands (ignore-perf-data) to suppress performance data
1063 + Added option CheckAll for checking all auto-start services to checkServiceState.
1064   Also an exclude=<service> to exclude checking that.
1065 * Fixed return syntax for PROCSTATE nsclient
1066
10672007-02-21 MickeM
1068 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
1069
10702006-12-02 MickeM
1071 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
1072 * Fixed "broken password check" in NSClient listener
1073
10742006-11-18 MickeM
1075 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
1076 * Added error message when detected language is missing from counters.defs
1077 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
1078 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
1079 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
1080 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
1081
10822006-10-05 MickeM
1083 * Yayyy!!! (first fix in a looong while :)
1084 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
1085   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
1086 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
1087   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
1088   access to your nagios box (probably only a theoretical problem but hey! :)
1089   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
1090   request it will be "slow" but I think it is not that much of a problem really.
1091   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
1092   Set cache_allowed_hosts=0 to disable host cache
1093
10942006-04-04 MickeM
1095 * Fixed a few more bugs to the INI/REG readers
1096
10972006-04-02 MickeM
1098 * Could all magicians stop trying to kill me?
1099   *Please* i don't like to die!
1100
11012006-03-31 MickeM
1102 * Damn necromancers! stop 0wning my ass all the time!
1103 
11042006-03-29 MickeM
1105 + Added API for saving/reading settings
1106 
11072006-03-28 MickeM
1108 + Added REG/INI parsers
1109 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
1110
11112006-03-25 MickeM
1112 * Oblivion f*cking roxx!
1113
11142006-03-02 MickeM
1115 * Fixed bug in INI-file reader (memory leak)
1116
11172006-03-01 MickeM
1118 * Fixed bug in CheckFile (now dates work correctly)
1119
11202006-02-26 MickeM
1121 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
1122
11232006-02-25 MickeM
1124 * Fixed Sections problem (now sections can be any size)
1125 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
1126   Allows you to bind the listener to a specific IP address (only dotted number not host name).
1127   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
1128 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
1129 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
1130 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
1131   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.
1132   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.
1133 - 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.
1134 * Moved listpdh and debugpdh into the CheckSystem module
1135 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
1136 
11372006-02-2? MickeM
1138 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
1139   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
1140 + Added new install/uninstall command to SystemTray module:
1141   NSClient++.exe SystemTray install
1142   NSClient++.exe SystemTray uninstall
1143   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
1144 * 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).
1145 * Fixed so checkProcess isn't case sensitive.
1146 * Added (not finished) syntax option to event log checker to format the outputted data
1147
11482006-02-12 MickeM
1149 + Added support for host name resolve to allowed_hosts
1150
11512006-02-08 MickeM
1152 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
1153 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
1154
11552006-02-07 MickeM
1156 + Added new filter option to eventlog filter-eventID
1157 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
1158
11592006-02-05 MickeM
1160 + Added CheckFile check command
1161   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
1162 + Added FILEAGE support to NSClient
1163 + Started to convert the web page to WIKI
1164 
11652006-01-21 MickeM
1166 + Added WMI Check module (early alpha)
1167   This is an extremely early alpha more to see if there is an interest and how to progress with it.
1168   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
1169   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
1170   The Max* are as every other check and sets limits.
1171   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
1172   So any other WMI query should work (notice this is experimental and not stable and has virtually
1173   no error handling so it is likely to crash nsclient if you ask anything "non working".)
1174   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
1175  * Fixed NT4 /install (should work now!)
1176
11772006-01-02 MickeM
1178 * Fixed ChangeServiceConfig2 on NT4
1179 + Added support for more then 4GB memory (8GB?)
1180   Since I don't have this much memory this needs to be verified...
1181 * Fixed syntax of performance data
1182
11832005-09-24 MickeM
1184 * Fixed memory size bug (free and used were swapped)
1185
11862005-09-20 MickeM
1187 + Added option to debug all PDH counters /debugpdh
1188
11892005-09-17 MickeM
1190 + Added support for checking service by display name
1191
11922005-09-03 MickeM
1193 * First off, sorry for lack of updates, but was on vacation :)
1194 + Added ShowAll=long to CPULoad
1195 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
1196
11972005-07-31 MickeM
1198 + /install now sets the service to autostart
1199 * Did some cleanup of minor code sections
1200 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
1201 + Added service description
1202 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
1203
12042005-07-26 MickeM
1205 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
1206 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
1207
12082005-07-19 MickeM
1209 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
1210 * Fixed UNKNOWN return code (was 4 should have been 3)
1211
12122005-07-16 MickeM
1213 * Fixed drive checks from NSClient
1214
12152005-07-11 MickeM
1216 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
1217   have been extended to check a lot more things.
1218   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
1219 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
1220
12212005-06-09 MickeM
1222 * Escapes " in NRPE commands in the NSC.ini
1223
12242005-06-05 MickeM
1225 * Created configuration interface (not released yet)
1226
12272005-06-03 MickeM
1228 * Created interactive installer (not released yet)
1229
12302005-06-02 MickeM
1231 * CheckEventLog reworked...
1232
12332005-06-01 MickeM
1234 * CheckSystem auto detects windows version and language.
1235
12362005-05-29 MickeM
1237 * Fixed PROCSTATE and SERVICESTATE return state.
1238 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
1239 * Fixed performance data for drives (and possibly other places)
1240
12412005-05-23 MickeM
1242 + Added obfuscated password support
1243 + Added some more debug info on commands (return code, and input args)
1244 + Added some more comments to the NSC.ini
1245 + Added central password "override"
1246 + Added central "host override"
1247 + Fixed bug with external commands always getting WARNING state
1248
12492005-05-22 MickeM
1250 + Added debug output for command
1251 + Added timestamps for log-to-file (date_mask to configure format)
1252 + Added support for "no password" with check_nt
1253 + Added log of bad password on NSClient requests.
1254 * Some threading issues fixed (I hate threading :)
1255
12562005-05-19 MickeM
1257 * Verified NT4 compatibility
1258
12592005-05-18 MickeM
1260 * Fixed bug in NSC.ini (section title for Check System was wrong)
1261 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1262 * Fixed some minor issues here and there
1263
12642005-05-15 MickeM
1265 + Added NRPE support for checkCounter
1266 + Updated documentation
1267 * Make check commands ignore case
1268 + Added CheckHelpers module to alter the result of various check and similar things
1269
12702005-05-14 MickeM
1271 + Added support for Volumes (CheckDisk)
1272 + Added support for checking all drives of a certain kind
1273 + Added support for altering filter (makes it possible to check removable drives)
1274 + Created web page and better documentation
1275
12762005-04-20 MickeM
1277 + Added multitasking to socket listener (it can now handle multiple connections)
1278 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1279 + Added COUNTER support to NSClient and CheckSystem
1280
12812005-04-19 MickeM
1282 + Added SSL support
1283 + Added a lot of new options
1284 + Added documentation
1285 * Renamed and restructured NSCLientCompat to CheckSystem
1286 * *ALOT* of fixes all over
1287 : We are now starting to get to something that is "stable"
1288 : This means that soon you might actually be able to use this.
1289 
12902005-03-28 MickeM
1291 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1292 * Moved settings "keys" fro NRPE to config.h
1293 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1294 * Minor tweaks to error/debug logging and small fixes "here and there"
1295
12962005-03-26 MickeM
1297 + NRPE Support (very basic, no encryption, and nothing fancy)
1298 * Socket classes rewritten
1299 + Added NSCModuleHelper::getSettingsSection to the API
1300
13012005-03-22 MickeM
1302 * Fixed NSClientListener return codes for basic commands
1303 * Extracted arrayBuffer code into new files under /include
1304 * Minor tweaks in the API (fixed minor issues)
1305 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1306
13072005-03-21 MickeM
1308 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1309 + Added NRPE return code
1310 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1311
13122005-03-20 MickeM
1313 * Fundamental API changes (due to NRPE compatibility)
1314   - HandleCommand has changed
1315   - Inject has changed
1316   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1317   - A lot of the old return codes have changed
1318 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1319 + New SimpleSocket in include/ will be used as base class for Listeners
1320 * A lot of rewrite to the NSC API
1321
13222005-03-19 MickeM
1323 * Re factored out NSCLient Listener as a separate module
1324 + Added initial NRPE listener module (not yet implemented only a shell)
1325 * Changed Module API (Inject function has new syntax)
1326 + Added some tokenizer function to charEx
1327 + Added new wrapper function to inject Command
1328 * Minor changes in relation to refactor work
1329
13302005-03-01 MickeM
1331 * Improved thread safety in Core
1332 + Added exception handling and logging in PDH code
1333 * Various fixes all over the place
1334 + New module for check size of files/directories
1335 * Changed build to Dynamic link
1336 * Added regular expression support for EventLog checker
1337
13382005-02-22 MickeM
1339 + Added documentation
1340
13412005-02-17 MickeM
1342 * NSClient issues fixed
1343 * System Tray issues fixed
1344
13452005-02-14 MickeM
1346 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.