source: nscp/changelog @ 4bf9740

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

2008-09-17 MickeM - 0.3.4 RC-6

  • Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
  • Added so tray icon can get "propper" name from core for "description".

2008-09-16 MickeM - 0.3.4 RC-5

  • Fixed an issue with the session launcher
  • Property mode set to 100644
File size: 33.8 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
72008-09-17 MickeM - 0.3.4 RC-6
8 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
9 * Added so tray icon can get "propper" name from core for "description".
10
112008-09-16 MickeM - 0.3.4 RC-5
12 * Fixed an issue with the session launcher
13
142008-09-15 MickeM
15 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
16 + Added a very basic simple .net plugin (and a wrapper)
17
182008-09-14 MickeM - 0.3.4 RC-4
19 * Fixed an issue with the session launcher
20 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
21
222008-09-14 MickeM - 0.3.4 RC-4
23 * Fixed issue with OS detection (again)
24 * Fixed issue with plugin unloading (again)
25 * Fixed issue with SSL socket not unloading properly
26 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
27 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
28
292008-09-12 MickeM
30 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
31
322008-09-09 MickeM - 0.3.4 RC-3
33 * Improved error handling for the WMI checks.
34 + CheckWMI: Added support for extracting numbers from strings
35 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
36 * Fixed issue with & and some commands via check_nt.
37 * Fixed a crash on exit (which I added in Rc1).
38 * Added 10 "bytes" the CPU buffer: (#174)
39 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
40 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
41
422008-09-08 MickeM - 0.3.4 RC-2
43 * Fixed issue in windows 2008 with system tray (shared_session).
44 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
45 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
46
472008-09-07 MickeM
48 + Added sample powershell script as well as a workaround for making them run.
49 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
50 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
51
522008-09-06 MickeM
53 * Improved error reporting in the eventlogchecker
54 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
55   I Recomend everyone to stop using the "old" filtering.
56
572008-09-04 MickeM
58 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
59 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
60 * Fixed a memory leak in the error formating code
61
622008-08-24 MickeM
63 * Changed NSCA "general problem" error message to be more descriptive.
64 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
65
662008-08-16 MickeM
67 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
68 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
69 + Added shared session so system tray can communicate with master
70 + Added new system tray handlig (via TS so FUS should work with it)
71 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
72   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.
73
742008-08-09 MickeM
75 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
76
772008-07-28 MickeM
78 * Improved the error handling for the check proc state.
79 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
80
812008-07-25 MickeM
82 + Built a garage at the summer house
83 * cut down all the reeds and shrubbs at the summer house.
84
852008-07-03 MickeM
86 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
87 + Added some more error messages for when counters are not found.
88 * Fixed an issue with the new namespace option
89
902008-07-02 MickeM
91 ! 0.3.3 Released (take 2)
92 + Added new option alias to controll the name for performance counters when using checkfile use like so:
93    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
94 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
95 ! 0.3.3 Released (take 1)
96 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
97
982008-07-02 MickeM
99 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
100
1012008-07-01 MickeM
102 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
103   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
104
1052008-06-30 MickeM
106 * Fixed issue with CheckFile and performance data ( #156 )
107 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
108   *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)
109   Message will reflect reason.
110 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
111
1122008-06-25 MickeM
113 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
114
1152008-06-24 MickeM
116 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
117 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
118 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
119 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
120 * Better error messages in the check service thingy.
121
1222008-06-18 MickeM
123 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
124   Before only the first 1024 bytes were used.
125
1262008-06-15 MickeM
127 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
128   + CheckDriveSize now uses "all drives" when no drive is specified.
129   * Fixed misspellt Container
130
1312008-06-14 MickeM
132 * Fixed error message from external commands (better reporting now)
133
1342008-05-14 MickeM
135 * Fixed memoryleak in the service checker.
136     I am really sorry I usualy write better code then this.
137
1382008-04-03 MickeM
139 * Moved COM init to "core" (from WMI module)
140 + Added new Check command: CheckTaskSched Use like so:
141     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
142
1432008-03-21 MickeM
144 + Added command line support for process checks
145   New option: cmdLine will toggle so full command lines are used instead of just process names.
146 + Added regular expression matching to process checks
147   New option: match=regexp (match=strings is the default and "old" way)
148 + Added substring matching to process checks
149   New option: match=substr (match=strings is the default and "old" way)
150   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
151 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
152 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the  :)
153 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
154
1552008-03-20 MickeM
156 + Added host-lookupos for NSCA server (#149)
157 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
158 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
159 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
160   Added option debug_skip_data_collection to simulate this (just for kicks)
161
1622008-03-18 MickeM
163 * Added some more error messages to the NSCA module
164 * Added support for arguments to LUA module.
165   syntax: function debug (command, args) -- args is a table with all arguments
166
1672008-03-11 MickeM
168 ! 0.3.1 Released
169
1702008-03-08 MickeM
171 * Changed so log is now in Unicode format
172   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
173   If anyone hates this let me know and I will add an option to use "old ansi log".
174 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
175   This means "strangeness" in Unicode and non-us-ascii chars on the console,
176    so for details refer to the log-file which is proper Unicode.
177 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
178    (if you find this annoying let me know, I will make it optional :)
179 * Fixed some issues in the registry handling
180
1812008-03-06 MickeM
182 * Fixed silly ordering bug with the <> syntax.
183
1842008-03-05 MickeM
185 + 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.
186 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
187 * Fixed an issue with eventlog and . matching.
188 + Added shorthand ! for != in "all" numeric filters (eventlog)
189 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
190   Try using: filter-eventType=<>warning to remove everything that is not a warning
191 * Fixed two spelling mistakes in the SysTray module.
192 * Fixed 64-bit issues with installer
193 * Fixed so installer uninstalls/installs the service
194 
1952008-02-26 MickeM
196 + Added installer
197 
1982008-02-22 MickeM
199 * Fixed issues in the NRPE module (now returns the correct status)
200 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
201    (might make it simpler to diagnose problems)
202
2032008-02-20 MickeM
204 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
205   eventually for relaying events.
206   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
207   This is an early concept so don't expect much...
208 * Fixed a bug in NSCA module (now it works again :)
209 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
210   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
211
2122008-02-19 MickeM
213 + Fixed a buffer overflow in the NRPE socket handling.
214 
2152008-02-18 MickeM
216 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
217 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
218   Since check_nrpe doesn't do this it wont work in that end, but still...
219
2202008-02-16 MickeM
221 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
222
2232008-02-14 MickeM
224 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
225 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
226
2272008-02-13 MickeM
228 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
229 * Fixed issue with scripts result truncated after 1024 chars
230    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
231 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
232 + Added to NSCA truncates output when to long.
233
2342008-02-12 MickeM
235 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
236   (notice you need to recompile the check_nrpe to match this value)
237 * Improved exception handling in the PDH collector (hopefully less deadlocks)
238
2392008-02-11 MickeM
240 + Added encryption support for NSCA module (about half of the algorithms are available,
241     if someone wants to use one not available let me know, and I will try to add it)
242
2432008-02-09 MickeM
244 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
245   - Can Check batch/vbs/programs/*
246   - Works with NSCA module (if you don't want to have NRPE at the same time)
247   - Simpler syntax (discarded old and added new section for alias)
248   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
249
2502008-02-08 MickeM
251 + Added some more default catch handlers (on the "core" side of plugin-calls).
252
2532008-02-07 MickeM
254 + Added default catch handlers to all wrapped plug in calls.
255
2562008-02-05 MickeM
257 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
258
2592008-02-04 MickeM
260 *** Happy Birthday bogi!! :)
261 * Fixed issues with performance counter rendering (mainly checkDisk)
262
2632008-02-03 MickeM
264 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
265 + Added API for scripts to register commands
266 + Added command descriptions (for some modules)
267 * Fixed issue in NRPE that displayed a console window when running commands
268 * New improved "inject" dialog from the system tray
269   Lists available commands, and shows command descriptions and a lot of other improvements.
270 + Added an internal log windows that displays log in real-time.
271 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
272
2732008-02-02 MickeM
274 * Might have fixed the "missing eventlog messages" problem.
275 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
276
2772008-01-27 MickeM
278 * Fixed a memory-leak in format_time
279 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
280 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
281   For this to work you need to have the descriptions flag set
282   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
283 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
284   The uniqueness is defined by event-log, event-source, event-id and event-category.
285
2862007-12-16 MickeM
287 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
288 * Changed some exceptions that were thrown wrong
289
2902007-12-11 MickeM
291 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
292
2932007-12-10 MickeM
294 + Added initial draft for LUA module
295
2962007-12-09 MickeM
297 + Added a check if the service is started when running with /test so you get a warning
298 + Improved the socket thread with:
299    * a default-catch
300    * If the socket fails to start we still wait for it to shut down (no error message)
301 + Added first version of the NSCA agent (NSCAgent.dll)
302   (no encryption support as of yet, but will come)
303
3042007-12-04 MickeM
305 ! 0.3.0 Released
306
3072007-12-01 MickeM
308 * Fixed issue with date formating in FILEAGE
309
3102007-11-29 MickeM
311 * Fixed issue with date formating in FILEAGE
312
3132007-11-28 MickeM
314 ! 0.3.0 RC-1
315 * Fixed some UNICODE issues with process-listings
316 + Added an error message if the "detected" process enumeration method is not available.
317 + Fixed some more Unicode issues Password encrypt/decrypt: #107
318 * Fixed Unicode issues with "external programs" #109
319 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
320 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
321    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 ...
322    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
323
3242007-11-26 MickeM
325 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
326 * More 2k5 build tweaks
327
3282007-11-23 MickeM
329 * Converted to Unicode (damn sometimes I **HATE** C++)
330 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
331
3322007-11-22 MickeM
333 * Fixed so the "default path" is correct even when running as a service (issue: #96)
334
3352007-11-21 MickeM
336 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
337 * Fixed some missing exceptions that were not caught
338 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
339     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
340    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
341 - Removed  from SVN (as it is old and outdated and no longer used)
342
3432007-11-20 MickeM
344 + Added new option to CheckSystem to override detected language (force_language=0x0014)
345
3462007-11-19 MickeM
347 * Fixed a minor issue in reading registry keys
348 + Added -noboot option to startup used for running command line utilities without booting the client
349   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
350 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
351 * Migrated 2008 project files to new name and back ported to 2005 project files.
352
3532007-11-16 MickeM
354 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
355 + Added sample VBS script and definitions
356
3572007-11-15 MickeM
358 * Improved error message when external NRPE command failles.
359
3602007-11-14 MickeM
361 + Added multi-line output support ( issue #91 )
362 * Improved error handling for external commands
363 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
364 + Added an English fall back if "local" language PDH counters fail.
365
3662007-11-12 MickeM
367 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
368
3692007-11-11 MickeM
370 + Added option to configure the behavior of CheckService CheckAll (#64)
371
3722007-11-08 MickeM
373 + Added CheckWMIValue to check result-values from a WMI Query
374 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
375    If anyone don't want this let me know and I will make an option for it.
376
3772007-11-06 MickeM
378 + Added CLI interface to CheckWMI to check queries
379
3802007-11-04 MickeM
381 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
382
3832007-10-29 MickeM
384 * Restructured build and include to work from CLI
385 + Started to add makefiles to build from CLI
386 + Added Finnish counters (#98)
387 * Fixed performance counter issue with check_nt (#99)
388 
3892007-10-06 MickeM
390 + Added auto-upda-te of versions and dates on build to make versions better updated.
391 + Fixed x64 build and cleanup a bit.
392
3932007-09-15 MickeM
394 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
395
3962007-09-11 MickeM
397 + Added Dutch performance counters to counters.defs
398 + Added Spanish performance counters to counters.defs
399 + Added #69 [includes] directive to INI-file to include other files
400 * Fixed #75 (spelling issue)
401
4022007-06-23 MickeM
403 * 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...
404 * Fixed the "check memory" issues for real this time.
405 * 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.
406
4072007-06-20 MickeM
408 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
409 * Fixed #62 Problems with CheckServiceState and services with spaces.
410
4112007-03-06 MickeM
412 ! 0.2.7 released
413
4142007-03-05 MickeM
415 * Fixed -v FILEAGE check_nt (NSClient) check.
416 * Added license agreement header to all files
417
4182007-03-04 MickeM
419 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
420   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
421 + Added Japanese counters to counters.defs from patch (thanx!!!)
422
4232007-02-25 MickeM
424 + Added possibility to check many memory checks in one go, just stack type options.
425     type=paged type=physical etc...
426 * Fixed a performance check bug in the last nightly.
427 * Fixed a potential crash when a malformed check-file-age command was issued.
428 + Added support for more then and NSClient command
429 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
430 
4312007-02-22 MickeM
432 + Added debug output to see if the socket is bound and/or has shutdown.
433 * Fixed a potential bug in the thread manager.
434 + Added configuration option for suppressing performance data to the NRPE section.
435   Set performance_data=0 to stop sending performance data to nagios
436 + New (better?) (simpler?) event log checking
437 + Added option to most commands (ignore-perf-data) to suppress performance data
438 + Added option CheckAll for checking all auto-start services to checkServiceState.
439   Also an exclude=<service> to exclude checking that.
440 * Fixed return syntax for PROCSTATE nsclient
441
4422007-02-21 MickeM
443 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
444
4452006-12-02 MickeM
446 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
447 * Fixed "broken password check" in NSClient listener
448
4492006-11-18 MickeM
450 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
451 * Added error message when detected language is missing from counters.defs
452 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
453 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
454 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
455 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
456
4572006-10-05 MickeM
458 * Yayyy!!! (first fix in a looong while :)
459 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
460   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
461 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
462   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
463   access to your nagios box (probably only a theoretical problem but hey! :)
464   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
465   request it will be "slow" but I think it is not that much of a problem really.
466   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
467   Set cache_allowed_hosts=0 to disable host cache
468
4692006-04-04 MickeM
470 * Fixed a few more bugs to the INI/REG readers
471
4722006-04-02 MickeM
473 * Could all magicians stop trying to kill me?
474   *Please* i don't like to die!
475
4762006-03-31 MickeM
477 * Damn necromancers! stop 0wning my ass all the time!
478 
4792006-03-29 MickeM
480 + Added API for saving/reading settings
481 
4822006-03-28 MickeM
483 + Added REG/INI parsers
484 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
485
4862006-03-25 MickeM
487 * Oblivion f*cking roxx!
488
4892006-03-02 MickeM
490 * Fixed bug in INI-file reader (memory leak)
491
4922006-03-01 MickeM
493 * Fixed bug in CheckFile (now dates work correctly)
494
4952006-02-26 MickeM
496 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
497
4982006-02-25 MickeM
499 * Fixed Sections problem (now sections can be any size)
500 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
501   Allows you to bind the listener to a specific IP address (only dotted number not host name).
502   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
503 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
504 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
505 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
506   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.
507   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.
508 - 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.
509 * Moved listpdh and debugpdh into the CheckSystem module
510 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
511 
5122006-02-2? MickeM
513 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
514   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
515 + Added new install/uninstall command to SystemTray module:
516   NSClient++.exe SystemTray install
517   NSClient++.exe SystemTray uninstall
518   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
519 * 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).
520 * Fixed so checkProcess isn't case sensitive.
521 * Added (not finished) syntax option to event log checker to format the outputted data
522
5232006-02-12 MickeM
524 + Added support for host name resolve to allowed_hosts
525
5262006-02-08 MickeM
527 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
528 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
529
5302006-02-07 MickeM
531 + Added new filter option to eventlog filter-eventID
532 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
533
5342006-02-05 MickeM
535 + Added CheckFile check command
536   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
537 + Added FILEAGE support to NSClient
538 + Started to convert the web page to WIKI
539 
5402006-01-21 MickeM
541 + Added WMI Check module (early alpha)
542   This is an extremely early alpha more to see if there is an interest and how to progress with it.
543   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
544   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
545   The Max* are as every other check and sets limits.
546   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
547   So any other WMI query should work (notice this is experimental and not stable and has virtually
548   no error handling so it is likely to crash nsclient if you ask anything "non working".)
549   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
550  * Fixed NT4 /install (should work now!)
551
5522006-01-02 MickeM
553 * Fixed ChangeServiceConfig2 on NT4
554 + Added support for more then 4GB memory (8GB?)
555   Since I don't have this much memory this needs to be verified...
556 * Fixed syntax of performance data
557
5582005-09-24 MickeM
559 * Fixed memory size bug (free and used were swapped)
560
5612005-09-20 MickeM
562 + Added option to debug all PDH counters /debugpdh
563
5642005-09-17 MickeM
565 + Added support for checking service by display name
566
5672005-09-03 MickeM
568 * First off, sorry for lack of updates, but was on vacation :)
569 + Added ShowAll=long to CPULoad
570 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
571
5722005-07-31 MickeM
573 + /install now sets the service to autostart
574 * Did some cleanup of minor code sections
575 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
576 + Added service description
577 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
578
5792005-07-26 MickeM
580 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
581 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
582
5832005-07-19 MickeM
584 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
585 * Fixed UNKNOWN return code (was 4 should have been 3)
586
5872005-07-16 MickeM
588 * Fixed drive checks from NSClient
589
5902005-07-11 MickeM
591 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
592   have been extended to check a lot more things.
593   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
594 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
595
5962005-06-09 MickeM
597 * Escapes " in NRPE commands in the NSC.ini
598
5992005-06-05 MickeM
600 * Created configuration interface (not released yet)
601
6022005-06-03 MickeM
603 * Created interactive installer (not released yet)
604
6052005-06-02 MickeM
606 * CheckEventLog reworked...
607
6082005-06-01 MickeM
609 * CheckSystem auto detects windows version and language.
610
6112005-05-29 MickeM
612 * Fixed PROCSTATE and SERVICESTATE return state.
613 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
614 * Fixed performance data for drives (and possibly other places)
615
6162005-05-23 MickeM
617 + Added obfuscated password support
618 + Added some more debug info on commands (return code, and input args)
619 + Added some more comments to the NSC.ini
620 + Added central password "override"
621 + Added central "host override"
622 + Fixed bug with external commands always getting WARNING state
623
6242005-05-22 MickeM
625 + Added debug output for command
626 + Added timestamps for log-to-file (date_mask to configure format)
627 + Added support for "no password" with check_nt
628 + Added log of bad password on NSClient requests.
629 * Some threading issues fixed (I hate threading :)
630
6312005-05-19 MickeM
632 * Verified NT4 compatibility
633
6342005-05-18 MickeM
635 * Fixed bug in NSC.ini (section title for Check System was wrong)
636 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
637 * Fixed some minor issues here and there
638
6392005-05-15 MickeM
640 + Added NRPE support for checkCounter
641 + Updated documentation
642 * Make check commands ignore case
643 + Added CheckHelpers module to alter the result of various check and similar things
644
6452005-05-14 MickeM
646 + Added support for Volumes (CheckDisk)
647 + Added support for checking all drives of a certain kind
648 + Added support for altering filter (makes it possible to check removable drives)
649 + Created web page and better documentation
650
6512005-04-20 MickeM
652 + Added multitasking to socket listener (it can now handle multiple connections)
653 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
654 + Added COUNTER support to NSClient and CheckSystem
655
6562005-04-19 MickeM
657 + Added SSL support
658 + Added a lot of new options
659 + Added documentation
660 * Renamed and restructured NSCLientCompat to CheckSystem
661 * *ALOT* of fixes all over
662 : We are now starting to get to something that is "stable"
663 : This means that soon you might actually be able to use this.
664 
6652005-03-28 MickeM
666 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
667 * Moved settings "keys" fro NRPE to config.h
668 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
669 * Minor tweaks to error/debug logging and small fixes "here and there"
670
6712005-03-26 MickeM
672 + NRPE Support (very basic, no encryption, and nothing fancy)
673 * Socket classes rewritten
674 + Added NSCModuleHelper::getSettingsSection to the API
675
6762005-03-22 MickeM
677 * Fixed NSClientListener return codes for basic commands
678 * Extracted arrayBuffer code into new files under /include
679 * Minor tweaks in the API (fixed minor issues)
680 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
681
6822005-03-21 MickeM
683 * Fixed BUG in inject command (now things should "work" again, but far from stable)
684 + Added NRPE return code
685 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
686
6872005-03-20 MickeM
688 * Fundamental API changes (due to NRPE compatibility)
689   - HandleCommand has changed
690   - Inject has changed
691   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
692   - A lot of the old return codes have changed
693 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
694 + New SimpleSocket in include/ will be used as base class for Listeners
695 * A lot of rewrite to the NSC API
696
6972005-03-19 MickeM
698 * Re factored out NSCLient Listener as a separate module
699 + Added initial NRPE listener module (not yet implemented only a shell)
700 * Changed Module API (Inject function has new syntax)
701 + Added some tokenizer function to charEx
702 + Added new wrapper function to inject Command
703 * Minor changes in relation to refactor work
704
7052005-03-01 MickeM
706 * Improved thread safety in Core
707 + Added exception handling and logging in PDH code
708 * Various fixes all over the place
709 + New module for check size of files/directories
710 * Changed build to Dynamic link
711 * Added regular expression support for EventLog checker
712
7132005-02-22 MickeM
714 + Added documentation
715
7162005-02-17 MickeM
717 * NSClient issues fixed
718 * System Tray issues fixed
719
7202005-02-14 MickeM
721 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.