source: nscp/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d6c3131   14 months michael * Added a test to see if I can resolve the negative denominator issue. 0.4.00.4.10.4.2
(edit) @67c6d04   14 months michael * Fixed parsing of empty sections (CheckExternalScripts) - #524 * Fixed … 0.4.00.4.10.4.2
(edit) @fa11893   14 months michael * Fixed issue with parsing size-type (usch as MinCritFree?=10G) 0.4.00.4.10.4.2
(edit) @308ae18   14 months michael * Fixed issue with missing performance data via NSCA * Fixed issue with … 0.4.00.4.10.4.2
(edit) @6533c1a   14 months michael * Fixed so keys with parents are advanced (in favour of the parent) * … 0.4.00.4.10.4.2
(edit) @682ccd2   14 months michael * Fixed crash in new logger * Fixed a few command line parsing issues … 0.4.00.4.10.4.2
(edit) @440c0cb   15 months michael * Fixed issue with empty filters in active eventlog * Resolved some … 0.4.00.4.10.4.2
(edit) @8d89d7a   15 months michael * Fixed issue with default port for NSCA/NRPE/* clients * Removed … 0.4.00.4.10.4.2
(edit) @83c2453   15 months michael * Fixed performance data parsing issue * Fixed external scripts … 0.4.00.4.10.4.2
(edit) @74e060a   15 months michael * Added new command to EventLog? CheckEventlogCached? which checks result … 0.4.00.4.10.4.2
(edit) @29655a1   16 months michael * Added "back" WMI Query command line exec like so: nscp wmi --exec … 0.4.00.4.10.4.2
(edit) @836e9cd   16 months michael * Fixed so time/date comparissons are actually done in UTC (fixed for real … 0.4.00.4.10.4.2
(edit) @465147a   16 months michael Fixed invalid SVN entry 0.4.00.4.10.4.2
(edit) @ee52cdd   16 months michael * Added new dot-net API (Which does not require any strange wrappers) * … 0.4.00.4.10.4.2
(edit) @84cdb9b   16 months michael Cleaned up the API helper classes to make inclusion simpler and more … 0.4.00.4.10.4.2
(edit) @c74d7b6   16 months michael * Added new module CauseCrash? which has a single command CrashClient? to … 0.4.00.4.10.4.2
(edit) @72eea1f   16 months michael * Fixed NRPE buffer issue * Added test case for 65K NRPE buffer length as … 0.4.00.4.10.4.2
(edit) @523576e   16 months michael * Added new unit context on command line for running simple unit test … 0.4.00.4.10.4.2
(edit) @c710cc7   16 months michael * Added support for running commands as other users (#131) * Replaced … 0.4.00.4.10.4.2
(edit) @76540c3   16 months michael * Added support for specifying targets on schedules: … 0.4.00.4.10.4.2
(edit) @0f7b655   17 months michael * Added test cases for targets to NRPE * Added test cases for targets to … 0.4.00.4.10.4.2
(edit) @e396b2f   17 months michael * Refactored the targets concept internally to be simpler to use (less … 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) @b8b2e3d   17 months michael minor linux type issue… 0.4.00.4.10.4.2
(edit) @2ec2eb6   17 months michael * Fixed some NSCA encryption bugs (of the random nature) These are … 0.4.00.4.10.4.2
(edit) @35254d1   17 months michael * Fixed installer "back" issues * Fixed payload truncation for NRPe and … 0.4.00.4.10.4.2
(edit) @ba63b95   17 months michael * Fixed issue with --submit command line option erroneusly reported … 0.4.00.4.10.4.2
(edit) @7354aa1   18 months michael * Fixed hostname issue in NSCAClient (hostname = auto now auto detects … 0.4.00.4.10.4.2
(edit) @a87ce04   18 months michael * Fixed some issues in the NRPE decoder * Added support for forwarding … 0.4.00.4.10.4.2
(edit) @81a6048   18 months michael Swapped APIs to make command line option for CheckProcess? work with x64… 0.4.00.4.10.4.2
(edit) @53c1a6e   18 months michael A few minor tweaks… 0.4.00.4.10.4.2
(edit) @330af36   19 months michael * Fixed so non custom installers gets configuration UI (meaning you can … 0.4.00.4.10.4.2
(edit) @9c06054   19 months michael * Added python unittests to make sure threading is working properly * … 0.4.00.4.10.4.2
(edit) @f33c12f   19 months michael * Changed so Client interfaces no longer use "simple" interface meaning … 0.4.00.4.10.4.2
(edit) @96c1461   19 months michael * Major refactoring in the command line interface * Added support for … 0.4.00.4.10.4.2
(edit) @b24c97f   20 months michael * Added initial SyslogClient module to allow syuslog forwarding (of … 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) @f7a074d   20 months michael * Had some "vacation" so no updates for a while * A lot of fixes to the … 0.4.00.4.10.4.2
(edit) @58f0e80   20 months michael 2011-10-21 MickeM * Some more threading issues in Python (works … 0.4.00.4.10.4.2
(edit) @98113da   21 months michael * Real-time CheckEventLog working (still only for one, and I think … 0.4.00.4.10.4.2
(edit) @9b9be81   21 months michael * Fixed many many issues all over the place as I tried to make things … 0.4.00.4.10.4.2
(edit) @a629015   21 months michael * Started on NSCA unit-tests in python * Refactored channel API a bit to … 0.4.00.4.10.4.2
(edit) @2b2e9b8   21 months michael Another massive commit with a single comment, but essentially this is the … 0.4.00.4.10.4.2
(edit) @7515d00   22 months michael * Massive overhaul here and there * Added new helper for handling … 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) @fb7e36a   22 months michael * Added installer for unittests to test.py run like so: nscp --client … 0.4.00.4.10.4.2
(edit) @4cac39f   22 months michael * Created a protcol buffer free version of the python test script * … 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) @a44cb15   22 months michael * Implemented registration of channels (so no longer faked) * Added … 0.4.00.4.10.4.2
(edit) @3b11e65   22 months michael linux build twekas… 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) @4b1e6fe   22 months michael * Fixed uncaught exception in test client * Added protocol buffers to … 0.4.00.4.10.4.2
(edit) @60e6c18   22 months michael * Fixed some *nix build issues… 0.4.00.4.10.4.2
(edit) @8840f09   22 months michael * Fixed some issues in the NSCPClient * Fixed debug log issue in core * … 0.4.00.4.10.4.2
(edit) @d7e265d   22 months michael * Fixed some issues in the NSCPClient 0.4.00.4.10.4.2
(edit) @b38e845   22 months michael * Sever refactoring of the new API (there is now two pb files ipc for NSCP … 0.4.00.4.10.4.2
(edit) @0b8df3e   22 months michael * Fixed issue in the NSCP server 0.4.00.4.10.4.2
(edit) @4632ff7   22 months michael * Fixed so it works on linux (fixed issues with timeout) 0.4.00.4.10.4.2
(edit) @bd18eb2   22 months michael * Fixed so it builds on linux * Fixed so automagic plugin renaming add … 0.4.00.4.10.4.2
(edit) @438998b   22 months michael Initial version of the NSCP protocol (very crude) also might not build on … 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) @b9498ef   22 months michael 2011-08-15 MickeM * Readded allowed hosts function * Moved default … 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) @65a2940   23 months michael 2011-08-14 MickeM * NRPEClient now works on linux * Added "portable" … 0.4.00.4.10.4.2
(edit) @39c73cd   23 months michael 2011-08-13 MickeM * Added support for command line execution to … 0.4.00.4.10.4.2
(edit) @f881d47   23 months michael Fixed some linux issues and readded grammar as it works on … 0.4.00.4.10.4.2
(edit) @e1d9a58   23 months michael Fixed broken server folder as well… 0.4.00.4.10.4.2
(edit) @130777fe   23 months michael Added correct version of invalid folder parsers (sometimes git is better … 0.4.00.4.10.4.2
(edit) @afd42f1   23 months michael removed protobuf/log.proto.h and moved alll includes to target dir … 0.4.00.4.10.4.2
(edit) @54ac968   23 months michael 2011-08-10 * Fixed linus issues and defect * Fixed some issues in the … 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) @e11d494   2 years michael 2011-07-25 * merged in all 0.3.9 changes into 0.4.0 * refactored where … 0.4.00.4.10.4.2
(edit) @7ec3dd1   2 years michael various fixes and changes here and there Mainly build related (been trying … 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) @b7d17f8   2 years michael 0.4.x: Major update with a lot of fixes and what not. Now NSCA is working … 0.4.00.4.10.4.2
(edit) @c391984   2 years michael 0.4.x: * tweaks to the build environment to make the installer work * … 0.4.00.4.10.4.2
(edit) @2d69ab6   2 years michael Added ability to rename service (automagically so you can run 0.4.x and … 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) @569a179   2 years michael 0.4.x: fixed some more old settings mappings and handling 0.4.00.4.10.4.2
(edit) @7e54a5f   2 years michael Fixed a bunch of issues with the "old settings reader/importer" 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) @1ecd26f   2 years michael syncronized streams between 0.4.x and 0.3.x as well as improed the CMAke … 0.4.00.4.10.4.2
(edit) @f7663c9   3 years michael * Fixed a bunch of settings related issues * Added "parent" links to … 0.4.00.4.10.4.2
(edit) @c015acc   3 years michael Builds again!!! Streamlined settings and mde the client side API slightly … 0.4.00.4.10.4.2
(edit) @5e12ba6   3 years michael Various minor changes (NOT BUILDING PROPERLY) 0.4.00.4.10.4.2
(edit) @b4db89d   3 years michael *sigh* maybe time to find a propepr dev enviornment for *nix? 0.4.00.4.10.4.2
(edit) @57a86f3   3 years michael some more monir twekas 0.4.00.4.10.4.2
(edit) @9111898   3 years michael Various settings loading fixes 0.4.00.4.10.4.2
(edit) @2a1411e   3 years michael A few unix related twekas 0.4.00.4.10.4.2
(edit) @291548e   3 years michael Tweaks to the settings subsystem (thread safeness) as well as additions to … 0.4.00.4.10.4.2
(edit) @de7ec29   3 years michael Fixed some unix incompatibility issues 0.4.00.4.10.4.2
(edit) @497b779   3 years michael New settings client (c++ instead of c) which looks pretty sweet :P Only … 0.4.00.4.10.4.2
(edit) @184d575   3 years michael parametrized certifaicte file (ish) 0.4.00.4.10.4.2
(edit) @64d42de   3 years michael Some fixes for unix build 0.4.00.4.10.4.2
(edit) @294b37b   3 years michael Added ssl support (almost, still has hard coded certificate). ported … 0.4.00.4.10.4.2
(edit) @8988f9e   3 years michael Added in performance e data for NRPE and NSCA as well as added in debug … 0.4.00.4.10.4.2
Note: See TracRevisionLog for help on using the revision log.