source: nscp/modules/LUAScript

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a06e6af   17 months michael 2012-02-01 MickeM * Implemented full settings API for LuaScript? (next RC … 0.4.00.4.10.4.2
(edit) @c5ec0c8   17 months michael * Fixed issue with parsing "invalid external commands". If parsing … 0.4.00.4.10.4.2
(edit) @8013c0c   17 months michael * Fixed so NSCAClient parses address correctly * settings exception is … 0.4.00.4.10.4.2
(edit) @40fca56   20 months michael * Added initial SMTPClient to allow sending messages via SMTP. Still … 0.4.00.4.10.4.2
(edit) @a78a985   22 months michael * Cleaned up some dependencies (on config.h) * Fixed invalid data in … 0.4.00.4.10.4.2
(edit) @a14aa07   22 months michael * Fixed several issues in PythonScript * PythonScript supports loading … 0.4.00.4.10.4.2
(edit) @81e420c   22 months michael * Added support for loading same plugin twice (in different sessions) * … 0.4.00.4.10.4.2
(edit) @fe75eff   22 months michael 2011-08-16 MickeM * Added support for remote WMI checking using … 0.4.00.4.10.4.2
(edit) @2c95d22   22 months michael 2011-08-14 MickeM * Rename Function to Registry in PythonScript API as … 0.4.00.4.10.4.2
(edit) @04ef932   23 months michael 2011-08-10 * Fixed so it builds and runs on linux (but parser had issues … 0.4.00.4.10.4.2
(edit) @3bdaf18   2 years michael Tweaks to building on linux, stil need to fix the utf8 issue and some … 0.4.00.4.10.4.2
(edit) @d66ccee   2 years michael Tweaks to make building faster 0.4.00.4.10.4.2
(edit) @7443b58   2 years michael 0.4.x a lot of tweaks and fixes (now works as a replacement for 0.3.x in … 0.4.00.4.10.4.2
(edit) @1f24a1c   2 years michael Syncronized streams so all new 0.3.9 features are now in 0.4.x as well 0.4.00.4.10.4.2
(edit) @c760fc9   2 years michael * Fixed so old settings mappings are read/stored in a text file * Changed … 0.4.00.4.10.4.2
(edit) @87cf3c4   2 years michael All builds with CMAKE now (except for installers) but thats for another … 0.4.00.4.10.4.2
(edit) @5735dda   3 years michael Merged back all (some?) of the new changes from 0.3.8 0.4.00.4.10.4.2
(edit) @f40d813   3 years michael 2010-05-17 MickeM * Fixed id is considerd an int (not a string) in the … 0.4.00.4.10.4.2stable
(edit) @9bb220f   3 years michael + Added new option append-filter-<key>=<value> to CheckEventLog to allow … 0.4.00.4.10.4.2stable
(edit) @b4110d8   3 years michael Reintegrated stable branch and removed some project files (no longer … 0.4.00.4.10.4.2
(edit) @7f9c823   4 years michael First attempt at serious boostification. NOTICE! This is NOT a complete … 0.4.00.4.10.4.2
(edit) @f0eb62d   4 years michael Refactored service into its own project 0.4.00.4.10.4.2
(edit) @5da0459   4 years michael BROKEN! First attempt at merging… 0.4.00.4.10.4.2
(edit) @1fc246c   4 years michael SOme minor fixes to the installer and added archive project 0.4.00.4.10.4.2stable
(edit) @1ff950c   4 years michael Fixed build environment to work better (stand alone) 0.4.00.4.10.4.2stable
(edit) @b39c1f3   4 years michael Added debug to checkProcess and some additions to the Lua moduel and … 0.4.00.4.10.4.2stable
(edit) @1d53fe0   4 years michael 2009-02-11 MickeM * Fixed so that performance data is always(?) renderd … 0.4.00.4.10.4.2stable
(edit) @3692371   4 years michael 2009-01-20 MickeM * Fixed issue with CheckWMI when no filter was … 0.4.00.4.10.4.2stable
(edit) @739db5a   5 years michael First attempt at merging stable changes over to here (probably needs more … 0.4.00.4.10.4.2
(edit) @c37e58f   5 years michael 2008-09-14 MickeM - 0.3.4 RC-4 * Fixed issue with OS detection (again) * … 0.4.00.4.10.4.2stable
(edit) @bc97cd8   5 years michael 2008-09-06 MickeM * Improved error reporting in the eventlogchecker * … 0.4.00.4.10.4.2stable
(edit) @c0522cd   5 years michael 2008-08-16 MickeM * *WARNING* THIS IS VERY VERY UNSTABEL (possibly) * … 0.4.00.4.10.4.2stable
(edit) @da1c7e1   5 years michael rollup for 0.3.3 0.4.00.4.10.4.2stable
(edit) @9567d4b   5 years michael 2008-05-?? MickeM * BREAKING CHANGE! -- THe API function NSCLoadPlugin … 0.4.00.4.10.4.2
(edit) @367bf20   5 years michael 2008-04-03 MickeM * Moved COM init to "core" (from WMI module) + Added … 0.4.00.4.10.4.2stable
(edit) @b7ed6ac   5 years michael + Added command line support for process checks New option: cmdLine … 0.4.00.4.10.4.2stable
(edit) @d76af81   5 years michael * Added some more error mesages to the NSCA module * Added support for … 0.4.00.4.10.4.2stable
(edit) @99b84bf   5 years michael more project fixes (and 3.1 RC1 builds) 0.4.00.4.10.4.2stable
(edit) @1d84e57   5 years michael x64 build fixes (as well as bundling of some libraries) 0.4.00.4.10.4.2stable
(edit) @8b206ee   5 years michael humm… 0.4.00.4.10.4.2stable
(edit) @5ac88c0a   5 years michael 2008-01-27 MickeM * Fixed a memory-leak in format_time * Fixed so … 0.4.00.4.10.4.2stable
(edit) @47b843a   6 years michael 2007-12-16 MickeM + A lot of new features in the LUA module only … 0.4.00.4.10.4.2stable
(add) @3f69109   6 years michael 2007-12-11 MickeM + Added support for index-lookups of PDH counters … 0.4.00.4.10.4.2stable
Note: See TracRevisionLog for help on using the revision log.