source: nscp/changelog @ c327ce5

0.4.10.4.2
Last change on this file since c327ce5 was c327ce5, checked in by Michael Medin <michael@…>, 10 months ago
  • Performance enhancements to build time
  • Property mode set to 100644
File size: 78.8 KB
Line 
1TODO:
2 * Process times and similar ?
3 * Fix configuration GUI (low priority)
4 * Fix dependonservice LanManWorkStation (old win)
5 * Fix RtlStringFromGUID problem on NT4
6
72012-07-17 MickeM
8 * Performance enhancements to build time
9
102012-07-11 MickeM
11 * LUAScript: Improved lua scripting module a lot
12 * LUAScript: Added protocol buffer support to lua scripts
13 * tests: Rewrote (halfway there) test_nrpe python script as a lua script.
14 * CheckEventLog: Fixed command name when submitting real-time "no action checks"
15
162012-06-18 MickeM
17 * Fixed issue with parsing in test mode
18 * Fixed Graphite client using wrong time for datestamp
19 * Added so debug NSCA logs host name
20
212012-06-16 MickeM
22 * Initial (rather crude) NRDP support.
23
242012-06-16 MickeM
25 * Merged in master branch
26 * Fixed almost all -Wall warnings (the rest are probably not getting fixed in the near future due to their nature)
27 
282012-06-12 MickeM
29 * Improved error handling in performance counters #436
30 * Improved parsing of "legacy command lines"
31
322012-06-12 MickeM
33 * Added log level = off to disable logging.
34 * Added option in NSCAClient to hostname (auto-lc) to use lower case version of hostname. #533
35 * Reworked how commands are read.
36   If a command is defined without a section (default) no section will be added and instead a comment will be addded on how to add the section.
37   This should (I hope) resolve the "missing command" for good.
38 * Improved error messages for missing commands
39 * Fixed scientific notation on performance data (#)
40
412012-06-11 MickeM
42 * Fixed some gcc compile issues
43 * Fixed a lot of gcc -Wall warnings
44
452012-06-08 MickeM
46 * Fixed some issues with real time eventlog.
47 * Extended the event log unit tests to encompass the new real-time checks.
48
492012-06-01 MickeM
50 * Tweaked all servers to use the new internals and added first testcase for NSCP socket
51
522012-05-24 MickeM
53 * Reworked real time event log support to be a lot more flexible
54   You can now specify all options on a "filter" level.
55 * WARNING*
56   Old syntax NOT supported (and will not upgrade) but hopefully not to many will be affected.
57 * Added support for ipv6 allowed hosts validation
58
592012-05-21 MickeM
60 * Sofia Born (My second daughter)
61
622012-05-19 MickeM
63 * Fixed issue with checking rate counters (such as disk idle %)
64 * Fixed (I think) the negative denominator counter issue
65 * Fixed so indexes are only converted on \\123\\ and not also \\123 hello world\\ which caused some issues with numeric counter variables.
66
672012-05-13 MickeM
68 * Take 2 on fixing the empty command parsing.
69 * Refactored (same as with server) client internals to be more uniform (Again, next up are NSClient Server and NRDP)
70
712012-05-07 MickeM
72 * Fixed parsin of empty sections (CheckExternalScripts) - #524
73 * Fixed so duplicate command are not created when both sections and shorthands are used (CheckExternalScripts)
74 * Added a test to see if I can resolve the negative denominator issue.
75
762012-05-06 MickeM
77 * Refactored server internals to be more uniform (This is the first step to adding more protocols like NRDP and unittests for check_nt)
78 
792012-05-03 MickeM
80 * Fixed issue with parsing size-type (usch as MinCritFree=10G)
81
822012-05-01 MickeM
83 * Release 0.4.0
84
852012-04-26 MickeM
86 * Fixed issue with check-cpu sampling interval being 10seconds and not 1/10 second.
87
882012-04-23 MickeM
89 * Fixed issue with missing performance data via NSCA
90 * Fixed issue with hostnames beeing lowercase
91
922012-04-28 MickeM
93 * Changed how files are generated to reduce number of projcts
94
952012-04-12 MickeM
96 * Fixed so keys with parents are advanced (in favour of the parent)
97 * Fixed so NSClientServer uses the correct default path for its parents (ie. /settings/default)
98
992012-04-10 MickeM
100 * Fixed crash in new logger
101 * Fixed a few command line parsing issues (most notably test and --log-to-file)
102 * Changed default location for process dumps to be a non-elevated location (under common-appdata).
103 * Fixed (ish) check_nt issue (check_nt really really is broken... this will probably cause problems with people sending large payloads though)
104 
1052012-04-06 MickeM
106 * Easter break!
107
1082012-04-04 MickeM
109 * Fixed issue with empty filters in active eventlog
110
1112012-04-04 MickeM
112 * Resolved some issues with loggingin default set to debug.
113 * Fixed so --debug actually works
114 * Added --log-to-file and set "nscp test" to not log to file.
115 * Fixed typo related to allow arguments option
116 * Added levels to comment for log level in config.
117
1182012-04-01 MickeM
119 * Fixed issue with default port for NSCA/NRPE/* clients
120
1212012-03-31 MickeM
122 * Rewritten log implementation from ground up without using crappy boost library which requires DNS :(
123
1242012-03-27 MickeM
125 * Removed some annoying "error" messages
126 * Tweaked FileLogger a bit to be more "modern"
127 * Changed so file-name expansion is more efficient
128 * Changed so modules are defaulted to 0 in config.
129 * Log levels are case sensitive
130 * Fixed so log level is not read from ini file
131 * improved plugin processing from ini files
132
1332012-03-26 MickeM
134 * Fixed perfoamcen data parsing issue
135 * Fixed external scripts performance data issue
136 * Fixed boolen flag handling in settings (default generated as false regardless of actual state)
137 * Fixed so "advanced properties" are not generated with --update-defalts
138 * Added some "advanced properties" here and there
139 * Fixed path handling for object
140
1412012-03-25 MickeM
142 * Added last few features to the GraphitePlugin (which is now usable)
143 * Tweaked nscp settings command line syntax a bit to be more flexible and usable...
144
1452012-03-20 MickeM
146 * Fixed alias/service name for real-time event log filters
147 * Added smtp/syslog and graphite clients to installer
148 * Fixed so eventlog wont crahs on invalid messages
149
1502012-03-19 MickeM
151 * Fixed issue in installer and "Make file writable" by everyone now uses Users SID.
152 * Fixed issue in installer and "Default plugins" now correctly sets them to 1.
153 
1542012-03-18 MickeM
155 * Removed dependency on tcpip from the service and the installer
156 * Added new command to EventLog CheckEventlogCached which checks result caught by the real-time process.
157   CheckEventLogCACHE warn=gt:1 crit=gt:5
158   Requires a configured real-time checker to work.
159 * Added a series of keywords to EventLog check to facilitate better checking
160 * Added a set of aliases to make EventLog behave more like Wdinwos Eventlog viewer.
161 * Added a lot of unit test cases to the Eventlog checker.
162 * Fixed issue with default schedule beeing added as an item and not a template
163
1642012-03-11 MickeM
165 * Fixed a lot of issues with the installer
166 * Added so the installer can generate a config file for you
167 * Fixed so installer uses the correct path for password and allowed hosts
168
1692012-03-08 MickeM
170 * Major improvments to the WMI command line syntax.
171   You can now: list namespaces, list classes, list instances as well as run queries.
172   Means you can use NSCLient++ as a almost full featured WMI command line client.
173   For details use: nscp wmi --help
174 * Added sample python WMI script to list all classes in all namespaces
175 * Fixed so if python scripts does not expose init and shutdown they will not be called
176 * Added new option --simple to CheckWMI wmi commands to return a simple list without formatting.
177       
1782012-03-06 MickeM
179 * Added "back" WMI Query command line exec like so:
180    nscp wmi --exec wmi-query
181        CheckWMI Command line syntax:
182        Allowed options:
183          -h [ --help ]                        Show help screen
184          -w [ --wmi-query ] arg               Query to execute
185          -l [ --limit ] arg                   Limit number of rows
186          -n [ --namespace ] arg (=root\cimv2) Namespace
187        nscp wmi --exec wmi-query --query="Select * from Win32_Process" --limit 2
188
1892012-03-05 MickeM
190 * Fixed so time/date comparissons are actually done in UTC (fixed for real this time!)
191 * Added a series of testcases for CheckFiles (test_w32_file)
192
1932012-03-04 MickeM
194 * Added new dot-net API (Which does not require any strange wrappers)
195 * Added brand new sample C# plugin
196 * Fixed issue with python unit script loading usig the wrong default options
197
1982012-02-21 MickeM
199 * Added new module CauseCrash which has a single command CrashClient to allow the service to be crashed remotly
200   *WARNING* Dont use this command, it is for debugging and testing purpouses only
201 * Fixed issue with BreakPad which was disabled
202 * Fixed some unix issues (sorry but hudson's stopped emailing me again:( )
203 * Fixed service --install (now sets correct options)
204 * Fixed service --install (now sets description correctly)
205 * Fixed log level defined in protobuf (now same as rest of the system)
206 * Fixed some issues with the check_nscp command
207
2082012-02-20 MickeM
209 * Fixed NRPE buffer issue
210 * Added test case for 65K NRPE buffer length as well as 1Mb
211 * Added support for not regexp as operator to filters (Eventlog) (#463)
212 * Added support for computer as filter keyword and format keyword in EventLog (#442)
213   "filter=computer = 'foo'" syntax=%computer%
214 * Improved messages rendering of eventlog messages a bit
215
2162012-02-19 MickeM
217 * Added new unit context on command line for running simple unit test cases:
218   nscp unit --language python --script test_nsca
219 * Added dependency on Tcpip
220 * Dropped OS bit-match requirement so now you can install any version on x64 plattform.
221 * Added so you can specify multiple counters for CheckCounter and poll them all in one go (#387)
222 * Added test cases (a bit flaky) for counters.
223 * Added ${host} and ${domain} to hostname settings option which might be used to construct your own hostname. (#428)
224   Not 100% sure about domain as on my box the "hostname" is only a name ie. has no domain...
225
2262012-02-18 MickeM
227 * Fixed so too long log messages are trunacated instead of discarded
228 * Added option to truncate logfile if to large (#358)
229   [/settings/file logger]
230   max size = 1000
231 * Added keyword to reload (settings) to reload settings store (ie. flushing the cache) (#249).
232 * Added ability to load all files in a given directory (#366)
233
2342012-02-17 MickeM
235 * Tweaked a bit in regards to ExternalScripts so it works better and handles errors better (#367)
236 * Fixed default report mode in 0.4.0 (#290)
237 * Made NSCA Client handle timestamps like send_nsca (ie. ignoring local time)
238
2392012-02-16 MickeM
240 * Replaced command reader with object handler
241 * Added support for running commands as other users (#131)
242 * Improved pseed oflarge buffers for external commands (ie. when you return very large outputs) (#481)
243 * Added limit to test interface message length (when messages are to long only first 4k are displayed)
244
2452012-02-15 MickeM
246 * Fixed missing icon on nscp.exe
247 * Fixed missing version info on nscp.exe (#294)
248
2492012-02-13 MickeM - 0.4.0 RC2
250 * Fixed installer issue (could not start service)
251
2522012-02-12 MickeM
253 * Added support for specifying targets on schedules:
254   [/settings/scheduler/schedules/foo]
255   target = foo-host
256   Will re-target the NSCA (or whatever you use) towards a given target.
257 * Fixed is schedule manager uses new standard object reader
258 * Fixed some issues with reading schedule
259
2602012-02-05 MickeM
261 * Added test cases for targets to NRPE
262 * Added test cases for targets to NSCA
263 * Added test cases for lenghts to NSCA
264 * Changed to python API sleep uses milliseconds (not seconds as before)
265   Makes NSCA unittests go much faster (as I can wait much less)
266 * Fixed a lot of bugs related to target handling.
267 * implemented target refactoring on all Client modules.
268
2692012-02-05 MickeM
270 * Refactored the targets concept internally to be simpler to use (less code)
271 * Fixed issue with reloading plugins
272 * Fixed target handling in NRPE Client, will add NSCA client tomorrow...
273
2742012-02-02 MickeM
275 * Implemented full API for LuaScript
276        Now "everything" (ish) works including channels, exec and query (via moderna API)
277        Still no protocol buffer support but not sure how to play that yet so will not be avalible in 0.4.0.
278
2792012-02-01 MickeM
280 * Implemented full settings API for LuaScript (next RC will have to wait till next weekend)
281
2822012-01-31 MickeM1
283 * Fixed issue with parsing "invalid external commands".
284   If parsing falies it will notify you but use the legacy split string method instead.
285 * LuaScript module is now modern (ie. works with 0.4.0)
286   Should be 99% compatbile (function needs to be defined before registration) but all old scripts should work now (I think)
287 * LuaScript module has been modernized
288   The new API is very similar to Python
289   Concepts are working but not all commands have beenh implementes (and no testcases either)
290   The old API will still work
291 * Fixed issue with
292
2932012-01-27 MickeM
294 * Changed CheckCounter format option to take a coma separated list of keyword from the below list:
295         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.
296         1000: Multiply the actual value by 1000.
297         noscale: Do not apply the default scaling factor.
298         So format=nocap100,noscale would combine the two aspects above.
299
3002012-01-26 MickeM
301 * Fixed issue with parsing multiple performance data items (internally)
302 * Added option to CheckCounter format=nocap100 to not cap counters at 100% (for multi cpu machines)
303
3042012-01-22 MickeM
305 * Fixed help when specifying invalid options on command line
306 * Eradicated a potential memoryleakin the NSCA encryption library
307
3082012-01-22 MickeM
309 * Fixed so NSCAClient parses address correctly
310 * setings exception is now derived from exception meaning it will show up more with details (instead of unknown)
311 * Added API for handling log level (replaces older debug flag)
312 * Added options for settings debug level
313 * Changed to --settings is a global argument (meaning you canuse it in any mode)
314 * Added arguments parsing to test: so you can use global arguments such as --log and --settings.
315 * Removed memory leak in settings parsing interface
316
3172012-01-20 MickeM
318 * Fixed a race condition in the python unit test script
319
3202012-01-19 MickeM
321 * Fixed some NSCA encryption bugs (of the random nature)
322   These are probably inherited in 0.3.x as well so if you have issues you might wannan try to upgrade
323
3242012-01-18 MickeM
325 * Improved unit tests so they can be run all in sequence
326 * Fixed various bugs in the unit tests
327 * Improved the syntax and output of running unit tests
328 * Refactored unit tests to be slightly nicer
329 * Fixed error state propagation
330 * Added unit tests to cmake (ie make test will now run unit tests)
331 
3322012-01-16 MickeM
333 * Added option to both execute and query item (with a reload in the middle for installing/running unittests)
334 * Fixed issue in python unittest framework to handle "unload" (ie. reload)
335 * Fixed NRPE certificate path lookup issue
336 * Fixed some minor issues here and there
337 * Fixed issue in loader to allow loading dummy as dummy (and not only dummy://)
338
3392012-01-15 MickeM
340 * Fixed installer "back" issues
341 * Fixed payload truncation for NRPe and NSCA
342 * Improved the installer target tagging functions in the python installer
343
3442012-01-13 MickeM
345 * Fixed some issues with the trac configuration generator
346
3472012-01-12 MickeM
348 * Fixed issue with --submit command line option erroneusly reported missing optien (when it is not supported)
349 * Added settings store "dummy" for people who dont want to store settings (long term use is for unit tests)
350 * Added new option to NSCClient --source-host for settings the host name of the caller (your machine).
351 * Change so enryption algorithms are case insensitevie (ie. 3DES and 3des both work)
352
3532012-01-09 MickeM
354 * Fixed hostname issue in NSCAClient (hostname = auto now auto detects hostname
355 * Fixed some minor issues in NSCA and CLI api
356 * Added CLI based (exec) APIs to NSCA unit tests (now 697 test for NSCA)
357
3582012-01-08 MickeM
359 * Fixed some issues in the NRPE decoder
360 * Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
361 * Added NRPE unit tests (52 of them)
362
3632011-12-08 MickeM
364 * Fixed so non custom installers gets configuration UI (meaning you can configure it)
365 * Added WarnCount/CritCount exact bounds to CheckProcState so:
366   CheckProcState CritCount=gt:50 WarnCount=ne:45 svchost.exe=started
367 * Added embryo for Graphite plugin (https://launchpad.net/graphite)
368 * Added WarnHungCount/CritHungCount exact bounds to CheckProcState so:
369   CheckProcState CritHungCount=gt:50 WarnHungCount=ne:45 svchost.exe
370 * Changed so Count takes presedence meaning if you specify: CheckProcState CritCount=gt:50 svchost.exe=stopped it will be treated
371   as (CheckProcState CritCount=gt:50 svchost.exe) hence the stopped/started is meaningless if you specify a count.
372 * Fixed so perfoamnce data parsin handled non escaped \:es (ie. using stupiud parsing)
373 * Added a lot of unittests to CheckProcState to verify that many features work properly.
374    nscp python --script test_w32_system.py --install
375    nscp client --query py_unittest
376    ...
377    OK: 121 test(s) successfull|
378
3792011-12-06 MickeM
380 * Fixed so command line client wont try to run commands in modules which does not support it.
381 * Changed to when no settings is found a default one is created
382 * Removed old "location" key from switch context and changed so it use the new number scheme
383 
3842011-12-06 MickeM
385 * Added python unittests to make sure threading is working properly
386 * Simpliefied and cleaned up the command line syntax a bit
387 * Now --exec is the default option for client mode (but it will notify you it thought so)
388 * Added "command-less" execution to PythonScript so you can do --exec --script ... (without having --exec run)
389 * Fixed an issue related to python threading
390 * Fixed Scheduler header propgation
391 * Fixed so all Client module use "complex" API meaning headers are propagated correctly
392 * Fixed scheduler alias issue
393
3942011-11-27 MickeM
395 * Fixed some NSCA issues (reading from new conf)
396 * Fixed some linux build issues (related to refactoring)
397
3982011-11-27 MickeM
399 * Major refactoring in the command line interface
400 * Added support for alias to many common module (command line)
401   so: nscp eventlog (is the same as nscp client --module CheckEventLog)
402 * Fixed issue with CheckEventLog message rendering and eventid
403 * Refactored all Client modules to all support command line, commands and submissions.
404 * Added uniform handling of "everything" to all Client plugins
405 * Fixed SyslogClient to work "as advertised" (ie. all hardcoded stuff is removed)
406 * Fixed utf8 issue with text strings (now have a working concept which needs to be implementd "all over the place")
407 * Many issues and fixes related to clients.
408 * Fixed so CheckEvent log (insert) works much better (added new options)
409
4102011-11-14 MickeM
411 * Fixed issue with installer not saving nsc.ini when upgrading from 0.3.9
412
4132011-11-09 MickeM
414 * Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish)
415   Still requires template support and configuration options (mainly PoC right now).
416 * Added initial SMTPClient to allow sending messages via SMTP.
417   Still requires template support and configuration options (mainly PoC right now).
418 * Fixed unicode log issue (still not sure message format is correct)
419 * Renamed Message to log in internal wrapper API
420 * Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
421
4222011-11-06 MickeM
423 * Had some "vacation" so no updates for a while
424 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
425 * Added option to read sections (to plugin API)
426 * Fixed issues in settings wrapper so child paths are also mapped (not just keys)
427 * Many fixes related to NRPE/NSCA/*
428 * "RC quality" expect RC within the week (only need to fix default config file somehow)
429 * Upgraded all unit test to use the simplified API
430 * Fixed a some unicode issues in PythonScript module
431 * Improved threading a bit
432 * Fixed CheckSystem (service check)
433 * Fixed duplicate keys (when replacing) in old settings client
434 
4352011-10-21 MickeM
436 * Some more threading issues in Python (works perfectly(?) now)
437 * Refactored the tests a bit making test suites runable from a central hub
438 * Fixed soo everything builds and works on Linux
439
4402011-10-19 MickeM
441 * Fixed some threadding issues in PythonScript
442 * Still working on refactoring the unittest helpers a bit
443
4442011-10-16 MickeM
445 * Fixed issue with loading zero-byte UTF-8 config files
446 * Fixed some issues with settings subsystem (debug log as well as createing instances for --generate)
447 * Added ability to set event log to real-time
448 * Added support for multiple eventlogs in real-time
449
4502011-10-09 MickeM
451 * Real-time CheckEventLog working (still only for one, and I think application log)
452 * Added python tests to validfate that Real-time eventlog is working.
453 * Fixed som defects here and there (now builds on Linux again)
454 * Fixed so it builds in "debug mode"
455 * Fixed issue in grammar which caused infiniate loop in som cases
456 * Fixed so error rendering in eventlog works with "infininate number of argumnets"
457 * Added support for targeting execs (in API)
458 * Fixed some invalid return messages
459 * Streamlined submissions wrappers to be more inline with "other wrappers"
460 * Fixed a myrriad of minor python script bugs
461 * Added sleep command (which sometimes causes issues so use with care)
462
4632011-10-06 MickeM
464 * Initial command for createing eventlog records
465 * Initial real-time eventlog checker
466 * Fixed obscure c-tor issue with filters
467 
4682011-09-27 MickeM
469 * Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
470 
4712011-09-24 MickeM
472 * Started on NSCA unit-tests in python
473 * Refactored channel API a bit to better suite NSCA (and how it actually works)
474 * Changed how headers are created (nothice this might have broken NSCP stuff, havent checked)
475 * Created helper lib for Python Unittests
476
4772011-09-21 MickeM
478 * Renamed NSCAAgent to NSCAClient (to be consistant)
479 * Created a NSCAServer module (again for consistancy)
480   This will be the defenition of the new "channels" so keep a lookout in the next few weeks
481
4822011-09-18 MickeM
483 * Implemented first version of DistributedClient and DistributedSServer which work so now we have a proper message based transport.
484   Still a lot of rough edges such as cookie and authentication support is hard coded.
485   We also need a proper two way distributed server as well as implement "all" payload types.
486
4872011-09-11 MickeM
488 * Massive overhaul here and there
489 * Added new helper for handling "targets" (so they are the same)
490 * Extracted "command line handling" so all clients will work the same
491 * Extracted command processor to a common class to make all clients work the same
492 * Added initial zeromq stuff (nothing usable)
493 * Added an implementation layer for NSCP protocol parsing (so zeromq stuff can reuse it)
494 
4952011-09-05 MickeM
496 * Cleaned up some dependencies (on config.h)
497 * Fixed invalid data in config.h.in
498
4992011-09-03 MickeM (0.4.0.93)
500 * Created a protcol buffer free version of the python test script
501 * Upgraded to new version of simpleinin class
502 * Added new component for python protocol buffer library to installer
503 * Added installer for unittests to test.py run like so:
504   nscp --client --module PythonScript --command execute-and-load-python --script test.py
505 * Fixed so settings are created if not existing
506 * Fixed so plugins are not loaded in client mode
507 * Fixed so core is booting correctly in client mode
508 * Added new option --settings --switch <context> to allow switching context without migrating data
509 * Fixed unicode error on linux (settings file)
510
5112011-09-02 MickeM
512 * Fixed several issues in PythonScript
513 * PythonScript supports loading multiple instances as well as scripts
514 * Added some basic channel test to test.py script (the idea is that this will become "unit tests" eventually)
515
5162011-09-01 MickeM
517 * Implemented registration of channels (so no longer faked)
518 * Added settings key to change the NSCAAgent channel name
519 * Addded proper channel handling to PythonScript module
520 * Improved error handling in channels API
521 * Rewrote wrapper API to use templates and classes instead of macros (ish)
522 * Improved the internal plugin wrapping API to support multiple plugin load
523 * Fixed so PythonScript module supports multiple plugin load (with new argument for plugin_id)
524 * Added API for registrying routers and handling routing (almost there now)
525
5262011-09-01 MickeM
527 * Fixed issue with messages due to new API
528
5292011-08-31 MickeM
530 * Added support for loading same plugin twice (in different sessions)
531 * Added preliminary support for routing passive checks
532
5332011-08-30 MickeM
534 * Fixed uncaught exception in test client
535 * Added protocol buffers to source (needs to be added to installer as well)
536 * Added example python protocol buffer handler
537 * Added lib folder to python scripting (and automagicall load)
538
5392011-08-29 MickeM
540 * Fixed some *nix build issues...
541
5422011-08-25 MickeM
543 * Fixed some issues in the NSCPClient
544 * Fixed debug log issue in core
545 * Added support for "pushing" passive checks via NSCP
546
5472011-08-24 MickeM
548 * Sever refactoring of the new API (there is now two pb files ipc for NSCP protocol and plugin for plugin communication)
549 * Cleaned up API helper functions
550 * Fixed client argument for "client mode" to allow arbitrary arguments
551 * Cleaned up the argument processor code now requires "mode" to be first argument
552
5532011-08-23 MickeM
554 * Fixed issue in the NSCP server
555
5562011-08-22 MickeM
557 * Added initial NSCP protocol implenmentation (very vrude and not really usefull yet)
558 * Fixed so it builds on linux
559 * Fixed so automagic plugin renaming add lib<LIB name> on *nix.
560 * Fixed so it works on linux (fixed issues with timeout)
561
5622011-08-16 MickeM (0.4.0.85)
563 * Added support for remote WMI checking using target/username/password options like so:
564    CheckWMI target=192.168.0.123 user=\\foobar password=foobar namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
565 * Added support for looking up targets to CheckWMI
566   CheckWMI target=my_test_xp MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
567   Where <target> is defined under /settings/targets as well as /settings/targets/my_test_xp
568
5692011-08-15 MickeM
570 * Readded allowed hosts function
571 * Moved default socket options to /settings/default/socket
572 * Added more default socket options
573 * Added support for target in default plugin helpers
574 * Added remote WMI commands
575 * Added target section under /settings/targets
576
5772011-08-14 MickeM
578 * NRPEClient now works on linux
579 * Added "portable" settings map file to installer (so it will work with old installed versions)
580 * Rename Function to Registry in PythonScript API as well as some other function renames
581 * Started to clean up the helpers around the API
582 * Added support for execute to PythonScripts to execute commands
583 * BUG: just realised that static plugin instances prevent multiple instances :)
584   Will fix but not now as it is not important (for me)...
585 * Added initial support for channels to PythonScript
586   Core still lacks support for subscribing to arbitrary channels
587
5882011-08-13 MickeM
589 * Added support for command line execution to PythonScript module
590 * Readded support for specifying module on command line with --client mode
591 * Fixed some issues with the NRPEClient module
592 
5932011-08-12 MickeM
594  * Finnished (rough) adding back command line exec (with modern API)
595  * Fixed so installer uses correct name for dll:s (now Server not Listsener)
596 
5972011-08-11 MickeM
598  * Started to add back command line exec (with modern API)
599 
6002011-08-10 MickeM
601 * Fixed linus issues and defect
602 * Fixed some issues in the test python script regarding how prefix is handled
603 * Fixed PythonScript module to actually use the correct function map :)
604 * Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
605 * Added a lot of freatures and cleand up the PythonScript module
606 * Started to merge som features from PythonScript back to Lua script
607 
6082011-08-07 MickeM
609 * Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
610 * Fixed issue with loading plugins and aliases as well as duplicate plugin detection
611 
6122011-08-01 MickeM
613 * Added new module: PythonScript
614
6152011-07-25 MickeM
616 * merged in all 0.3.9 changes
617 * 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)
618 * streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
619
6202010-02-05
621 * Multiple fixes all over the place
622 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
623 ! Performance data is still missing (will be for a while yet)
624 
6252010-01-31 MickeM
626 + Added google protocol buffers
627 ! Changed internal handle command logic (now uses protocol buffers)
628 - Removed (temporarily) performance data (due to protocol buffer changes)
629
6302010-01-19 MickeM
631 + Rename NRPEListener to NRPEServer
632 + Added NRPEServer to CMake build
633
6342010-01-xx MickeM
635 + Added Scheduling module
636 
6372009-10-11 MickeM
638 + Added argument support to NRPE Client
639   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.
640
6412009-09-20 MickeM
642 * Fixed alias in CheckWMI (now works)
643 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
644 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
645
6462009-09-13 MickeM
647 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
648
6492009-09-06 MickeM
650 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
651 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
652
6532009-08-30 MickeM
654 + Added -c and -d command line options like so:
655   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
656   NSClient++ -c <command> <argument 1> <argument 2> ...
657   -d Is the same thing but with debug enabled.
658 + Added uninstall of old client (sort of broken but works)
659
6602009-08-29 MickeM
661 * Fixed issue with CheckFile (directory)
662 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
663
6642009-07-18 MickeM
665 * Fixed issue with no loggers avalible and "memory leak"
666 * Added "firewall exception" to installer
667 * Fixed an issue with the socket data buffer
668 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
669 * Fixed issue with NSCA socket.
670
6712009-07-05 MickeM
672 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
673 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
674
6752009-06-20 MickeM
676 * Fixed issue with CheckDisk and paths not working out properly
677
6782009-06-10 MickeM - 0.3.6
679 ! Release the new version
680
6812009-06-10 MickeM
682 * Fixed so CheckEventLog only reports invalid buffersizes once
683
6842009-06-07 MickeM
685 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
686 * Finalized the installer
687
6882009-05-22 MickeM
689 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
690
6912009-05-21 MickeM
692 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
693 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
694
6952009-05-17 MickeM
696 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
697
6982009-05-10 MickeM
699 + Added write support for modules to installer
700
7012009-05-03 MickeM
702 * Fixed another quite serious memory leak!
703   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
704 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
705
7062009-03-30 MickeM
707 + Added new option to NSCA module for specifying report options.
708        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
709 + Added so password and host ate stored in the installer (if changed)
710
7112009-03-29 MickeM
712 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
713
7142009-03-15 MickeM
715 * New service name (displayname)
716 * New service description
717
7182009-03-14 MickeM
719 * Rebuilt installer UI (still missing write config function)
720 * Added debug entry to log filename used by debug log metrics.
721 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
722
7232009-03-02 MickeM
724 * Added catch handlers and error logging to NSCA Thread
725 * Fixed issue with CheckProcState and administrator login!
726 + Added debug module to installer
727 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
728   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
729   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)
730 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
731
7322009-02-26 MickeM
733 * Fixed issue with debug logging (not it can be disabled again)
734
7352009-02-23 MickeM
736 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
737
7382009-02-11 MickeM
739 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
740   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).
741
7422009-02-06 MickeM
743 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
744
7452009-02-05 MickeM
746 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
747 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
748
7492009-02-03 MickeM
750 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
751   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
752
7532009-01-30 MickeM
754 * Added support for changing name and description of service from the /install command line
755   NSClient++ /install [gui] [start] [service name] [description]
756   NSClient++ /uninstall [gui] [stop] [service name]
757   NSClient++ /start [gui] [service name]
758   NSClient++ /stop [gui] [service name]
759
7602009-01-28 MickeM
761 * Slightly improved error handling around socket creation
762 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
763
7642009-01-25 MickeM
765 * Fixed issue with checkVersion (#242)
766 * Fixed spelling error (#244)
767 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
768 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
769 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
770 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
771
7722009-01-23 MickeM
773 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
774    You can now use the following syntax:
775    CheckEventLog ... warn=ne:1 crit=eq:0 ...
776    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
777    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
778
7792009-01-23 MickeM
780 * Cleaned up the checkProcState code and it is not a lot better.
781   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
782 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
783 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
784
7852009-01-21 MickeM
786 + Added experimental 16 bit process support to checkProcState
787
7882009-01-20 MickeM
789 * Fixed issue with CheckWMI when no filter was specified.
790
7912009-01-17 MickeM
792 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
793   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
794 * 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)
795 * removed debug output from -noboot
796 + Added new command line pdhmatch option to use pattern matching on PDH queries
797   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
798 * Improved error reporting in the PDH subsystem.
799 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
800   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
801 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
802
8032009-01-13 MickeM
804 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
805 + Brand new build enviornment based upon boost build!!!
806   Use batch file to build (release-build.bat or modify to make your own)
807 * Modified /about so it now shows a lot of usefull(?) info.
808
8092008-11-13 MickeM
810 + Added truncate option to checkServiceState
811
8122008-09-24 MickeM
813 * Imroved the installer (now auto-updates the version when built)
814
8152008-09-24 MickeM - 0.3.5
816 * Fixed issue with CheckServiceState and CheckAll (it now works)
817 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
818    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
819
8202008-09-18 MickeM - 0.3.4
821 * Changed so "missing services" are treated as stopped.
822    CheckServiceState missing=stopped ShowAll
823        OK: missing: not found
824 * Fixed issue with : in service name.
825 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
826
8272008-09-17 MickeM - 0.3.4 RC-6
828 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
829
8302008-09-17 MickeM
831 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
832 * Added so tray icon can get "propper" name from core for "description".
833 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
834
8352008-09-16 MickeM - 0.3.4 RC-5
836 * Fixed an issue with the session launcher
837
8382008-09-15 MickeM
839 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
840 + Added a very basic simple .net plugin (and a wrapper)
841
8422008-09-14 MickeM - 0.3.4 RC-4
843 * Fixed an issue with the session launcher
844 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
845
8462008-09-14 MickeM - 0.3.4 RC-4
847 * Fixed issue with OS detection (again)
848 * Fixed issue with plugin unloading (again)
849 * Fixed issue with SSL socket not unloading properly
850 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
851 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
852
8532008-09-12 MickeM
854 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
855
8562008-09-09 MickeM - 0.3.4 RC-3
857 * Improved error handling for the WMI checks.
858 + CheckWMI: Added support for extracting numbers from strings
859 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
860 * Fixed issue with & and some commands via check_nt.
861 * Fixed a crash on exit (which I added in Rc1).
862 * Added 10 "bytes" the CPU buffer: (#174)
863 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
864 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
865
8662008-09-08 MickeM - 0.3.4 RC-2
867 * Fixed issue in windows 2008 with system tray (shared_session).
868 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
869 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
870
8712008-09-07 MickeM
872 + Added sample powershell script as well as a workaround for making them run.
873 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
874 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
875
8762008-09-06 MickeM
877 * Improved error reporting in the eventlogchecker
878 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
879   I Recomend everyone to stop using the "old" filtering.
880
8812008-09-04 MickeM
882 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
883 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
884 * Fixed a memory leak in the error formating code
885
8862008-08-24 MickeM
887 * Changed NSCA "general problem" error message to be more descriptive.
888 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
889
8902008-08-16 MickeM
891 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
892 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
893 + Added shared session so system tray can communicate with master
894 + Added new system tray handlig (via TS so FUS should work with it)
895 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
896   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.
897
8982008-08-09 MickeM
899 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
900
9012008-07-28 MickeM
902 * Improved the error handling for the check proc state.
903 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
904
9052008-07-25 MickeM
906 + Built a garage at the summer house
907 * cut down all the reeds and shrubbs at the summer house.
908
9092008-07-03 MickeM
910 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
911 + Added some more error messages for when counters are not found.
912 * Fixed an issue with the new namespace option
913
9142008-07-02 MickeM
915 ! 0.3.3 Released (take 2)
916 + Added new option alias to controll the name for performance counters when using checkfile use like so:
917    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
918 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
919 ! 0.3.3 Released (take 1)
920 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
921
9222008-07-02 MickeM
923 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
924
9252008-07-01 MickeM
926 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
927   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
928
9292008-06-30 MickeM
930 * Fixed issue with CheckFile and performance data ( #156 )
931 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
932   *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)
933   Message will reflect reason.
934 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
935
9362008-06-25 MickeM
937 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
938
9392008-06-24 MickeM
940 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
941 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
942 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
943 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
944 * Better error messages in the check service thingy.
945
9462008-06-18 MickeM
947 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
948   Before only the first 1024 bytes were used.
949
9502008-06-15 MickeM
951 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
952   + CheckDriveSize now uses "all drives" when no drive is specified.
953   * Fixed misspellt Container
954
9552008-06-14 MickeM
956 * Fixed error message from external commands (better reporting now)
957
9582008-05-14 MickeM
959 * Fixed memoryleak in the service checker.
960     I am really sorry I usualy write better code then this.
961 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
962
9632008-09-17 MickeM - 0.3.4 RC-6
964 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
965
9662008-09-17 MickeM
967 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
968 * Added so tray icon can get "propper" name from core for "description".
969 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
970
9712008-09-16 MickeM - 0.3.4 RC-5
972 * Fixed an issue with the session launcher
973
9742008-09-15 MickeM
975 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
976 + Added a very basic simple .net plugin (and a wrapper)
977
9782008-09-14 MickeM - 0.3.4 RC-4
979 * Fixed an issue with the session launcher
980 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
981
9822008-09-14 MickeM - 0.3.4 RC-4
983 * Fixed issue with OS detection (again)
984 * Fixed issue with plugin unloading (again)
985 * Fixed issue with SSL socket not unloading properly
986 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
987 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
988
9892008-09-12 MickeM
990 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
991
9922008-09-09 MickeM - 0.3.4 RC-3
993 * Improved error handling for the WMI checks.
994 + CheckWMI: Added support for extracting numbers from strings
995 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
996 * Fixed issue with & and some commands via check_nt.
997 * Fixed a crash on exit (which I added in Rc1).
998 * Added 10 "bytes" the CPU buffer: (#174)
999 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
1000 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
1001
10022008-09-08 MickeM - 0.3.4 RC-2
1003 * Fixed issue in windows 2008 with system tray (shared_session).
1004 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
1005 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
1006
10072008-09-07 MickeM
1008 + Added sample powershell script as well as a workaround for making them run.
1009 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
1010 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
1011
10122008-09-06 MickeM
1013 * Improved error reporting in the eventlogchecker
1014 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
1015   I Recomend everyone to stop using the "old" filtering.
1016
10172008-09-04 MickeM
1018 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
1019 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
1020 * Fixed a memory leak in the error formating code
1021
10222008-08-24 MickeM
1023 * Changed NSCA "general problem" error message to be more descriptive.
1024 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
1025
10262008-08-16 MickeM
1027 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
1028 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
1029 + Added shared session so system tray can communicate with master
1030 + Added new system tray handlig (via TS so FUS should work with it)
1031 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
1032   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.
1033
10342008-08-09 MickeM
1035 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
1036
10372008-07-28 MickeM
1038 * Improved the error handling for the check proc state.
1039 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
1040
10412008-07-25 MickeM
1042 + Built a garage at the summer house
1043 * cut down all the reeds and shrubbs at the summer house.
1044
10452008-07-03 MickeM
1046 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
1047 + Added some more error messages for when counters are not found.
1048 * Fixed an issue with the new namespace option
1049
10502008-07-02 MickeM
1051 ! 0.3.3 Released (take 2)
1052 + Added new option alias to controll the name for performance counters when using checkfile use like so:
1053    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
1054 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
1055 ! 0.3.3 Released (take 1)
1056 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
1057
10582008-07-02 MickeM
1059 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
1060
10612008-07-01 MickeM
1062 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
1063   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
1064
10652008-06-30 MickeM
1066 * Fixed issue with CheckFile and performance data ( #156 )
1067 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
1068   *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)
1069   Message will reflect reason.
1070 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
1071
10722008-06-25 MickeM
1073 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
1074
10752008-06-24 MickeM
1076 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
1077 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
1078 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
1079 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
1080 * Better error messages in the check service thingy.
1081
10822008-06-18 MickeM
1083 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
1084   Before only the first 1024 bytes were used.
1085
10862008-06-15 MickeM
1087 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
1088   + CheckDriveSize now uses "all drives" when no drive is specified.
1089   * Fixed misspellt Container
1090
10912008-06-14 MickeM
1092 * Fixed error message from external commands (better reporting now)
1093
10942008-05-14 MickeM
1095 * Fixed memoryleak in the service checker.
1096     I am really sorry I usualy write better code then this.
1097
10982008-05-?? MickeM
1099 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
1100
11012008-06-?? MickeM
1102 * 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 :)
1103
11042008-05-14 MickeM
1105 * Fixed memoryleak in the service checker.
1106     I am really sorry I usualy write better code then this.
1107
11082008-05-11 MickeM
1109 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
1110     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
1111
11122008-04-03 MickeM
1113 * Moved COM init to "core" (from WMI module)
1114 + Added new Check command: CheckTaskSched Use like so:
1115     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
1116
11172008-03-21 MickeM
1118 + Added command line support for process checks
1119   New option: cmdLine will toggle so full command lines are used instead of just process names.
1120 + Added regular expression matching to process checks
1121   New option: match=regexp (match=strings is the default and "old" way)
1122 + Added substring matching to process checks
1123   New option: match=substr (match=strings is the default and "old" way)
1124   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
1125 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
1126 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
1127 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
1128
11292008-03-20 MickeM
1130 + Added host-lookupos for NSCA server (#149)
1131 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
1132 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
1133 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
1134   Added option debug_skip_data_collection to simulate this (just for kicks)
1135
11362008-03-18 MickeM
1137 * Added some more error messages to the NSCA module
1138 * Added support for arguments to LUA module.
1139   syntax: function debug (command, args) -- args is a table with all arguments
1140
11412008-03-11 MickeM
1142 ! 0.3.1 Released
1143
11442008-03-08 MickeM
1145 * Changed so log is now in Unicode format
1146   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
1147   If anyone hates this let me know and I will add an option to use "old ansi log".
1148 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
1149   This means "strangeness" in Unicode and non-us-ascii chars on the console,
1150    so for details refer to the log-file which is proper Unicode.
1151 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
1152    (if you find this annoying let me know, I will make it optional :)
1153 * Fixed some issues in the registry handling
1154
11552008-03-06 MickeM
1156 * Fixed silly ordering bug with the <> syntax.
1157
11582008-03-05 MickeM
1159 + 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.
1160 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
1161 * Fixed an issue with eventlog and . matching.
1162 + Added shorthand ! for != in "all" numeric filters (eventlog)
1163 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
1164   Try using: filter-eventType=<>warning to remove everything that is not a warning
1165 * Fixed two spelling mistakes in the SysTray module.
1166 * Fixed 64-bit issues with installer
1167 * Fixed so installer uninstalls/installs the service
1168 
11692008-02-26 MickeM
1170 + Added installer
1171 
11722008-02-22 MickeM
1173 * Fixed issues in the NRPE module (now returns the correct status)
1174 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
1175    (might make it simpler to diagnose problems)
1176
11772008-02-20 MickeM
1178 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
1179   eventually for relaying events.
1180   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
1181   This is an early concept so don't expect much...
1182 * Fixed a bug in NSCA module (now it works again :)
1183 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
1184   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
1185
11862008-02-19 MickeM
1187 + Fixed a buffer overflow in the NRPE socket handling.
1188 
11892008-02-18 MickeM
1190 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
1191 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
1192   Since check_nrpe doesn't do this it wont work in that end, but still...
1193
11942008-02-16 MickeM
1195 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
1196
11972008-02-14 MickeM
1198 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
1199 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
1200
12012008-02-13 MickeM
1202 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
1203 * Fixed issue with scripts result truncated after 1024 chars
1204    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
1205 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
1206 + Added to NSCA truncates output when to long.
1207
12082008-02-12 MickeM
1209 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
1210   (notice you need to recompile the check_nrpe to match this value)
1211 * Improved exception handling in the PDH collector (hopefully less deadlocks)
1212
12132008-02-11 MickeM
1214 + Added encryption support for NSCA module (about half of the algorithms are available,
1215     if someone wants to use one not available let me know, and I will try to add it)
1216
12172008-02-09 MickeM
1218 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
1219   - Can Check batch/vbs/programs/*
1220   - Works with NSCA module (if you don't want to have NRPE at the same time)
1221   - Simpler syntax (discarded old and added new section for alias)
1222   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
1223
12242008-02-08 MickeM
1225 + Added some more default catch handlers (on the "core" side of plugin-calls).
1226
12272008-02-07 MickeM
1228 + Added default catch handlers to all wrapped plug in calls.
1229
12302008-02-05 MickeM
1231 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
1232
12332008-02-04 MickeM
1234 *** Happy Birthday bogi!! :)
1235 * Fixed issues with performance counter rendering (mainly checkDisk)
1236
12372008-02-03 MickeM
1238 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
1239 + Added API for scripts to register commands
1240 + Added command descriptions (for some modules)
1241 * Fixed issue in NRPE that displayed a console window when running commands
1242 * New improved "inject" dialog from the system tray
1243   Lists available commands, and shows command descriptions and a lot of other improvements.
1244 + Added an internal log windows that displays log in real-time.
1245 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
1246
12472008-02-02 MickeM
1248 * Might have fixed the "missing eventlog messages" problem.
1249 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
1250
12512008-01-27 MickeM
1252 * Fixed a memory-leak in format_time
1253 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
1254 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
1255   For this to work you need to have the descriptions flag set
1256   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
1257 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
1258   The uniqueness is defined by event-log, event-source, event-id and event-category.
1259
12602007-12-16 MickeM
1261 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
1262 * Changed some exceptions that were thrown wrong
1263
12642007-12-11 MickeM
1265 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
1266
12672007-12-10 MickeM
1268 + Added initial draft for LUA module
1269
12702007-12-09 MickeM
1271 + Added a check if the service is started when running with /test so you get a warning
1272 + Improved the socket thread with:
1273    * a default-catch
1274    * If the socket fails to start we still wait for it to shut down (no error message)
1275 + Added first version of the NSCA agent (NSCAgent.dll)
1276   (no encryption support as of yet, but will come)
1277
12782007-12-04 MickeM
1279 ! 0.3.0 Released
1280
12812007-12-01 MickeM
1282 * Fixed issue with date formating in FILEAGE
1283
12842007-11-29 MickeM
1285 * Fixed issue with date formating in FILEAGE
1286
12872007-11-28 MickeM
1288 ! 0.3.0 RC-1
1289 * Fixed some UNICODE issues with process-listings
1290 + Added an error message if the "detected" process enumeration method is not available.
1291 + Fixed some more Unicode issues Password encrypt/decrypt: #107
1292 * Fixed Unicode issues with "external programs" #109
1293 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
1294 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
1295    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 ...
1296    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
1297
12982007-11-26 MickeM
1299 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
1300 * More 2k5 build tweaks
1301
13022007-11-23 MickeM
1303 * Converted to Unicode (damn sometimes I **HATE** C++)
1304 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
1305
13062007-11-22 MickeM
1307 * Fixed so the "default path" is correct even when running as a service (issue: #96)
1308
13092007-11-21 MickeM
1310 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
1311 * Fixed some missing exceptions that were not caught
1312 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
1313     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
1314    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
1315 - Removed  from SVN (as it is old and outdated and no longer used)
1316
13172007-11-20 MickeM
1318 + Added new option to CheckSystem to override detected language (force_language=0x0014)
1319
13202007-11-19 MickeM
1321 * Fixed a minor issue in reading registry keys
1322 + Added -noboot option to startup used for running command line utilities without booting the client
1323   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
1324 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
1325 * Migrated 2008 project files to new name and back ported to 2005 project files.
1326
13272007-11-16 MickeM
1328 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
1329 + Added sample VBS script and definitions
1330
13312007-11-15 MickeM
1332 * Improved error message when external NRPE command failles.
1333
13342007-11-14 MickeM
1335 + Added multi-line output support ( issue #91 )
1336 * Improved error handling for external commands
1337 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
1338 + Added an English fall back if "local" language PDH counters fail.
1339
13402007-11-12 MickeM
1341 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
1342
13432007-11-11 MickeM
1344 + Added option to configure the behavior of CheckService CheckAll (#64)
1345
13462007-11-08 MickeM
1347 + Added CheckWMIValue to check result-values from a WMI Query
1348 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
1349    If anyone don't want this let me know and I will make an option for it.
1350
13512007-11-06 MickeM
1352 + Added CLI interface to CheckWMI to check queries
1353
13542007-11-04 MickeM
1355 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
1356
13572007-10-29 MickeM
1358 * Restructured build and include to work from CLI
1359 + Started to add makefiles to build from CLI
1360 + Added Finnish counters (#98)
1361 * Fixed performance counter issue with check_nt (#99)
1362 
13632007-10-06 MickeM
1364 + Added auto-upda-te of versions and dates on build to make versions better updated.
1365 + Fixed x64 build and cleanup a bit.
1366
13672007-09-15 MickeM
1368 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
1369
13702007-09-11 MickeM
1371 + Added Dutch performance counters to counters.defs
1372 + Added Spanish performance counters to counters.defs
1373 + Added #69 [includes] directive to INI-file to include other files
1374 * Fixed #75 (spelling issue)
1375
13762007-06-23 MickeM
1377 * 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...
1378 * Fixed the "check memory" issues for real this time.
1379 * 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.
1380
13812007-06-20 MickeM
1382 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
1383 * Fixed #62 Problems with CheckServiceState and services with spaces.
1384
13852007-03-06 MickeM
1386 ! 0.2.7 released
1387
13882007-03-05 MickeM
1389 * Fixed -v FILEAGE check_nt (NSClient) check.
1390 * Added license agreement header to all files
1391
13922007-03-04 MickeM
1393 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
1394   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
1395 + Added Japanese counters to counters.defs from patch (thanx!!!)
1396
13972007-02-25 MickeM
1398 + Added possibility to check many memory checks in one go, just stack type options.
1399     type=paged type=physical etc...
1400 * Fixed a performance check bug in the last nightly.
1401 * Fixed a potential crash when a malformed check-file-age command was issued.
1402 + Added support for more then and NSClient command
1403 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
1404 
14052007-02-22 MickeM
1406 + Added debug output to see if the socket is bound and/or has shutdown.
1407 * Fixed a potential bug in the thread manager.
1408 + Added configuration option for suppressing performance data to the NRPE section.
1409   Set performance_data=0 to stop sending performance data to nagios
1410 + New (better?) (simpler?) event log checking
1411 + Added option to most commands (ignore-perf-data) to suppress performance data
1412 + Added option CheckAll for checking all auto-start services to checkServiceState.
1413   Also an exclude=<service> to exclude checking that.
1414 * Fixed return syntax for PROCSTATE nsclient
1415
14162007-02-21 MickeM
1417 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
1418
14192006-12-02 MickeM
1420 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
1421 * Fixed "broken password check" in NSClient listener
1422
14232006-11-18 MickeM
1424 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
1425 * Added error message when detected language is missing from counters.defs
1426 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
1427 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
1428 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
1429 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
1430
14312006-10-05 MickeM
1432 * Yayyy!!! (first fix in a looong while :)
1433 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
1434   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
1435 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
1436   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
1437   access to your nagios box (probably only a theoretical problem but hey! :)
1438   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
1439   request it will be "slow" but I think it is not that much of a problem really.
1440   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
1441   Set cache_allowed_hosts=0 to disable host cache
1442
14432006-04-04 MickeM
1444 * Fixed a few more bugs to the INI/REG readers
1445
14462006-04-02 MickeM
1447 * Could all magicians stop trying to kill me?
1448   *Please* i don't like to die!
1449
14502006-03-31 MickeM
1451 * Damn necromancers! stop 0wning my ass all the time!
1452 
14532006-03-29 MickeM
1454 + Added API for saving/reading settings
1455 
14562006-03-28 MickeM
1457 + Added REG/INI parsers
1458 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
1459
14602006-03-25 MickeM
1461 * Oblivion f*cking roxx!
1462
14632006-03-02 MickeM
1464 * Fixed bug in INI-file reader (memory leak)
1465
14662006-03-01 MickeM
1467 * Fixed bug in CheckFile (now dates work correctly)
1468
14692006-02-26 MickeM
1470 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
1471
14722006-02-25 MickeM
1473 * Fixed Sections problem (now sections can be any size)
1474 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
1475   Allows you to bind the listener to a specific IP address (only dotted number not host name).
1476   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
1477 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
1478 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
1479 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
1480   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.
1481   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.
1482 - 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.
1483 * Moved listpdh and debugpdh into the CheckSystem module
1484 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
1485 
14862006-02-2? MickeM
1487 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
1488   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
1489 + Added new install/uninstall command to SystemTray module:
1490   NSClient++.exe SystemTray install
1491   NSClient++.exe SystemTray uninstall
1492   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
1493 * 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).
1494 * Fixed so checkProcess isn't case sensitive.
1495 * Added (not finished) syntax option to event log checker to format the outputted data
1496
14972006-02-12 MickeM
1498 + Added support for host name resolve to allowed_hosts
1499
15002006-02-08 MickeM
1501 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
1502 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
1503
15042006-02-07 MickeM
1505 + Added new filter option to eventlog filter-eventID
1506 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
1507
15082006-02-05 MickeM
1509 + Added CheckFile check command
1510   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
1511 + Added FILEAGE support to NSClient
1512 + Started to convert the web page to WIKI
1513 
15142006-01-21 MickeM
1515 + Added WMI Check module (early alpha)
1516   This is an extremely early alpha more to see if there is an interest and how to progress with it.
1517   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
1518   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
1519   The Max* are as every other check and sets limits.
1520   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
1521   So any other WMI query should work (notice this is experimental and not stable and has virtually
1522   no error handling so it is likely to crash nsclient if you ask anything "non working".)
1523   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
1524  * Fixed NT4 /install (should work now!)
1525
15262006-01-02 MickeM
1527 * Fixed ChangeServiceConfig2 on NT4
1528 + Added support for more then 4GB memory (8GB?)
1529   Since I don't have this much memory this needs to be verified...
1530 * Fixed syntax of performance data
1531
15322005-09-24 MickeM
1533 * Fixed memory size bug (free and used were swapped)
1534
15352005-09-20 MickeM
1536 + Added option to debug all PDH counters /debugpdh
1537
15382005-09-17 MickeM
1539 + Added support for checking service by display name
1540
15412005-09-03 MickeM
1542 * First off, sorry for lack of updates, but was on vacation :)
1543 + Added ShowAll=long to CPULoad
1544 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
1545
15462005-07-31 MickeM
1547 + /install now sets the service to autostart
1548 * Did some cleanup of minor code sections
1549 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
1550 + Added service description
1551 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
1552
15532005-07-26 MickeM
1554 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
1555 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
1556
15572005-07-19 MickeM
1558 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
1559 * Fixed UNKNOWN return code (was 4 should have been 3)
1560
15612005-07-16 MickeM
1562 * Fixed drive checks from NSClient
1563
15642005-07-11 MickeM
1565 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
1566   have been extended to check a lot more things.
1567   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
1568 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
1569
15702005-06-09 MickeM
1571 * Escapes " in NRPE commands in the NSC.ini
1572
15732005-06-05 MickeM
1574 * Created configuration interface (not released yet)
1575
15762005-06-03 MickeM
1577 * Created interactive installer (not released yet)
1578
15792005-06-02 MickeM
1580 * CheckEventLog reworked...
1581
15822005-06-01 MickeM
1583 * CheckSystem auto detects windows version and language.
1584
15852005-05-29 MickeM
1586 * Fixed PROCSTATE and SERVICESTATE return state.
1587 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
1588 * Fixed performance data for drives (and possibly other places)
1589
15902005-05-23 MickeM
1591 + Added obfuscated password support
1592 + Added some more debug info on commands (return code, and input args)
1593 + Added some more comments to the NSC.ini
1594 + Added central password "override"
1595 + Added central "host override"
1596 + Fixed bug with external commands always getting WARNING state
1597
15982005-05-22 MickeM
1599 + Added debug output for command
1600 + Added timestamps for log-to-file (date_mask to configure format)
1601 + Added support for "no password" with check_nt
1602 + Added log of bad password on NSClient requests.
1603 * Some threading issues fixed (I hate threading :)
1604
16052005-05-19 MickeM
1606 * Verified NT4 compatibility
1607
16082005-05-18 MickeM
1609 * Fixed bug in NSC.ini (section title for Check System was wrong)
1610 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1611 * Fixed some minor issues here and there
1612
16132005-05-15 MickeM
1614 + Added NRPE support for checkCounter
1615 + Updated documentation
1616 * Make check commands ignore case
1617 + Added CheckHelpers module to alter the result of various check and similar things
1618
16192005-05-14 MickeM
1620 + Added support for Volumes (CheckDisk)
1621 + Added support for checking all drives of a certain kind
1622 + Added support for altering filter (makes it possible to check removable drives)
1623 + Created web page and better documentation
1624
16252005-04-20 MickeM
1626 + Added multitasking to socket listener (it can now handle multiple connections)
1627 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1628 + Added COUNTER support to NSClient and CheckSystem
1629
16302005-04-19 MickeM
1631 + Added SSL support
1632 + Added a lot of new options
1633 + Added documentation
1634 * Renamed and restructured NSCLientCompat to CheckSystem
1635 * *ALOT* of fixes all over
1636 : We are now starting to get to something that is "stable"
1637 : This means that soon you might actually be able to use this.
1638 
16392005-03-28 MickeM
1640 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1641 * Moved settings "keys" fro NRPE to config.h
1642 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1643 * Minor tweaks to error/debug logging and small fixes "here and there"
1644
16452005-03-26 MickeM
1646 + NRPE Support (very basic, no encryption, and nothing fancy)
1647 * Socket classes rewritten
1648 + Added NSCModuleHelper::getSettingsSection to the API
1649
16502005-03-22 MickeM
1651 * Fixed NSClientListener return codes for basic commands
1652 * Extracted arrayBuffer code into new files under /include
1653 * Minor tweaks in the API (fixed minor issues)
1654 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1655
16562005-03-21 MickeM
1657 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1658 + Added NRPE return code
1659 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1660
16612005-03-20 MickeM
1662 * Fundamental API changes (due to NRPE compatibility)
1663   - HandleCommand has changed
1664   - Inject has changed
1665   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1666   - A lot of the old return codes have changed
1667 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1668 + New SimpleSocket in include/ will be used as base class for Listeners
1669 * A lot of rewrite to the NSC API
1670
16712005-03-19 MickeM
1672 * Re factored out NSCLient Listener as a separate module
1673 + Added initial NRPE listener module (not yet implemented only a shell)
1674 * Changed Module API (Inject function has new syntax)
1675 + Added some tokenizer function to charEx
1676 + Added new wrapper function to inject Command
1677 * Minor changes in relation to refactor work
1678
16792005-03-01 MickeM
1680 * Improved thread safety in Core
1681 + Added exception handling and logging in PDH code
1682 * Various fixes all over the place
1683 + New module for check size of files/directories
1684 * Changed build to Dynamic link
1685 * Added regular expression support for EventLog checker
1686
16872005-02-22 MickeM
1688 + Added documentation
1689
16902005-02-17 MickeM
1691 * NSClient issues fixed
1692 * System Tray issues fixed
1693
16942005-02-14 MickeM
1695 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.