source: nscp/config.h @ 75d5e70

0.4.00.4.10.4.2stable
Last change on this file since 75d5e70 was 2a94f3f, checked in by Michael Medin <michael@…>, 8 years ago
  • Refactored out NSCLient Listener as a separate module
  • Added initial NRPE listener module (not yet implemented only a shell)
  • Changed Module API (Inject function has new syntax)
  • Added some tokenizer function to charEx
  • Added new wrapper function to inject Command
  • Minor changes in relation to refactor work
  • Property mode set to 100644
File size: 489 bytes
Line 
1
2
3#pragma once
4
5// Application Name
6#define SZAPPNAME "NSClient++"
7
8// Version
9#define SZVERSION "0.0.1 RC4 2005-03-01"
10
11// internal name of the service
12#define SZSERVICENAME        "NSClient++"
13
14// displayed name of the service
15#define SZSERVICEDISPLAYNAME SZSERVICENAME " (Nagios) " SZVERSION
16
17// list of service dependencies - "dep1\0dep2\0\0"
18#define SZDEPENDENCIES       ""
19
20// Buffer size of incoming data (noteice this is the maximum request length!)
21#define RECV_BUFFER_LEN         1024
22
Note: See TracBrowser for help on using the repository browser.