source: nscp/changelog @ 689bf4a

0.4.00.4.10.4.2stable
Last change on this file since 689bf4a was 689bf4a, checked in by Michael Medin <michael@…>, 4 years ago

Added argument support for NRPE client as well as fixed "assert" (now uses throw) and some more fixes to the build subsystem (sigh, I hate boost build)

  • Property mode set to 100644
File size: 43.2 KB
Line 
1TODO:
2 * Process times and similar ?
3 * Fix configuration GUI (low priority)
4 * Add API for rehashing the daemon (or implement it the API is there but does nothing)
5 * Improved socket performance (would be nice if we could be used as a "hub")
6 * Fixa dependonservice LanManWorkStation (old win)
7 * Fix RtlStringFromGUID problem on NT4
8
92009-10-11 MickeM
10 + Added argument support to NRPE Client
11   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.
12
132009-09-20 MickeM
14 * Fixed alias in CheckWMI (now works)
15 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
16 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
17
182009-09-13 MickeM
19 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
20
212009-09-06 MickeM
22 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
23 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
24
252009-08-30 MickeM
26 + Added -c and -d command line options like so:
27   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
28   NSClient++ -c <command> <argument 1> <argument 2> ...
29   -d Is the same thing but with debug enabled.
30 + Added uninstall of old client (sort of broken but works)
31
322009-08-29 MickeM
33 * Fixed issue with CheckFile (directory)
34 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
35
362009-07-18 MickeM
37 * Fixed issue with no loggers avalible and "memory leak"
38 * Added "firewall exception" to installer
39 * Fixed an issue with the socket data buffer
40 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
41 * Fixed issue with NSCA socket.
42
432009-07-05 MickeM
44 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
45 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
46
472009-06-20 MickeM
48 * Fixed issue with CheckDisk and paths not working out properly
49
502009-06-10 MickeM - 0.3.6
51 ! Release the new version
52
532009-06-10 MickeM
54 * Fixed so CheckEventLog only reports invalid buffersizes once
55
562009-06-07 MickeM
57 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
58 * Finalized the installer
59
602009-05-22 MickeM
61 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
62
632009-05-21 MickeM
64 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
65 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
66
672009-05-17 MickeM
68 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
69
702009-05-10 MickeM
71 + Added write support for modules to installer
72
732009-05-03 MickeM
74 * Fixed another quite serious memory leak!
75   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
76 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
77
782009-03-30 MickeM
79 + Added new option to NSCA module for specifying report options.
80        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
81 + Added so password and host ate stored in the installer (if changed)
82
832009-03-29 MickeM
84 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
85
862009-03-15 MickeM
87 * New service name (displayname)
88 * New service description
89
902009-03-14 MickeM
91 * Rebuilt installer UI (still missing write config function)
92 * Added debug entry to log filename used by debug log metrics.
93 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
94
952009-03-02 MickeM
96 * Added catch handlers and error logging to NSCA Thread
97 * Fixed issue with CheckProcState and administrator login!
98 + Added debug module to installer
99 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
100   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
101   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)
102 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
103
1042009-02-26 MickeM
105 * Fixed issue with debug logging (not it can be disabled again)
106
1072009-02-23 MickeM
108 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
109
1102009-02-11 MickeM
111 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
112   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).
113
1142009-02-06 MickeM
115 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
116
1172009-02-05 MickeM
118 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
119 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
120
1212009-02-03 MickeM
122 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
123   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
124
1252009-01-30 MickeM
126 * Added support for changing name and description of service from the /install command line
127   NSClient++ /install [gui] [start] [service name] [description]
128   NSClient++ /uninstall [gui] [stop] [service name]
129   NSClient++ /start [gui] [service name]
130   NSClient++ /stop [gui] [service name]
131
1322009-01-28 MickeM
133 * Slightly improved error handling around socket creation
134 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
135
1362009-01-25 MickeM
137 * Fixed issue with checkVersion (#242)
138 * Fixed spelling error (#244)
139 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
140 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
141 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
142 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
143
1442009-01-23 MickeM
145 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
146    You can now use the following syntax:
147    CheckEventLog ... warn=ne:1 crit=eq:0 ...
148    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
149    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
150
1512009-01-23 MickeM
152 * Cleaned up the checkProcState code and it is not a lot better.
153   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
154 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
155 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
156
1572009-01-21 MickeM
158 + Added experimental 16 bit process support to checkProcState
159
1602009-01-20 MickeM
161 * Fixed issue with CheckWMI when no filter was specified.
162
1632009-01-17 MickeM
164 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
165   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
166 * 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)
167 * removed debug output from -noboot
168 + Added new command line pdhmatch option to use pattern matching on PDH queries
169   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
170 * Improved error reporting in the PDH subsystem.
171 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
172   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
173 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
174
1752009-01-13 MickeM
176 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
177 + Brand new build enviornment based upon boost build!!!
178   Use batch file to build (release-build.bat or modify to make your own)
179 * Modified /about so it now shows a lot of usefull(?) info.
180
1812008-11-13 MickeM
182 + Added truncate option to checkServiceState
183
1842008-09-24 MickeM
185 * Imroved the installer (now auto-updates the version when built)
186
1872008-09-24 MickeM - 0.3.5
188 * Fixed issue with CheckServiceState and CheckAll (it now works)
189 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
190    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
191
1922008-09-18 MickeM - 0.3.4
193 * Changed so "missing services" are treated as stopped.
194    CheckServiceState missing=stopped ShowAll
195        OK: missing: not found
196 * Fixed issue with : in service name.
197 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
198
1992008-09-17 MickeM - 0.3.4 RC-6
200 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
201
2022008-09-17 MickeM
203 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
204 * Added so tray icon can get "propper" name from core for "description".
205 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
206
2072008-09-16 MickeM - 0.3.4 RC-5
208 * Fixed an issue with the session launcher
209
2102008-09-15 MickeM
211 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
212 + Added a very basic simple .net plugin (and a wrapper)
213
2142008-09-14 MickeM - 0.3.4 RC-4
215 * Fixed an issue with the session launcher
216 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
217
2182008-09-14 MickeM - 0.3.4 RC-4
219 * Fixed issue with OS detection (again)
220 * Fixed issue with plugin unloading (again)
221 * Fixed issue with SSL socket not unloading properly
222 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
223 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
224
2252008-09-12 MickeM
226 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
227
2282008-09-09 MickeM - 0.3.4 RC-3
229 * Improved error handling for the WMI checks.
230 + CheckWMI: Added support for extracting numbers from strings
231 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
232 * Fixed issue with & and some commands via check_nt.
233 * Fixed a crash on exit (which I added in Rc1).
234 * Added 10 "bytes" the CPU buffer: (#174)
235 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
236 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
237
2382008-09-08 MickeM - 0.3.4 RC-2
239 * Fixed issue in windows 2008 with system tray (shared_session).
240 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
241 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
242
2432008-09-07 MickeM
244 + Added sample powershell script as well as a workaround for making them run.
245 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
246 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
247
2482008-09-06 MickeM
249 * Improved error reporting in the eventlogchecker
250 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
251   I Recomend everyone to stop using the "old" filtering.
252
2532008-09-04 MickeM
254 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
255 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
256 * Fixed a memory leak in the error formating code
257
2582008-08-24 MickeM
259 * Changed NSCA "general problem" error message to be more descriptive.
260 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
261
2622008-08-16 MickeM
263 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
264 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
265 + Added shared session so system tray can communicate with master
266 + Added new system tray handlig (via TS so FUS should work with it)
267 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
268   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.
269
2702008-08-09 MickeM
271 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
272
2732008-07-28 MickeM
274 * Improved the error handling for the check proc state.
275 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
276
2772008-07-25 MickeM
278 + Built a garage at the summer house
279 * cut down all the reeds and shrubbs at the summer house.
280
2812008-07-03 MickeM
282 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
283 + Added some more error messages for when counters are not found.
284 * Fixed an issue with the new namespace option
285
2862008-07-02 MickeM
287 ! 0.3.3 Released (take 2)
288 + Added new option alias to controll the name for performance counters when using checkfile use like so:
289    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
290 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
291 ! 0.3.3 Released (take 1)
292 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
293
2942008-07-02 MickeM
295 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
296
2972008-07-01 MickeM
298 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
299   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
300
3012008-06-30 MickeM
302 * Fixed issue with CheckFile and performance data ( #156 )
303 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
304   *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)
305   Message will reflect reason.
306 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
307
3082008-06-25 MickeM
309 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
310
3112008-06-24 MickeM
312 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
313 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
314 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
315 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
316 * Better error messages in the check service thingy.
317
3182008-06-18 MickeM
319 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
320   Before only the first 1024 bytes were used.
321
3222008-06-15 MickeM
323 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
324   + CheckDriveSize now uses "all drives" when no drive is specified.
325   * Fixed misspellt Container
326
3272008-06-14 MickeM
328 * Fixed error message from external commands (better reporting now)
329
3302008-05-14 MickeM
331 * Fixed memoryleak in the service checker.
332     I am really sorry I usualy write better code then this.
333
3342008-04-03 MickeM
335 * Moved COM init to "core" (from WMI module)
336 + Added new Check command: CheckTaskSched Use like so:
337     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
338
3392008-03-21 MickeM
340 + Added command line support for process checks
341   New option: cmdLine will toggle so full command lines are used instead of just process names.
342 + Added regular expression matching to process checks
343   New option: match=regexp (match=strings is the default and "old" way)
344 + Added substring matching to process checks
345   New option: match=substr (match=strings is the default and "old" way)
346   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
347 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
348 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the  :)
349 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
350
3512008-03-20 MickeM
352 + Added host-lookupos for NSCA server (#149)
353 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
354 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
355 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
356   Added option debug_skip_data_collection to simulate this (just for kicks)
357
3582008-03-18 MickeM
359 * Added some more error messages to the NSCA module
360 * Added support for arguments to LUA module.
361   syntax: function debug (command, args) -- args is a table with all arguments
362
3632008-03-11 MickeM
364 ! 0.3.1 Released
365
3662008-03-08 MickeM
367 * Changed so log is now in Unicode format
368   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
369   If anyone hates this let me know and I will add an option to use "old ansi log".
370 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
371   This means "strangeness" in Unicode and non-us-ascii chars on the console,
372    so for details refer to the log-file which is proper Unicode.
373 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
374    (if you find this annoying let me know, I will make it optional :)
375 * Fixed some issues in the registry handling
376
3772008-03-06 MickeM
378 * Fixed silly ordering bug with the <> syntax.
379
3802008-03-05 MickeM
381 + 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.
382 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
383 * Fixed an issue with eventlog and . matching.
384 + Added shorthand ! for != in "all" numeric filters (eventlog)
385 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
386   Try using: filter-eventType=<>warning to remove everything that is not a warning
387 * Fixed two spelling mistakes in the SysTray module.
388 * Fixed 64-bit issues with installer
389 * Fixed so installer uninstalls/installs the service
390 
3912008-02-26 MickeM
392 + Added installer
393 
3942008-02-22 MickeM
395 * Fixed issues in the NRPE module (now returns the correct status)
396 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
397    (might make it simpler to diagnose problems)
398
3992008-02-20 MickeM
400 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
401   eventually for relaying events.
402   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
403   This is an early concept so don't expect much...
404 * Fixed a bug in NSCA module (now it works again :)
405 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
406   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
407
4082008-02-19 MickeM
409 + Fixed a buffer overflow in the NRPE socket handling.
410 
4112008-02-18 MickeM
412 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
413 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
414   Since check_nrpe doesn't do this it wont work in that end, but still...
415
4162008-02-16 MickeM
417 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
418
4192008-02-14 MickeM
420 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
421 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
422
4232008-02-13 MickeM
424 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
425 * Fixed issue with scripts result truncated after 1024 chars
426    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
427 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
428 + Added to NSCA truncates output when to long.
429
4302008-02-12 MickeM
431 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
432   (notice you need to recompile the check_nrpe to match this value)
433 * Improved exception handling in the PDH collector (hopefully less deadlocks)
434
4352008-02-11 MickeM
436 + Added encryption support for NSCA module (about half of the algorithms are available,
437     if someone wants to use one not available let me know, and I will try to add it)
438
4392008-02-09 MickeM
440 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
441   - Can Check batch/vbs/programs/*
442   - Works with NSCA module (if you don't want to have NRPE at the same time)
443   - Simpler syntax (discarded old and added new section for alias)
444   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
445
4462008-02-08 MickeM
447 + Added some more default catch handlers (on the "core" side of plugin-calls).
448
4492008-02-07 MickeM
450 + Added default catch handlers to all wrapped plug in calls.
451
4522008-02-05 MickeM
453 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
454
4552008-02-04 MickeM
456 *** Happy Birthday bogi!! :)
457 * Fixed issues with performance counter rendering (mainly checkDisk)
458
4592008-02-03 MickeM
460 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
461 + Added API for scripts to register commands
462 + Added command descriptions (for some modules)
463 * Fixed issue in NRPE that displayed a console window when running commands
464 * New improved "inject" dialog from the system tray
465   Lists available commands, and shows command descriptions and a lot of other improvements.
466 + Added an internal log windows that displays log in real-time.
467 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
468
4692008-02-02 MickeM
470 * Might have fixed the "missing eventlog messages" problem.
471 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
472
4732008-01-27 MickeM
474 * Fixed a memory-leak in format_time
475 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
476 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
477   For this to work you need to have the descriptions flag set
478   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
479 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
480   The uniqueness is defined by event-log, event-source, event-id and event-category.
481
4822007-12-16 MickeM
483 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
484 * Changed some exceptions that were thrown wrong
485
4862007-12-11 MickeM
487 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
488
4892007-12-10 MickeM
490 + Added initial draft for LUA module
491
4922007-12-09 MickeM
493 + Added a check if the service is started when running with /test so you get a warning
494 + Improved the socket thread with:
495    * a default-catch
496    * If the socket fails to start we still wait for it to shut down (no error message)
497 + Added first version of the NSCA agent (NSCAgent.dll)
498   (no encryption support as of yet, but will come)
499
5002007-12-04 MickeM
501 ! 0.3.0 Released
502
5032007-12-01 MickeM
504 * Fixed issue with date formating in FILEAGE
505
5062007-11-29 MickeM
507 * Fixed issue with date formating in FILEAGE
508
5092007-11-28 MickeM
510 ! 0.3.0 RC-1
511 * Fixed some UNICODE issues with process-listings
512 + Added an error message if the "detected" process enumeration method is not available.
513 + Fixed some more Unicode issues Password encrypt/decrypt: #107
514 * Fixed Unicode issues with "external programs" #109
515 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
516 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
517    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 ...
518    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
519
5202007-11-26 MickeM
521 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
522 * More 2k5 build tweaks
523
5242007-11-23 MickeM
525 * Converted to Unicode (damn sometimes I **HATE** C++)
526 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
527
5282007-11-22 MickeM
529 * Fixed so the "default path" is correct even when running as a service (issue: #96)
530
5312007-11-21 MickeM
532 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
533 * Fixed some missing exceptions that were not caught
534 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
535     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
536    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
537 - Removed  from SVN (as it is old and outdated and no longer used)
538
5392007-11-20 MickeM
540 + Added new option to CheckSystem to override detected language (force_language=0x0014)
541
5422007-11-19 MickeM
543 * Fixed a minor issue in reading registry keys
544 + Added -noboot option to startup used for running command line utilities without booting the client
545   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
546 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
547 * Migrated 2008 project files to new name and back ported to 2005 project files.
548
5492007-11-16 MickeM
550 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
551 + Added sample VBS script and definitions
552
5532007-11-15 MickeM
554 * Improved error message when external NRPE command failles.
555
5562007-11-14 MickeM
557 + Added multi-line output support ( issue #91 )
558 * Improved error handling for external commands
559 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
560 + Added an English fall back if "local" language PDH counters fail.
561
5622007-11-12 MickeM
563 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
564
5652007-11-11 MickeM
566 + Added option to configure the behavior of CheckService CheckAll (#64)
567
5682007-11-08 MickeM
569 + Added CheckWMIValue to check result-values from a WMI Query
570 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
571    If anyone don't want this let me know and I will make an option for it.
572
5732007-11-06 MickeM
574 + Added CLI interface to CheckWMI to check queries
575
5762007-11-04 MickeM
577 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
578
5792007-10-29 MickeM
580 * Restructured build and include to work from CLI
581 + Started to add makefiles to build from CLI
582 + Added Finnish counters (#98)
583 * Fixed performance counter issue with check_nt (#99)
584 
5852007-10-06 MickeM
586 + Added auto-upda-te of versions and dates on build to make versions better updated.
587 + Fixed x64 build and cleanup a bit.
588
5892007-09-15 MickeM
590 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
591
5922007-09-11 MickeM
593 + Added Dutch performance counters to counters.defs
594 + Added Spanish performance counters to counters.defs
595 + Added #69 [includes] directive to INI-file to include other files
596 * Fixed #75 (spelling issue)
597
5982007-06-23 MickeM
599 * 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...
600 * Fixed the "check memory" issues for real this time.
601 * 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.
602
6032007-06-20 MickeM
604 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
605 * Fixed #62 Problems with CheckServiceState and services with spaces.
606
6072007-03-06 MickeM
608 ! 0.2.7 released
609
6102007-03-05 MickeM
611 * Fixed -v FILEAGE check_nt (NSClient) check.
612 * Added license agreement header to all files
613
6142007-03-04 MickeM
615 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
616   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
617 + Added Japanese counters to counters.defs from patch (thanx!!!)
618
6192007-02-25 MickeM
620 + Added possibility to check many memory checks in one go, just stack type options.
621     type=paged type=physical etc...
622 * Fixed a performance check bug in the last nightly.
623 * Fixed a potential crash when a malformed check-file-age command was issued.
624 + Added support for more then and NSClient command
625 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
626 
6272007-02-22 MickeM
628 + Added debug output to see if the socket is bound and/or has shutdown.
629 * Fixed a potential bug in the thread manager.
630 + Added configuration option for suppressing performance data to the NRPE section.
631   Set performance_data=0 to stop sending performance data to nagios
632 + New (better?) (simpler?) event log checking
633 + Added option to most commands (ignore-perf-data) to suppress performance data
634 + Added option CheckAll for checking all auto-start services to checkServiceState.
635   Also an exclude=<service> to exclude checking that.
636 * Fixed return syntax for PROCSTATE nsclient
637
6382007-02-21 MickeM
639 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
640
6412006-12-02 MickeM
642 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
643 * Fixed "broken password check" in NSClient listener
644
6452006-11-18 MickeM
646 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
647 * Added error message when detected language is missing from counters.defs
648 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
649 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
650 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
651 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
652
6532006-10-05 MickeM
654 * Yayyy!!! (first fix in a looong while :)
655 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
656   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
657 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
658   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
659   access to your nagios box (probably only a theoretical problem but hey! :)
660   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
661   request it will be "slow" but I think it is not that much of a problem really.
662   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
663   Set cache_allowed_hosts=0 to disable host cache
664
6652006-04-04 MickeM
666 * Fixed a few more bugs to the INI/REG readers
667
6682006-04-02 MickeM
669 * Could all magicians stop trying to kill me?
670   *Please* i don't like to die!
671
6722006-03-31 MickeM
673 * Damn necromancers! stop 0wning my ass all the time!
674 
6752006-03-29 MickeM
676 + Added API for saving/reading settings
677 
6782006-03-28 MickeM
679 + Added REG/INI parsers
680 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
681
6822006-03-25 MickeM
683 * Oblivion f*cking roxx!
684
6852006-03-02 MickeM
686 * Fixed bug in INI-file reader (memory leak)
687
6882006-03-01 MickeM
689 * Fixed bug in CheckFile (now dates work correctly)
690
6912006-02-26 MickeM
692 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
693
6942006-02-25 MickeM
695 * Fixed Sections problem (now sections can be any size)
696 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
697   Allows you to bind the listener to a specific IP address (only dotted number not host name).
698   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
699 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
700 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
701 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
702   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.
703   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.
704 - 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.
705 * Moved listpdh and debugpdh into the CheckSystem module
706 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
707 
7082006-02-2? MickeM
709 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
710   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
711 + Added new install/uninstall command to SystemTray module:
712   NSClient++.exe SystemTray install
713   NSClient++.exe SystemTray uninstall
714   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
715 * 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).
716 * Fixed so checkProcess isn't case sensitive.
717 * Added (not finished) syntax option to event log checker to format the outputted data
718
7192006-02-12 MickeM
720 + Added support for host name resolve to allowed_hosts
721
7222006-02-08 MickeM
723 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
724 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
725
7262006-02-07 MickeM
727 + Added new filter option to eventlog filter-eventID
728 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
729
7302006-02-05 MickeM
731 + Added CheckFile check command
732   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
733 + Added FILEAGE support to NSClient
734 + Started to convert the web page to WIKI
735 
7362006-01-21 MickeM
737 + Added WMI Check module (early alpha)
738   This is an extremely early alpha more to see if there is an interest and how to progress with it.
739   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
740   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
741   The Max* are as every other check and sets limits.
742   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
743   So any other WMI query should work (notice this is experimental and not stable and has virtually
744   no error handling so it is likely to crash nsclient if you ask anything "non working".)
745   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
746  * Fixed NT4 /install (should work now!)
747
7482006-01-02 MickeM
749 * Fixed ChangeServiceConfig2 on NT4
750 + Added support for more then 4GB memory (8GB?)
751   Since I don't have this much memory this needs to be verified...
752 * Fixed syntax of performance data
753
7542005-09-24 MickeM
755 * Fixed memory size bug (free and used were swapped)
756
7572005-09-20 MickeM
758 + Added option to debug all PDH counters /debugpdh
759
7602005-09-17 MickeM
761 + Added support for checking service by display name
762
7632005-09-03 MickeM
764 * First off, sorry for lack of updates, but was on vacation :)
765 + Added ShowAll=long to CPULoad
766 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
767
7682005-07-31 MickeM
769 + /install now sets the service to autostart
770 * Did some cleanup of minor code sections
771 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
772 + Added service description
773 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
774
7752005-07-26 MickeM
776 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
777 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
778
7792005-07-19 MickeM
780 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
781 * Fixed UNKNOWN return code (was 4 should have been 3)
782
7832005-07-16 MickeM
784 * Fixed drive checks from NSClient
785
7862005-07-11 MickeM
787 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
788   have been extended to check a lot more things.
789   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
790 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
791
7922005-06-09 MickeM
793 * Escapes " in NRPE commands in the NSC.ini
794
7952005-06-05 MickeM
796 * Created configuration interface (not released yet)
797
7982005-06-03 MickeM
799 * Created interactive installer (not released yet)
800
8012005-06-02 MickeM
802 * CheckEventLog reworked...
803
8042005-06-01 MickeM
805 * CheckSystem auto detects windows version and language.
806
8072005-05-29 MickeM
808 * Fixed PROCSTATE and SERVICESTATE return state.
809 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
810 * Fixed performance data for drives (and possibly other places)
811
8122005-05-23 MickeM
813 + Added obfuscated password support
814 + Added some more debug info on commands (return code, and input args)
815 + Added some more comments to the NSC.ini
816 + Added central password "override"
817 + Added central "host override"
818 + Fixed bug with external commands always getting WARNING state
819
8202005-05-22 MickeM
821 + Added debug output for command
822 + Added timestamps for log-to-file (date_mask to configure format)
823 + Added support for "no password" with check_nt
824 + Added log of bad password on NSClient requests.
825 * Some threading issues fixed (I hate threading :)
826
8272005-05-19 MickeM
828 * Verified NT4 compatibility
829
8302005-05-18 MickeM
831 * Fixed bug in NSC.ini (section title for Check System was wrong)
832 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
833 * Fixed some minor issues here and there
834
8352005-05-15 MickeM
836 + Added NRPE support for checkCounter
837 + Updated documentation
838 * Make check commands ignore case
839 + Added CheckHelpers module to alter the result of various check and similar things
840
8412005-05-14 MickeM
842 + Added support for Volumes (CheckDisk)
843 + Added support for checking all drives of a certain kind
844 + Added support for altering filter (makes it possible to check removable drives)
845 + Created web page and better documentation
846
8472005-04-20 MickeM
848 + Added multitasking to socket listener (it can now handle multiple connections)
849 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
850 + Added COUNTER support to NSClient and CheckSystem
851
8522005-04-19 MickeM
853 + Added SSL support
854 + Added a lot of new options
855 + Added documentation
856 * Renamed and restructured NSCLientCompat to CheckSystem
857 * *ALOT* of fixes all over
858 : We are now starting to get to something that is "stable"
859 : This means that soon you might actually be able to use this.
860 
8612005-03-28 MickeM
862 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
863 * Moved settings "keys" fro NRPE to config.h
864 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
865 * Minor tweaks to error/debug logging and small fixes "here and there"
866
8672005-03-26 MickeM
868 + NRPE Support (very basic, no encryption, and nothing fancy)
869 * Socket classes rewritten
870 + Added NSCModuleHelper::getSettingsSection to the API
871
8722005-03-22 MickeM
873 * Fixed NSClientListener return codes for basic commands
874 * Extracted arrayBuffer code into new files under /include
875 * Minor tweaks in the API (fixed minor issues)
876 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
877
8782005-03-21 MickeM
879 * Fixed BUG in inject command (now things should "work" again, but far from stable)
880 + Added NRPE return code
881 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
882
8832005-03-20 MickeM
884 * Fundamental API changes (due to NRPE compatibility)
885   - HandleCommand has changed
886   - Inject has changed
887   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
888   - A lot of the old return codes have changed
889 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
890 + New SimpleSocket in include/ will be used as base class for Listeners
891 * A lot of rewrite to the NSC API
892
8932005-03-19 MickeM
894 * Re factored out NSCLient Listener as a separate module
895 + Added initial NRPE listener module (not yet implemented only a shell)
896 * Changed Module API (Inject function has new syntax)
897 + Added some tokenizer function to charEx
898 + Added new wrapper function to inject Command
899 * Minor changes in relation to refactor work
900
9012005-03-01 MickeM
902 * Improved thread safety in Core
903 + Added exception handling and logging in PDH code
904 * Various fixes all over the place
905 + New module for check size of files/directories
906 * Changed build to Dynamic link
907 * Added regular expression support for EventLog checker
908
9092005-02-22 MickeM
910 + Added documentation
911
9122005-02-17 MickeM
913 * NSClient issues fixed
914 * System Tray issues fixed
915
9162005-02-14 MickeM
917 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.