Changeset f7a074d in nscp for service/logger.hpp


Ignore:
Timestamp:
11/06/11 22:04:48 (19 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
0d9eed6
Parents:
58f0e80
Message:
  • Had some "vacation" so no updates for a while
  • A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
  • Added option to read sections (to plugin API)
  • Fixed issues in settings wrapper so child paths are also mapped (not just keys)
  • Many fixes related to NRPE/NSCA/*
  • "RC quality" expect RC within the week (only need to fix default config file somehow)
  • Upgraded all unit test to use the simplified API
  • Fixed a some unicode issues in PythonScript module
  • Improved threading a bit
  • Fixed CheckSystem (service check)
  • Fixed duplicate keys (when replacing) in old settings client
File:
1 edited

Legend:

Unmodified
Added
Removed
  • service/logger.hpp

    ra14aa07 rf7a074d  
    6666 
    6767    namespace ip = boost::interprocess; 
    68     const int max_message_size = 4096; 
     68    const int max_message_size = 40960; 
    6969    const std::string queue_name = "logging_queue"; 
    7070 
Note: See TracChangeset for help on using the changeset viewer.