source: nscp/changelog @ d9cdcb3

0.4.00.4.10.4.2
Last change on this file since d9cdcb3 was d9cdcb3, checked in by Michael Medin <michael@…>, 13 months ago
  • Fixed issue with check-cpu sampling interval being 10seconds and not 1/10 second.
  • Some git file transformations
  • Property mode set to 100644
File size: 75.8 KB
Line 
1TODO:
2 * Process times and similar ?
3 * Fix configuration GUI (low priority)
4 * Fixa dependonservice LanManWorkStation (old win)
5 * Fix RtlStringFromGUID problem on NT4
6
72012-04-26 MickeM
8 * Fixed issue with check-cpu sampling interval being 10seconds and not 1/10 second.
9
102012-04-23 MickeM
11 * Fixed issue with missing performance data via NSCA
12 * Fixed issue with hostnames beeing lowercase
13
142012-04-12 MickeM
15 * Fixed so keys with parents are advanced (in favour of the parent)
16 * Fixed so NSClientServer uses the correct default path for its parents (ie. /settings/default)
17
182012-04-10 MickeM
19 * Fixed crash in new logger
20 * Fixed a few command line parsing issues (most notably test and --log-to-file)
21 * Changed default location for process dumps to be a non-elevated location (under common-appdata).
22 * Fixed (ish) check_nt issue (check_nt really really is broken... this will probably cause problems with people sending large payloads though)
23 
242012-04-06 MickeM
25 * Easter break!
26
272012-04-04 MickeM
28 * Fixed issue with empty filters in active eventlog
29
302012-04-04 MickeM
31 * Resolved some issues with loggingin default set to debug.
32 * Fixed so --debug actually works
33 * Added --log-to-file and set "nscp test" to not log to file.
34 * Fixed typo related to allow arguments option
35 * Added levels to comment for log level in config.
36
372012-04-01 MickeM
38 * Fixed issue with default port for NSCA/NRPE/* clients
39
402012-03-31 MickeM
41 * Rewritten log implementation from ground up without using crappy boost library which requires DNS :(
42
432012-03-27 MickeM
44 * Removed some annoying "error" messages
45 * Tweaked FileLogger a bit to be more "modern"
46 * Changed so file-name expansion is more efficient
47 * Changed so modules are defaulted to 0 in config.
48 * Log levels are case sensitive
49 * Fixed so log level is not read from ini file
50 * improved plugin processing from ini files
51
522012-03-26 MickeM
53 * Fixed perfoamcen data parsing issue
54 * Fixed external scripts performance data issue
55 * Fixed boolen flag handling in settings (default generated as false regardless of actual state)
56 * Fixed so "advanced properties" are not generated with --update-defalts
57 * Added some "advanced properties" here and there
58 * Fixed path handling for object
59
602012-03-25 MickeM
61 * Added last few features to the GraphitePlugin (which is now usable)
62 * Tweaked nscp settings command line syntax a bit to be more flexible and usable...
63
642012-03-20 MickeM
65 * Fixed alias/service name for real-time event log filters
66 * Added smtp/syslog and graphite clients to installer
67 * Fixed so eventlog wont crahs on invalid messages
68
692012-03-19 MickeM
70 * Fixed issue in installer and "Make file writable" by everyone now uses Users SID.
71 * Fixed issue in installer and "Default plugins" now correctly sets them to 1.
72 
732012-03-18 MickeM
74 * Removed dependency on tcpip from the service and the installer
75 * Added new command to EventLog CheckEventlogCached which checks result caught by the real-time process.
76   CheckEventLogCACHE warn=gt:1 crit=gt:5
77   Requires a configured real-time checker to work.
78 * Added a series of keywords to EventLog check to facilitate better checking
79 * Added a set of aliases to make EventLog behave more like Wdinwos Eventlog viewer.
80 * Added a lot of unit test cases to the Eventlog checker.
81 * Fixed issue with default schedule beeing added as an item and not a template
82
832012-03-11 MickeM
84 * Fixed a lot of issues with the installer
85 * Added so the installer can generate a config file for you
86 * Fixed so installer uses the correct path for password and allowed hosts
87
882012-03-08 MickeM
89 * Major improvments to the WMI command line syntax.
90   You can now: list namespaces, list classes, list instances as well as run queries.
91   Means you can use NSCLient++ as a almost full featured WMI command line client.
92   For details use: nscp wmi --help
93 * Added sample python WMI script to list all classes in all namespaces
94 * Fixed so if python scripts does not expose init and shutdown they will not be called
95 * Added new option --simple to CheckWMI wmi commands to return a simple list without formatting.
96       
972012-03-06 MickeM
98 * Added "back" WMI Query command line exec like so:
99    nscp wmi --exec wmi-query
100        CheckWMI Command line syntax:
101        Allowed options:
102          -h [ --help ]                        Show help screen
103          -w [ --wmi-query ] arg               Query to execute
104          -l [ --limit ] arg                   Limit number of rows
105          -n [ --namespace ] arg (=root\cimv2) Namespace
106        nscp wmi --exec wmi-query --query="Select * from Win32_Process" --limit 2
107
1082012-03-05 MickeM
109 * Fixed so time/date comparissons are actually done in UTC (fixed for real this time!)
110 * Added a series of testcases for CheckFiles (test_w32_file)
111
1122012-03-04 MickeM
113 * Added new dot-net API (Which does not require any strange wrappers)
114 * Added brand new sample C# plugin
115 * Fixed issue with python unit script loading usig the wrong default options
116
1172012-02-21 MickeM
118 * Added new module CauseCrash which has a single command CrashClient to allow the service to be crashed remotly
119   *WARNING* Dont use this command, it is for debugging and testing purpouses only
120 * Fixed issue with BreakPad which was disabled
121 * Fixed some unix issues (sorry but hudson's stopped emailing me again:( )
122 * Fixed service --install (now sets correct options)
123 * Fixed service --install (now sets description correctly)
124 * Fixed log level defined in protobuf (now same as rest of the system)
125 * Fixed some issues with the check_nscp command
126
1272012-02-20 MickeM
128 * Fixed NRPE buffer issue
129 * Added test case for 65K NRPE buffer length as well as 1Mb
130 * Added support for not regexp as operator to filters (Eventlog) (#463)
131 * Added support for computer as filter keyword and format keyword in EventLog (#442)
132   "filter=computer = 'foo'" syntax=%computer%
133 * Improved messages rendering of eventlog messages a bit
134
1352012-02-19 MickeM
136 * Added new unit context on command line for running simple unit test cases:
137   nscp unit --language python --script test_nsca
138 * Added dependency on Tcpip
139 * Dropped OS bit-match requirement so now you can install any version on x64 plattform.
140 * Added so you can specify multiple counters for CheckCounter and poll them all in one go (#387)
141 * Added test cases (a bit flaky) for counters.
142 * Added ${host} and ${domain} to hostname settings option which might be used to construct your own hostname. (#428)
143   Not 100% sure about domain as on my box the "hostname" is only a name ie. has no domain...
144
1452012-02-18 MickeM
146 * Fixed so too long log messages are trunacated instead of discarded
147 * Added option to truncate logfile if to large (#358)
148   [/settings/file logger]
149   max size = 1000
150 * Added keyword to reload (settings) to reload settings store (ie. flushing the cache) (#249).
151 * Added ability to load all files in a given directory (#366)
152
1532012-02-17 MickeM
154 * Tweaked a bit in regards to ExternalScripts so it works better and handles errors better (#367)
155 * Fixed default report mode in 0.4.0 (#290)
156 * Made NSCA Client handle timestamps like send_nsca (ie. ignoring local time)
157
1582012-02-16 MickeM
159 * Replaced command reader with object handler
160 * Added support for running commands as other users (#131)
161 * Improved pseed oflarge buffers for external commands (ie. when you return very large outputs) (#481)
162 * Added limit to test interface message length (when messages are to long only first 4k are displayed)
163
1642012-02-15 MickeM
165 * Fixed missing icon on nscp.exe
166 * Fixed missing version info on nscp.exe (#294)
167
1682012-02-13 MickeM - 0.4.0 RC2
169 * Fixed installer issue (could not start service)
170
1712012-02-12 MickeM
172 * Added support for specifying targets on schedules:
173   [/settings/scheduler/schedules/foo]
174   target = foo-host
175   Will re-target the NSCA (or whatever you use) towards a given target.
176 * Fixed is schedule manager uses new standard object reader
177 * Fixed some issues with reading schedule
178
1792012-02-05 MickeM
180 * Added test cases for targets to NRPE
181 * Added test cases for targets to NSCA
182 * Added test cases for lenghts to NSCA
183 * Changed to python API sleep uses milliseconds (not seconds as before)
184   Makes NSCA unittests go much faster (as I can wait much less)
185 * Fixed a lot of bugs related to target handling.
186 * implemented target refactoring on all Client modules.
187
1882012-02-05 MickeM
189 * Refactored the targets concept internally to be simpler to use (less code)
190 * Fixed issue with reloading plugins
191 * Fixed target handling in NRPE Client, will add NSCA client tomorrow...
192
1932012-02-02 MickeM
194 * Implemented full API for LuaScript
195        Now "everything" (ish) works including channels, exec and query (via moderna API)
196        Still no protocol buffer support but not sure how to play that yet so will not be avalible in 0.4.0.
197
1982012-02-01 MickeM
199 * Implemented full settings API for LuaScript (next RC will have to wait till next weekend)
200
2012012-01-31 MickeM1
202 * Fixed issue with parsing "invalid external commands".
203   If parsing falies it will notify you but use the legacy split string method instead.
204 * LuaScript module is now modern (ie. works with 0.4.0)
205   Should be 99% compatbile (function needs to be defined before registration) but all old scripts should work now (I think)
206 * LuaScript module has been modernized
207   The new API is very similar to Python
208   Concepts are working but not all commands have beenh implementes (and no testcases either)
209   The old API will still work
210 * Fixed issue with
211
2122012-01-27 MickeM
213 * Changed CheckCounter format option to take a coma separated list of keyword from the below list:
214         nocap100: Counter values above 100 (for example, counter values measuring the processor load on multiprocessor computers) will not be reset to 100. The default behavior is that counter values are capped at a value of 100.
215         1000: Multiply the actual value by 1000.
216         noscale: Do not apply the default scaling factor.
217         So format=nocap100,noscale would combine the two aspects above.
218
2192012-01-26 MickeM
220 * Fixed issue with parsing multiple performance data items (internally)
221 * Added option to CheckCounter format=nocap100 to not cap counters at 100% (for multi cpu machines)
222
2232012-01-22 MickeM
224 * Fixed help when specifying invalid options on command line
225 * Eradicated a potential memoryleakin the NSCA encryption library
226
2272012-01-22 MickeM
228 * Fixed so NSCAClient parses address correctly
229 * setings exception is now derived from exception meaning it will show up more with details (instead of unknown)
230 * Added API for handling log level (replaces older debug flag)
231 * Added options for settings debug level
232 * Changed to --settings is a global argument (meaning you canuse it in any mode)
233 * Added arguments parsing to test: so you can use global arguments such as --log and --settings.
234 * Removed memory leak in settings parsing interface
235
2362012-01-20 MickeM
237 * Fixed a race condition in the python unit test script
238
2392012-01-19 MickeM
240 * Fixed some NSCA encryption bugs (of the random nature)
241   These are probably inherited in 0.3.x as well so if you have issues you might wannan try to upgrade
242
2432012-01-18 MickeM
244 * Improved unit tests so they can be run all in sequence
245 * Fixed various bugs in the unit tests
246 * Improved the syntax and output of running unit tests
247 * Refactored unit tests to be slightly nicer
248 * Fixed error state propagation
249 * Added unit tests to cmake (ie make test will now run unit tests)
250 
2512012-01-16 MickeM
252 * Added option to both execute and query item (with a reload in the middle for installing/running unittests)
253 * Fixed issue in python unittest framework to handle "unload" (ie. reload)
254 * Fixed NRPE certificate path lookup issue
255 * Fixed some minor issues here and there
256 * Fixed issue in loader to allow loading dummy as dummy (and not only dummy://)
257
2582012-01-15 MickeM
259 * Fixed installer "back" issues
260 * Fixed payload truncation for NRPe and NSCA
261 * Improved the installer target tagging functions in the python installer
262
2632012-01-13 MickeM
264 * Fixed some issues with the trac configuration generator
265
2662012-01-12 MickeM
267 * Fixed issue with --submit command line option erroneusly reported missing optien (when it is not supported)
268 * Added settings store "dummy" for people who dont want to store settings (long term use is for unit tests)
269 * Added new option to NSCClient --source-host for settings the host name of the caller (your machine).
270 * Change so enryption algorithms are case insensitevie (ie. 3DES and 3des both work)
271
2722012-01-09 MickeM
273 * Fixed hostname issue in NSCAClient (hostname = auto now auto detects hostname
274 * Fixed some minor issues in NSCA and CLI api
275 * Added CLI based (exec) APIs to NSCA unit tests (now 697 test for NSCA)
276
2772012-01-08 MickeM
278 * Fixed some issues in the NRPE decoder
279 * Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
280 * Added NRPE unit tests (52 of them)
281
2822011-12-08 MickeM
283 * Fixed so non custom installers gets configuration UI (meaning you can configure it)
284 * Added WarnCount/CritCount exact bounds to CheckProcState so:
285   CheckProcState CritCount=gt:50 WarnCount=ne:45 svchost.exe=started
286 * Added embryo for Graphite plugin (https://launchpad.net/graphite)
287 * Added WarnHungCount/CritHungCount exact bounds to CheckProcState so:
288   CheckProcState CritHungCount=gt:50 WarnHungCount=ne:45 svchost.exe
289 * Changed so Count takes presedence meaning if you specify: CheckProcState CritCount=gt:50 svchost.exe=stopped it will be treated
290   as (CheckProcState CritCount=gt:50 svchost.exe) hence the stopped/started is meaningless if you specify a count.
291 * Fixed so perfoamnce data parsin handled non escaped \:es (ie. using stupiud parsing)
292 * Added a lot of unittests to CheckProcState to verify that many features work properly.
293    nscp python --script test_w32_system.py --install
294    nscp client --query py_unittest
295    ...
296    OK: 121 test(s) successfull|
297
2982011-12-06 MickeM
299 * Fixed so command line client wont try to run commands in modules which does not support it.
300 * Changed to when no settings is found a default one is created
301 * Removed old "location" key from switch context and changed so it use the new number scheme
302 
3032011-12-06 MickeM
304 * Added python unittests to make sure threading is working properly
305 * Simpliefied and cleaned up the command line syntax a bit
306 * Now --exec is the default option for client mode (but it will notify you it thought so)
307 * Added "command-less" execution to PythonScript so you can do --exec --script ... (without having --exec run)
308 * Fixed an issue related to python threading
309 * Fixed Scheduler header propgation
310 * Fixed so all Client module use "complex" API meaning headers are propagated correctly
311 * Fixed scheduler alias issue
312
3132011-11-27 MickeM
314 * Fixed some NSCA issues (reading from new conf)
315 * Fixed some linux build issues (related to refactoring)
316
3172011-11-27 MickeM
318 * Major refactoring in the command line interface
319 * Added support for alias to many common module (command line)
320   so: nscp eventlog (is the same as nscp client --module CheckEventLog)
321 * Fixed issue with CheckEventLog message rendering and eventid
322 * Refactored all Client modules to all support command line, commands and submissions.
323 * Added uniform handling of "everything" to all Client plugins
324 * Fixed SyslogClient to work "as advertised" (ie. all hardcoded stuff is removed)
325 * Fixed utf8 issue with text strings (now have a working concept which needs to be implementd "all over the place")
326 * Many issues and fixes related to clients.
327 * Fixed so CheckEvent log (insert) works much better (added new options)
328
3292011-11-14 MickeM
330 * Fixed issue with installer not saving nsc.ini when upgrading from 0.3.9
331
3322011-11-09 MickeM
333 * Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish)
334   Still requires template support and configuration options (mainly PoC right now).
335 * Added initial SMTPClient to allow sending messages via SMTP.
336   Still requires template support and configuration options (mainly PoC right now).
337 * Fixed unicode log issue (still not sure message format is correct)
338 * Renamed Message to log in internal wrapper API
339 * Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
340
3412011-11-06 MickeM
342 * Had some "vacation" so no updates for a while
343 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
344 * Added option to read sections (to plugin API)
345 * Fixed issues in settings wrapper so child paths are also mapped (not just keys)
346 * Many fixes related to NRPE/NSCA/*
347 * "RC quality" expect RC within the week (only need to fix default config file somehow)
348 * Upgraded all unit test to use the simplified API
349 * Fixed a some unicode issues in PythonScript module
350 * Improved threading a bit
351 * Fixed CheckSystem (service check)
352 * Fixed duplicate keys (when replacing) in old settings client
353 
3542011-10-21 MickeM
355 * Some more threading issues in Python (works perfectly(?) now)
356 * Refactored the tests a bit making test suites runable from a central hub
357 * Fixed soo everything builds and works on Linux
358
3592011-10-19 MickeM
360 * Fixed some threadding issues in PythonScript
361 * Still working on refactoring the unittest helpers a bit
362
3632011-10-16 MickeM
364 * Fixed issue with loading zero-byte UTF-8 config files
365 * Fixed some issues with settings subsystem (debug log as well as createing instances for --generate)
366 * Added ability to set event log to real-time
367 * Added support for multiple eventlogs in real-time
368
3692011-10-09 MickeM
370 * Real-time CheckEventLog working (still only for one, and I think application log)
371 * Added python tests to validfate that Real-time eventlog is working.
372 * Fixed som defects here and there (now builds on Linux again)
373 * Fixed so it builds in "debug mode"
374 * Fixed issue in grammar which caused infiniate loop in som cases
375 * Fixed so error rendering in eventlog works with "infininate number of argumnets"
376 * Added support for targeting execs (in API)
377 * Fixed some invalid return messages
378 * Streamlined submissions wrappers to be more inline with "other wrappers"
379 * Fixed a myrriad of minor python script bugs
380 * Added sleep command (which sometimes causes issues so use with care)
381
3822011-10-06 MickeM
383 * Initial command for createing eventlog records
384 * Initial real-time eventlog checker
385 * Fixed obscure c-tor issue with filters
386 
3872011-09-27 MickeM
388 * Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
389 
3902011-09-24 MickeM
391 * Started on NSCA unit-tests in python
392 * Refactored channel API a bit to better suite NSCA (and how it actually works)
393 * Changed how headers are created (nothice this might have broken NSCP stuff, havent checked)
394 * Created helper lib for Python Unittests
395
3962011-09-21 MickeM
397 * Renamed NSCAAgent to NSCAClient (to be consistant)
398 * Created a NSCAServer module (again for consistancy)
399   This will be the defenition of the new "channels" so keep a lookout in the next few weeks
400
4012011-09-18 MickeM
402 * Implemented first version of DistributedClient and DistributedSServer which work so now we have a proper message based transport.
403   Still a lot of rough edges such as cookie and authentication support is hard coded.
404   We also need a proper two way distributed server as well as implement "all" payload types.
405
4062011-09-11 MickeM
407 * Massive overhaul here and there
408 * Added new helper for handling "targets" (so they are the same)
409 * Extracted "command line handling" so all clients will work the same
410 * Extracted command processor to a common class to make all clients work the same
411 * Added initial zeromq stuff (nothing usable)
412 * Added an implementation layer for NSCP protocol parsing (so zeromq stuff can reuse it)
413 
4142011-09-05 MickeM
415 * Cleaned up some dependencies (on config.h)
416 * Fixed invalid data in config.h.in
417
4182011-09-03 MickeM (0.4.0.93)
419 * Created a protcol buffer free version of the python test script
420 * Upgraded to new version of simpleinin class
421 * Added new component for python protocol buffer library to installer
422 * Added installer for unittests to test.py run like so:
423   nscp --client --module PythonScript --command execute-and-load-python --script test.py
424 * Fixed so settings are created if not existing
425 * Fixed so plugins are not loaded in client mode
426 * Fixed so core is booting correctly in client mode
427 * Added new option --settings --switch <context> to allow switching context without migrating data
428 * Fixed unicode error on linux (settings file)
429
4302011-09-02 MickeM
431 * Fixed several issues in PythonScript
432 * PythonScript supports loading multiple instances as well as scripts
433 * Added some basic channel test to test.py script (the idea is that this will become "unit tests" eventually)
434
4352011-09-01 MickeM
436 * Implemented registration of channels (so no longer faked)
437 * Added settings key to change the NSCAAgent channel name
438 * Addded proper channel handling to PythonScript module
439 * Improved error handling in channels API
440 * Rewrote wrapper API to use templates and classes instead of macros (ish)
441 * Improved the internal plugin wrapping API to support multiple plugin load
442 * Fixed so PythonScript module supports multiple plugin load (with new argument for plugin_id)
443 * Added API for registrying routers and handling routing (almost there now)
444
4452011-09-01 MickeM
446 * Fixed issue with messages due to new API
447
4482011-08-31 MickeM
449 * Added support for loading same plugin twice (in different sessions)
450 * Added preliminary support for routing passive checks
451
4522011-08-30 MickeM
453 * Fixed uncaught exception in test client
454 * Added protocol buffers to source (needs to be added to installer as well)
455 * Added example python protocol buffer handler
456 * Added lib folder to python scripting (and automagicall load)
457
4582011-08-29 MickeM
459 * Fixed some *nix build issues...
460
4612011-08-25 MickeM
462 * Fixed some issues in the NSCPClient
463 * Fixed debug log issue in core
464 * Added support for "pushing" passive checks via NSCP
465
4662011-08-24 MickeM
467 * Sever refactoring of the new API (there is now two pb files ipc for NSCP protocol and plugin for plugin communication)
468 * Cleaned up API helper functions
469 * Fixed client argument for "client mode" to allow arbitrary arguments
470 * Cleaned up the argument processor code now requires "mode" to be first argument
471
4722011-08-23 MickeM
473 * Fixed issue in the NSCP server
474
4752011-08-22 MickeM
476 * Added initial NSCP protocol implenmentation (very vrude and not really usefull yet)
477 * Fixed so it builds on linux
478 * Fixed so automagic plugin renaming add lib<LIB name> on *nix.
479 * Fixed so it works on linux (fixed issues with timeout)
480
4812011-08-16 MickeM (0.4.0.85)
482 * Added support for remote WMI checking using target/username/password options like so:
483    CheckWMI target=192.168.0.123 user=\\foobar password=foobar namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
484 * Added support for looking up targets to CheckWMI
485   CheckWMI target=my_test_xp MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
486   Where <target> is defined under /settings/targets as well as /settings/targets/my_test_xp
487
4882011-08-15 MickeM
489 * Readded allowed hosts function
490 * Moved default socket options to /settings/default/socket
491 * Added more default socket options
492 * Added support for target in default plugin helpers
493 * Added remote WMI commands
494 * Added target section under /settings/targets
495
4962011-08-14 MickeM
497 * NRPEClient now works on linux
498 * Added "portable" settings map file to installer (so it will work with old installed versions)
499 * Rename Function to Registry in PythonScript API as well as some other function renames
500 * Started to clean up the helpers around the API
501 * Added support for execute to PythonScripts to execute commands
502 * BUG: just realised that static plugin instances prevent multiple instances :)
503   Will fix but not now as it is not important (for me)...
504 * Added initial support for channels to PythonScript
505   Core still lacks support for subscribing to arbitrary channels
506
5072011-08-13 MickeM
508 * Added support for command line execution to PythonScript module
509 * Readded support for specifying module on command line with --client mode
510 * Fixed some issues with the NRPEClient module
511 
5122011-08-12 MickeM
513  * Finnished (rough) adding back command line exec (with modern API)
514  * Fixed so installer uses correct name for dll:s (now Server not Listsener)
515 
5162011-08-11 MickeM
517  * Started to add back command line exec (with modern API)
518 
5192011-08-10 MickeM
520 * Fixed linus issues and defect
521 * Fixed some issues in the test python script regarding how prefix is handled
522 * Fixed PythonScript module to actually use the correct function map :)
523 * Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
524 * Added a lot of freatures and cleand up the PythonScript module
525 * Started to merge som features from PythonScript back to Lua script
526 
5272011-08-07 MickeM
528 * Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
529 * Fixed issue with loading plugins and aliases as well as duplicate plugin detection
530 
5312011-08-01 MickeM
532 * Added new module: PythonScript
533
5342011-07-25 MickeM
535 * merged in all 0.3.9 changes
536 * 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)
537 * streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
538
5392010-02-05
540 * Multiple fixes all over the place
541 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
542 ! Performance data is still missing (will be for a while yet)
543 
5442010-01-31 MickeM
545 + Added google protocol buffers
546 ! Changed internal handle command logic (now uses protocol buffers)
547 - Removed (temporarily) performance data (due to protocol buffer changes)
548
5492010-01-19 MickeM
550 + Rename NRPEListener to NRPEServer
551 + Added NRPEServer to CMake build
552
5532010-01-xx MickeM
554 + Added Scheduling module
555 
5562009-10-11 MickeM
557 + Added argument support to NRPE Client
558   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.
559
5602009-09-20 MickeM
561 * Fixed alias in CheckWMI (now works)
562 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
563 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
564
5652009-09-13 MickeM
566 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
567
5682009-09-06 MickeM
569 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
570 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
571
5722009-08-30 MickeM
573 + Added -c and -d command line options like so:
574   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
575   NSClient++ -c <command> <argument 1> <argument 2> ...
576   -d Is the same thing but with debug enabled.
577 + Added uninstall of old client (sort of broken but works)
578
5792009-08-29 MickeM
580 * Fixed issue with CheckFile (directory)
581 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
582
5832009-07-18 MickeM
584 * Fixed issue with no loggers avalible and "memory leak"
585 * Added "firewall exception" to installer
586 * Fixed an issue with the socket data buffer
587 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
588 * Fixed issue with NSCA socket.
589
5902009-07-05 MickeM
591 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
592 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
593
5942009-06-20 MickeM
595 * Fixed issue with CheckDisk and paths not working out properly
596
5972009-06-10 MickeM - 0.3.6
598 ! Release the new version
599
6002009-06-10 MickeM
601 * Fixed so CheckEventLog only reports invalid buffersizes once
602
6032009-06-07 MickeM
604 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
605 * Finalized the installer
606
6072009-05-22 MickeM
608 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
609
6102009-05-21 MickeM
611 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
612 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
613
6142009-05-17 MickeM
615 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
616
6172009-05-10 MickeM
618 + Added write support for modules to installer
619
6202009-05-03 MickeM
621 * Fixed another quite serious memory leak!
622   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
623 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
624
6252009-03-30 MickeM
626 + Added new option to NSCA module for specifying report options.
627        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
628 + Added so password and host ate stored in the installer (if changed)
629
6302009-03-29 MickeM
631 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
632
6332009-03-15 MickeM
634 * New service name (displayname)
635 * New service description
636
6372009-03-14 MickeM
638 * Rebuilt installer UI (still missing write config function)
639 * Added debug entry to log filename used by debug log metrics.
640 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
641
6422009-03-02 MickeM
643 * Added catch handlers and error logging to NSCA Thread
644 * Fixed issue with CheckProcState and administrator login!
645 + Added debug module to installer
646 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
647   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
648   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)
649 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
650
6512009-02-26 MickeM
652 * Fixed issue with debug logging (not it can be disabled again)
653
6542009-02-23 MickeM
655 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
656
6572009-02-11 MickeM
658 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
659   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).
660
6612009-02-06 MickeM
662 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
663
6642009-02-05 MickeM
665 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
666 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
667
6682009-02-03 MickeM
669 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
670   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
671
6722009-01-30 MickeM
673 * Added support for changing name and description of service from the /install command line
674   NSClient++ /install [gui] [start] [service name] [description]
675   NSClient++ /uninstall [gui] [stop] [service name]
676   NSClient++ /start [gui] [service name]
677   NSClient++ /stop [gui] [service name]
678
6792009-01-28 MickeM
680 * Slightly improved error handling around socket creation
681 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
682
6832009-01-25 MickeM
684 * Fixed issue with checkVersion (#242)
685 * Fixed spelling error (#244)
686 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
687 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
688 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
689 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
690
6912009-01-23 MickeM
692 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
693    You can now use the following syntax:
694    CheckEventLog ... warn=ne:1 crit=eq:0 ...
695    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
696    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
697
6982009-01-23 MickeM
699 * Cleaned up the checkProcState code and it is not a lot better.
700   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
701 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
702 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
703
7042009-01-21 MickeM
705 + Added experimental 16 bit process support to checkProcState
706
7072009-01-20 MickeM
708 * Fixed issue with CheckWMI when no filter was specified.
709
7102009-01-17 MickeM
711 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
712   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
713 * 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)
714 * removed debug output from -noboot
715 + Added new command line pdhmatch option to use pattern matching on PDH queries
716   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
717 * Improved error reporting in the PDH subsystem.
718 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
719   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
720 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
721
7222009-01-13 MickeM
723 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
724 + Brand new build enviornment based upon boost build!!!
725   Use batch file to build (release-build.bat or modify to make your own)
726 * Modified /about so it now shows a lot of usefull(?) info.
727
7282008-11-13 MickeM
729 + Added truncate option to checkServiceState
730
7312008-09-24 MickeM
732 * Imroved the installer (now auto-updates the version when built)
733
7342008-09-24 MickeM - 0.3.5
735 * Fixed issue with CheckServiceState and CheckAll (it now works)
736 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
737    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
738
7392008-09-18 MickeM - 0.3.4
740 * Changed so "missing services" are treated as stopped.
741    CheckServiceState missing=stopped ShowAll
742        OK: missing: not found
743 * Fixed issue with : in service name.
744 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
745
7462008-09-17 MickeM - 0.3.4 RC-6
747 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
748
7492008-09-17 MickeM
750 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
751 * Added so tray icon can get "propper" name from core for "description".
752 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
753
7542008-09-16 MickeM - 0.3.4 RC-5
755 * Fixed an issue with the session launcher
756
7572008-09-15 MickeM
758 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
759 + Added a very basic simple .net plugin (and a wrapper)
760
7612008-09-14 MickeM - 0.3.4 RC-4
762 * Fixed an issue with the session launcher
763 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
764
7652008-09-14 MickeM - 0.3.4 RC-4
766 * Fixed issue with OS detection (again)
767 * Fixed issue with plugin unloading (again)
768 * Fixed issue with SSL socket not unloading properly
769 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
770 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
771
7722008-09-12 MickeM
773 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
774
7752008-09-09 MickeM - 0.3.4 RC-3
776 * Improved error handling for the WMI checks.
777 + CheckWMI: Added support for extracting numbers from strings
778 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
779 * Fixed issue with & and some commands via check_nt.
780 * Fixed a crash on exit (which I added in Rc1).
781 * Added 10 "bytes" the CPU buffer: (#174)
782 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
783 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
784
7852008-09-08 MickeM - 0.3.4 RC-2
786 * Fixed issue in windows 2008 with system tray (shared_session).
787 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
788 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
789
7902008-09-07 MickeM
791 + Added sample powershell script as well as a workaround for making them run.
792 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
793 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
794
7952008-09-06 MickeM
796 * Improved error reporting in the eventlogchecker
797 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
798   I Recomend everyone to stop using the "old" filtering.
799
8002008-09-04 MickeM
801 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
802 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
803 * Fixed a memory leak in the error formating code
804
8052008-08-24 MickeM
806 * Changed NSCA "general problem" error message to be more descriptive.
807 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
808
8092008-08-16 MickeM
810 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
811 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
812 + Added shared session so system tray can communicate with master
813 + Added new system tray handlig (via TS so FUS should work with it)
814 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
815   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.
816
8172008-08-09 MickeM
818 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
819
8202008-07-28 MickeM
821 * Improved the error handling for the check proc state.
822 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
823
8242008-07-25 MickeM
825 + Built a garage at the summer house
826 * cut down all the reeds and shrubbs at the summer house.
827
8282008-07-03 MickeM
829 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
830 + Added some more error messages for when counters are not found.
831 * Fixed an issue with the new namespace option
832
8332008-07-02 MickeM
834 ! 0.3.3 Released (take 2)
835 + Added new option alias to controll the name for performance counters when using checkfile use like so:
836    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
837 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
838 ! 0.3.3 Released (take 1)
839 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
840
8412008-07-02 MickeM
842 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
843
8442008-07-01 MickeM
845 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
846   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
847
8482008-06-30 MickeM
849 * Fixed issue with CheckFile and performance data ( #156 )
850 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
851   *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)
852   Message will reflect reason.
853 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
854
8552008-06-25 MickeM
856 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
857
8582008-06-24 MickeM
859 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
860 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
861 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
862 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
863 * Better error messages in the check service thingy.
864
8652008-06-18 MickeM
866 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
867   Before only the first 1024 bytes were used.
868
8692008-06-15 MickeM
870 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
871   + CheckDriveSize now uses "all drives" when no drive is specified.
872   * Fixed misspellt Container
873
8742008-06-14 MickeM
875 * Fixed error message from external commands (better reporting now)
876
8772008-05-14 MickeM
878 * Fixed memoryleak in the service checker.
879     I am really sorry I usualy write better code then this.
880 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
881
8822008-09-17 MickeM - 0.3.4 RC-6
883 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
884
8852008-09-17 MickeM
886 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
887 * Added so tray icon can get "propper" name from core for "description".
888 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
889
8902008-09-16 MickeM - 0.3.4 RC-5
891 * Fixed an issue with the session launcher
892
8932008-09-15 MickeM
894 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
895 + Added a very basic simple .net plugin (and a wrapper)
896
8972008-09-14 MickeM - 0.3.4 RC-4
898 * Fixed an issue with the session launcher
899 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
900
9012008-09-14 MickeM - 0.3.4 RC-4
902 * Fixed issue with OS detection (again)
903 * Fixed issue with plugin unloading (again)
904 * Fixed issue with SSL socket not unloading properly
905 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
906 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
907
9082008-09-12 MickeM
909 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
910
9112008-09-09 MickeM - 0.3.4 RC-3
912 * Improved error handling for the WMI checks.
913 + CheckWMI: Added support for extracting numbers from strings
914 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
915 * Fixed issue with & and some commands via check_nt.
916 * Fixed a crash on exit (which I added in Rc1).
917 * Added 10 "bytes" the CPU buffer: (#174)
918 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
919 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
920
9212008-09-08 MickeM - 0.3.4 RC-2
922 * Fixed issue in windows 2008 with system tray (shared_session).
923 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
924 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
925
9262008-09-07 MickeM
927 + Added sample powershell script as well as a workaround for making them run.
928 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
929 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
930
9312008-09-06 MickeM
932 * Improved error reporting in the eventlogchecker
933 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
934   I Recomend everyone to stop using the "old" filtering.
935
9362008-09-04 MickeM
937 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
938 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
939 * Fixed a memory leak in the error formating code
940
9412008-08-24 MickeM
942 * Changed NSCA "general problem" error message to be more descriptive.
943 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
944
9452008-08-16 MickeM
946 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
947 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
948 + Added shared session so system tray can communicate with master
949 + Added new system tray handlig (via TS so FUS should work with it)
950 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
951   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.
952
9532008-08-09 MickeM
954 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
955
9562008-07-28 MickeM
957 * Improved the error handling for the check proc state.
958 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
959
9602008-07-25 MickeM
961 + Built a garage at the summer house
962 * cut down all the reeds and shrubbs at the summer house.
963
9642008-07-03 MickeM
965 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
966 + Added some more error messages for when counters are not found.
967 * Fixed an issue with the new namespace option
968
9692008-07-02 MickeM
970 ! 0.3.3 Released (take 2)
971 + Added new option alias to controll the name for performance counters when using checkfile use like so:
972    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
973 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
974 ! 0.3.3 Released (take 1)
975 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
976
9772008-07-02 MickeM
978 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
979
9802008-07-01 MickeM
981 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
982   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
983
9842008-06-30 MickeM
985 * Fixed issue with CheckFile and performance data ( #156 )
986 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
987   *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)
988   Message will reflect reason.
989 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
990
9912008-06-25 MickeM
992 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
993
9942008-06-24 MickeM
995 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
996 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
997 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
998 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
999 * Better error messages in the check service thingy.
1000
10012008-06-18 MickeM
1002 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
1003   Before only the first 1024 bytes were used.
1004
10052008-06-15 MickeM
1006 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
1007   + CheckDriveSize now uses "all drives" when no drive is specified.
1008   * Fixed misspellt Container
1009
10102008-06-14 MickeM
1011 * Fixed error message from external commands (better reporting now)
1012
10132008-05-14 MickeM
1014 * Fixed memoryleak in the service checker.
1015     I am really sorry I usualy write better code then this.
1016
10172008-05-?? MickeM
1018 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
1019
10202008-06-?? MickeM
1021 * 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 :)
1022
10232008-05-14 MickeM
1024 * Fixed memoryleak in the service checker.
1025     I am really sorry I usualy write better code then this.
1026
10272008-05-11 MickeM
1028 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
1029     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
1030
10312008-04-03 MickeM
1032 * Moved COM init to "core" (from WMI module)
1033 + Added new Check command: CheckTaskSched Use like so:
1034     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
1035
10362008-03-21 MickeM
1037 + Added command line support for process checks
1038   New option: cmdLine will toggle so full command lines are used instead of just process names.
1039 + Added regular expression matching to process checks
1040   New option: match=regexp (match=strings is the default and "old" way)
1041 + Added substring matching to process checks
1042   New option: match=substr (match=strings is the default and "old" way)
1043   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
1044 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
1045 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
1046 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
1047
10482008-03-20 MickeM
1049 + Added host-lookupos for NSCA server (#149)
1050 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
1051 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
1052 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
1053   Added option debug_skip_data_collection to simulate this (just for kicks)
1054
10552008-03-18 MickeM
1056 * Added some more error messages to the NSCA module
1057 * Added support for arguments to LUA module.
1058   syntax: function debug (command, args) -- args is a table with all arguments
1059
10602008-03-11 MickeM
1061 ! 0.3.1 Released
1062
10632008-03-08 MickeM
1064 * Changed so log is now in Unicode format
1065   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
1066   If anyone hates this let me know and I will add an option to use "old ansi log".
1067 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
1068   This means "strangeness" in Unicode and non-us-ascii chars on the console,
1069    so for details refer to the log-file which is proper Unicode.
1070 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
1071    (if you find this annoying let me know, I will make it optional :)
1072 * Fixed some issues in the registry handling
1073
10742008-03-06 MickeM
1075 * Fixed silly ordering bug with the <> syntax.
1076
10772008-03-05 MickeM
1078 + 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.
1079 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
1080 * Fixed an issue with eventlog and . matching.
1081 + Added shorthand ! for != in "all" numeric filters (eventlog)
1082 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
1083   Try using: filter-eventType=<>warning to remove everything that is not a warning
1084 * Fixed two spelling mistakes in the SysTray module.
1085 * Fixed 64-bit issues with installer
1086 * Fixed so installer uninstalls/installs the service
1087 
10882008-02-26 MickeM
1089 + Added installer
1090 
10912008-02-22 MickeM
1092 * Fixed issues in the NRPE module (now returns the correct status)
1093 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
1094    (might make it simpler to diagnose problems)
1095
10962008-02-20 MickeM
1097 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
1098   eventually for relaying events.
1099   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
1100   This is an early concept so don't expect much...
1101 * Fixed a bug in NSCA module (now it works again :)
1102 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
1103   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
1104
11052008-02-19 MickeM
1106 + Fixed a buffer overflow in the NRPE socket handling.
1107 
11082008-02-18 MickeM
1109 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
1110 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
1111   Since check_nrpe doesn't do this it wont work in that end, but still...
1112
11132008-02-16 MickeM
1114 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
1115
11162008-02-14 MickeM
1117 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
1118 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
1119
11202008-02-13 MickeM
1121 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
1122 * Fixed issue with scripts result truncated after 1024 chars
1123    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
1124 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
1125 + Added to NSCA truncates output when to long.
1126
11272008-02-12 MickeM
1128 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
1129   (notice you need to recompile the check_nrpe to match this value)
1130 * Improved exception handling in the PDH collector (hopefully less deadlocks)
1131
11322008-02-11 MickeM
1133 + Added encryption support for NSCA module (about half of the algorithms are available,
1134     if someone wants to use one not available let me know, and I will try to add it)
1135
11362008-02-09 MickeM
1137 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
1138   - Can Check batch/vbs/programs/*
1139   - Works with NSCA module (if you don't want to have NRPE at the same time)
1140   - Simpler syntax (discarded old and added new section for alias)
1141   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
1142
11432008-02-08 MickeM
1144 + Added some more default catch handlers (on the "core" side of plugin-calls).
1145
11462008-02-07 MickeM
1147 + Added default catch handlers to all wrapped plug in calls.
1148
11492008-02-05 MickeM
1150 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
1151
11522008-02-04 MickeM
1153 *** Happy Birthday bogi!! :)
1154 * Fixed issues with performance counter rendering (mainly checkDisk)
1155
11562008-02-03 MickeM
1157 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
1158 + Added API for scripts to register commands
1159 + Added command descriptions (for some modules)
1160 * Fixed issue in NRPE that displayed a console window when running commands
1161 * New improved "inject" dialog from the system tray
1162   Lists available commands, and shows command descriptions and a lot of other improvements.
1163 + Added an internal log windows that displays log in real-time.
1164 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
1165
11662008-02-02 MickeM
1167 * Might have fixed the "missing eventlog messages" problem.
1168 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
1169
11702008-01-27 MickeM
1171 * Fixed a memory-leak in format_time
1172 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
1173 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
1174   For this to work you need to have the descriptions flag set
1175   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
1176 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
1177   The uniqueness is defined by event-log, event-source, event-id and event-category.
1178
11792007-12-16 MickeM
1180 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
1181 * Changed some exceptions that were thrown wrong
1182
11832007-12-11 MickeM
1184 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
1185
11862007-12-10 MickeM
1187 + Added initial draft for LUA module
1188
11892007-12-09 MickeM
1190 + Added a check if the service is started when running with /test so you get a warning
1191 + Improved the socket thread with:
1192    * a default-catch
1193    * If the socket fails to start we still wait for it to shut down (no error message)
1194 + Added first version of the NSCA agent (NSCAgent.dll)
1195   (no encryption support as of yet, but will come)
1196
11972007-12-04 MickeM
1198 ! 0.3.0 Released
1199
12002007-12-01 MickeM
1201 * Fixed issue with date formating in FILEAGE
1202
12032007-11-29 MickeM
1204 * Fixed issue with date formating in FILEAGE
1205
12062007-11-28 MickeM
1207 ! 0.3.0 RC-1
1208 * Fixed some UNICODE issues with process-listings
1209 + Added an error message if the "detected" process enumeration method is not available.
1210 + Fixed some more Unicode issues Password encrypt/decrypt: #107
1211 * Fixed Unicode issues with "external programs" #109
1212 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
1213 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
1214    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 ...
1215    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
1216
12172007-11-26 MickeM
1218 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
1219 * More 2k5 build tweaks
1220
12212007-11-23 MickeM
1222 * Converted to Unicode (damn sometimes I **HATE** C++)
1223 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
1224
12252007-11-22 MickeM
1226 * Fixed so the "default path" is correct even when running as a service (issue: #96)
1227
12282007-11-21 MickeM
1229 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
1230 * Fixed some missing exceptions that were not caught
1231 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
1232     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
1233    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
1234 - Removed  from SVN (as it is old and outdated and no longer used)
1235
12362007-11-20 MickeM
1237 + Added new option to CheckSystem to override detected language (force_language=0x0014)
1238
12392007-11-19 MickeM
1240 * Fixed a minor issue in reading registry keys
1241 + Added -noboot option to startup used for running command line utilities without booting the client
1242   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
1243 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
1244 * Migrated 2008 project files to new name and back ported to 2005 project files.
1245
12462007-11-16 MickeM
1247 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
1248 + Added sample VBS script and definitions
1249
12502007-11-15 MickeM
1251 * Improved error message when external NRPE command failles.
1252
12532007-11-14 MickeM
1254 + Added multi-line output support ( issue #91 )
1255 * Improved error handling for external commands
1256 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
1257 + Added an English fall back if "local" language PDH counters fail.
1258
12592007-11-12 MickeM
1260 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
1261
12622007-11-11 MickeM
1263 + Added option to configure the behavior of CheckService CheckAll (#64)
1264
12652007-11-08 MickeM
1266 + Added CheckWMIValue to check result-values from a WMI Query
1267 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
1268    If anyone don't want this let me know and I will make an option for it.
1269
12702007-11-06 MickeM
1271 + Added CLI interface to CheckWMI to check queries
1272
12732007-11-04 MickeM
1274 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
1275
12762007-10-29 MickeM
1277 * Restructured build and include to work from CLI
1278 + Started to add makefiles to build from CLI
1279 + Added Finnish counters (#98)
1280 * Fixed performance counter issue with check_nt (#99)
1281 
12822007-10-06 MickeM
1283 + Added auto-upda-te of versions and dates on build to make versions better updated.
1284 + Fixed x64 build and cleanup a bit.
1285
12862007-09-15 MickeM
1287 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
1288
12892007-09-11 MickeM
1290 + Added Dutch performance counters to counters.defs
1291 + Added Spanish performance counters to counters.defs
1292 + Added #69 [includes] directive to INI-file to include other files
1293 * Fixed #75 (spelling issue)
1294
12952007-06-23 MickeM
1296 * 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...
1297 * Fixed the "check memory" issues for real this time.
1298 * 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.
1299
13002007-06-20 MickeM
1301 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
1302 * Fixed #62 Problems with CheckServiceState and services with spaces.
1303
13042007-03-06 MickeM
1305 ! 0.2.7 released
1306
13072007-03-05 MickeM
1308 * Fixed -v FILEAGE check_nt (NSClient) check.
1309 * Added license agreement header to all files
1310
13112007-03-04 MickeM
1312 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
1313   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
1314 + Added Japanese counters to counters.defs from patch (thanx!!!)
1315
13162007-02-25 MickeM
1317 + Added possibility to check many memory checks in one go, just stack type options.
1318     type=paged type=physical etc...
1319 * Fixed a performance check bug in the last nightly.
1320 * Fixed a potential crash when a malformed check-file-age command was issued.
1321 + Added support for more then and NSClient command
1322 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
1323 
13242007-02-22 MickeM
1325 + Added debug output to see if the socket is bound and/or has shutdown.
1326 * Fixed a potential bug in the thread manager.
1327 + Added configuration option for suppressing performance data to the NRPE section.
1328   Set performance_data=0 to stop sending performance data to nagios
1329 + New (better?) (simpler?) event log checking
1330 + Added option to most commands (ignore-perf-data) to suppress performance data
1331 + Added option CheckAll for checking all auto-start services to checkServiceState.
1332   Also an exclude=<service> to exclude checking that.
1333 * Fixed return syntax for PROCSTATE nsclient
1334
13352007-02-21 MickeM
1336 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
1337
13382006-12-02 MickeM
1339 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
1340 * Fixed "broken password check" in NSClient listener
1341
13422006-11-18 MickeM
1343 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
1344 * Added error message when detected language is missing from counters.defs
1345 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
1346 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
1347 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
1348 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
1349
13502006-10-05 MickeM
1351 * Yayyy!!! (first fix in a looong while :)
1352 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
1353   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
1354 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
1355   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
1356   access to your nagios box (probably only a theoretical problem but hey! :)
1357   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
1358   request it will be "slow" but I think it is not that much of a problem really.
1359   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
1360   Set cache_allowed_hosts=0 to disable host cache
1361
13622006-04-04 MickeM
1363 * Fixed a few more bugs to the INI/REG readers
1364
13652006-04-02 MickeM
1366 * Could all magicians stop trying to kill me?
1367   *Please* i don't like to die!
1368
13692006-03-31 MickeM
1370 * Damn necromancers! stop 0wning my ass all the time!
1371 
13722006-03-29 MickeM
1373 + Added API for saving/reading settings
1374 
13752006-03-28 MickeM
1376 + Added REG/INI parsers
1377 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
1378
13792006-03-25 MickeM
1380 * Oblivion f*cking roxx!
1381
13822006-03-02 MickeM
1383 * Fixed bug in INI-file reader (memory leak)
1384
13852006-03-01 MickeM
1386 * Fixed bug in CheckFile (now dates work correctly)
1387
13882006-02-26 MickeM
1389 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
1390
13912006-02-25 MickeM
1392 * Fixed Sections problem (now sections can be any size)
1393 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
1394   Allows you to bind the listener to a specific IP address (only dotted number not host name).
1395   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
1396 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
1397 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
1398 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
1399   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.
1400   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.
1401 - 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.
1402 * Moved listpdh and debugpdh into the CheckSystem module
1403 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
1404 
14052006-02-2? MickeM
1406 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
1407   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
1408 + Added new install/uninstall command to SystemTray module:
1409   NSClient++.exe SystemTray install
1410   NSClient++.exe SystemTray uninstall
1411   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
1412 * 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).
1413 * Fixed so checkProcess isn't case sensitive.
1414 * Added (not finished) syntax option to event log checker to format the outputted data
1415
14162006-02-12 MickeM
1417 + Added support for host name resolve to allowed_hosts
1418
14192006-02-08 MickeM
1420 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
1421 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
1422
14232006-02-07 MickeM
1424 + Added new filter option to eventlog filter-eventID
1425 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
1426
14272006-02-05 MickeM
1428 + Added CheckFile check command
1429   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
1430 + Added FILEAGE support to NSClient
1431 + Started to convert the web page to WIKI
1432 
14332006-01-21 MickeM
1434 + Added WMI Check module (early alpha)
1435   This is an extremely early alpha more to see if there is an interest and how to progress with it.
1436   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
1437   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
1438   The Max* are as every other check and sets limits.
1439   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
1440   So any other WMI query should work (notice this is experimental and not stable and has virtually
1441   no error handling so it is likely to crash nsclient if you ask anything "non working".)
1442   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
1443  * Fixed NT4 /install (should work now!)
1444
14452006-01-02 MickeM
1446 * Fixed ChangeServiceConfig2 on NT4
1447 + Added support for more then 4GB memory (8GB?)
1448   Since I don't have this much memory this needs to be verified...
1449 * Fixed syntax of performance data
1450
14512005-09-24 MickeM
1452 * Fixed memory size bug (free and used were swapped)
1453
14542005-09-20 MickeM
1455 + Added option to debug all PDH counters /debugpdh
1456
14572005-09-17 MickeM
1458 + Added support for checking service by display name
1459
14602005-09-03 MickeM
1461 * First off, sorry for lack of updates, but was on vacation :)
1462 + Added ShowAll=long to CPULoad
1463 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
1464
14652005-07-31 MickeM
1466 + /install now sets the service to autostart
1467 * Did some cleanup of minor code sections
1468 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
1469 + Added service description
1470 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
1471
14722005-07-26 MickeM
1473 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
1474 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
1475
14762005-07-19 MickeM
1477 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
1478 * Fixed UNKNOWN return code (was 4 should have been 3)
1479
14802005-07-16 MickeM
1481 * Fixed drive checks from NSClient
1482
14832005-07-11 MickeM
1484 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
1485   have been extended to check a lot more things.
1486   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
1487 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
1488
14892005-06-09 MickeM
1490 * Escapes " in NRPE commands in the NSC.ini
1491
14922005-06-05 MickeM
1493 * Created configuration interface (not released yet)
1494
14952005-06-03 MickeM
1496 * Created interactive installer (not released yet)
1497
14982005-06-02 MickeM
1499 * CheckEventLog reworked...
1500
15012005-06-01 MickeM
1502 * CheckSystem auto detects windows version and language.
1503
15042005-05-29 MickeM
1505 * Fixed PROCSTATE and SERVICESTATE return state.
1506 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
1507 * Fixed performance data for drives (and possibly other places)
1508
15092005-05-23 MickeM
1510 + Added obfuscated password support
1511 + Added some more debug info on commands (return code, and input args)
1512 + Added some more comments to the NSC.ini
1513 + Added central password "override"
1514 + Added central "host override"
1515 + Fixed bug with external commands always getting WARNING state
1516
15172005-05-22 MickeM
1518 + Added debug output for command
1519 + Added timestamps for log-to-file (date_mask to configure format)
1520 + Added support for "no password" with check_nt
1521 + Added log of bad password on NSClient requests.
1522 * Some threading issues fixed (I hate threading :)
1523
15242005-05-19 MickeM
1525 * Verified NT4 compatibility
1526
15272005-05-18 MickeM
1528 * Fixed bug in NSC.ini (section title for Check System was wrong)
1529 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1530 * Fixed some minor issues here and there
1531
15322005-05-15 MickeM
1533 + Added NRPE support for checkCounter
1534 + Updated documentation
1535 * Make check commands ignore case
1536 + Added CheckHelpers module to alter the result of various check and similar things
1537
15382005-05-14 MickeM
1539 + Added support for Volumes (CheckDisk)
1540 + Added support for checking all drives of a certain kind
1541 + Added support for altering filter (makes it possible to check removable drives)
1542 + Created web page and better documentation
1543
15442005-04-20 MickeM
1545 + Added multitasking to socket listener (it can now handle multiple connections)
1546 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1547 + Added COUNTER support to NSClient and CheckSystem
1548
15492005-04-19 MickeM
1550 + Added SSL support
1551 + Added a lot of new options
1552 + Added documentation
1553 * Renamed and restructured NSCLientCompat to CheckSystem
1554 * *ALOT* of fixes all over
1555 : We are now starting to get to something that is "stable"
1556 : This means that soon you might actually be able to use this.
1557 
15582005-03-28 MickeM
1559 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1560 * Moved settings "keys" fro NRPE to config.h
1561 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1562 * Minor tweaks to error/debug logging and small fixes "here and there"
1563
15642005-03-26 MickeM
1565 + NRPE Support (very basic, no encryption, and nothing fancy)
1566 * Socket classes rewritten
1567 + Added NSCModuleHelper::getSettingsSection to the API
1568
15692005-03-22 MickeM
1570 * Fixed NSClientListener return codes for basic commands
1571 * Extracted arrayBuffer code into new files under /include
1572 * Minor tweaks in the API (fixed minor issues)
1573 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1574
15752005-03-21 MickeM
1576 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1577 + Added NRPE return code
1578 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1579
15802005-03-20 MickeM
1581 * Fundamental API changes (due to NRPE compatibility)
1582   - HandleCommand has changed
1583   - Inject has changed
1584   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1585   - A lot of the old return codes have changed
1586 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1587 + New SimpleSocket in include/ will be used as base class for Listeners
1588 * A lot of rewrite to the NSC API
1589
15902005-03-19 MickeM
1591 * Re factored out NSCLient Listener as a separate module
1592 + Added initial NRPE listener module (not yet implemented only a shell)
1593 * Changed Module API (Inject function has new syntax)
1594 + Added some tokenizer function to charEx
1595 + Added new wrapper function to inject Command
1596 * Minor changes in relation to refactor work
1597
15982005-03-01 MickeM
1599 * Improved thread safety in Core
1600 + Added exception handling and logging in PDH code
1601 * Various fixes all over the place
1602 + New module for check size of files/directories
1603 * Changed build to Dynamic link
1604 * Added regular expression support for EventLog checker
1605
16062005-02-22 MickeM
1607 + Added documentation
1608
16092005-02-17 MickeM
1610 * NSClient issues fixed
1611 * System Tray issues fixed
1612
16132005-02-14 MickeM
1614 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.