source: nscp/service

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ca3e815   10 months michael * Early version of new cleanedup build script * New script for greatly … 0.4.10.4.2
(edit) @29ff7e1   11 months michael * Fixed issue with performance data overflowing 32-bit integers (#550) * … 0.4.10.4.2
(edit) @24f6e3f   11 months michael * Added initial retry (default 3) when sending data. * Fixed protocol … 0.4.10.4.2
(edit) @c91916f   11 months michael * Fixed exception with "nscp service" * Improved nscp settings so help is … 0.4.10.4.2
(edit) @b611d99   11 months michael * Added so commandline parser will stop at .. and pass along all extra … 0.4.10.4.2
(edit) @f898ded   11 months michael * Added so running "nscp settings" will list all loaded settins context … 0.4.10.4.2
(edit) @f14ab71   11 months michael * Restructured settings a bit removing dead code * Added nscp settings … 0.4.10.4.2
(edit) @d6194a0   11 months michael * Fixed some memoryelaks in LUAModule * Extracted the test functions into … 0.4.10.4.2
(edit) @53be5c8   11 months michael * LUAScript: Improved lua scripting module a lot * LUAScript: Added … 0.4.10.4.2
(edit) @6090c98   12 months michael * Fixed issue with parsing in test mode * Fixed Graphite client using … 0.4.10.4.2
(edit) @a48fd4c   12 months michael * Fixed almost all -Wall warnings (the rest are probably not getting fixed … 0.4.10.4.2
(edit) @52c5bf2   12 months michael Merge branch 'master' into 0.4.1 Conflicts: changelog … 0.4.10.4.2
(edit) @b67d231   12 months michael * Added log level = off to disable logging. * Added option in NSCAClient … 0.4.00.4.10.4.2
(edit) @c3f233d   12 months michael * Fixed some gcc compile issues * Fixed a lot of gcc -Wall warnings * … 0.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) @acc2c60   15 months michael Fixed a unix build issue 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) @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) @ee52cdd   16 months michael * Added new dot-net API (Which does not require any strange wrappers) * … 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) @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) @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) @56724a4   17 months michael fixed issue with cmake trying to install pdb files on non windows (I hope) 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) @441a022   17 months michael * Fixed error state propagation * Added unit tests to cmake (ie make test … 0.4.00.4.10.4.2
(edit) @89838be   17 months michael * Added option to both execute and query item (with a reload in the middle … 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) @a87ce04   18 months michael * Fixed some issues in the NRPE decoder * Added support for forwarding … 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) @f085f9b   19 months michael * Fixed so command line client wont try to run commands in modules which … 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) @96c1461   19 months michael * Major refactoring in the command line interface * Added support for … 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) @0d9eed6   20 months michael minor fix to make it build on debian as well 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) @7515d00   22 months michael * Massive overhaul here and there * Added new helper for handling … 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) @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) @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) @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) @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) @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   22 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) @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) @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) @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) @7065334   3 years michael Fixed name resolution for *nix systems 0.4.00.4.10.4.2
(edit) @c146f89   3 years michael tweaks to he build scripts 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) @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) @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) @294b37b   3 years michael Added ssl support (almost, still has hard coded certificate). ported … 0.4.00.4.10.4.2
(edit) @acf0660   3 years michael renamed to_string as it clashed with some boost classes, as well as … 0.4.00.4.10.4.2
(edit) @86632db   3 years michael Refactored build scripts 0.4.00.4.10.4.2
(edit) @cad08fb   3 years michael Major update with a new plugin glue that works better with *nix. … 0.4.00.4.10.4.2
(edit) @60375ed   3 years michael Fixed *nix compatiblity issues 0.4.00.4.10.4.2
(edit) @40970de   3 years michael Preliminary NSCA support (much is hard coded right now so only a PoC not a … 0.4.00.4.10.4.2
(edit) @c0d7e82   3 years michael * Multiple fixes all over the place * Available modules: … 0.4.00.4.10.4.2
(edit) @3080680   3 years michael Updated all (currently ported) modules to build and use protocol buffers … 0.4.00.4.10.4.2
(edit) @920626f   3 years michael Made some changes to facilitate building protocol buffer files from cmake 0.4.00.4.10.4.2
(edit) @2018659   3 years michael Added protocol buffers for internal channels (only command as of now) this … 0.4.00.4.10.4.2
(edit) @50a5db2   3 years michael Fixed some logica issues and changed so debug logging work on *nix (cout … 0.4.00.4.10.4.2
(edit) @6822839   3 years michael Fixed some unix issue 0.4.00.4.10.4.2
(edit) @1bfe6f0   3 years michael Finnished Scheduler and added basic "Notify" support (no sinks yet) 0.4.00.4.10.4.2
(edit) @cc2efd6   3 years michael Removed "old" settings CLI toy since it is no longer used 0.4.00.4.10.4.2
(edit) @753ea6d   3 years michael improved the scheduled module and re-added the settings command line toy … 0.4.00.4.10.4.2
(edit) @031acbf   3 years michael Added a simple scheduling concept 0.4.00.4.10.4.2
(edit) @79e734f   4 years michael Re added some more stuff anf fixed *nix compatibility of sockets 0.4.00.4.10.4.2
Note: See TracRevisionLog for help on using the revision log.