source: nscp/files/old-settings.map @ c391984

0.4.00.4.10.4.2
Last change on this file since c391984 was c391984, checked in by Michael Medin <michael@…>, 2 years ago

0.4.x:

  • tweaks to the build environment to make the installer work
  • fixed Unicode issue
  • fixed performance data
  • improved so alias doesn't re-process the data so much
  • Property mode set to 100644
File size: 3.5 KB
Line 
1# Modules section
2
3modules/FileLogger.dll=/modules/FileLogger
4modules/CheckSystem.dll=/modules/CheckSystem
5modules/CheckDisk.dll=/modules/CheckDisk
6modules/NSClientListener.dll=/modules/NSClientServer
7modules/NRPEListener.dll=/modules/NRPEServer
8modules/SysTray.dll=/modules/SysTray
9modules/CheckEventLog.dll=/modules/CheckEventLog
10modules/CheckHelpers.dll=/modules/CheckHelpers
11modules/CheckWMI.dll=/modules/CheckWMI
12modules/CheckNSCP.dll=/modules/CheckNSCP
13modules/CheckExternalScripts.dll=/modules/CheckExternalScripts
14modules/NSCAAgent.dll=/modules/NSCAAgent
15modules/LUAScript.dll=/modules/LUAScript
16modules/NRPEClient.dll=/modules/NRPEClient
17modules/CheckTaskSched.dll=/modules/CheckTaskSched
18
19# Crash section
20
21crash/archive=/settings/crash/archive
22crash/submit=/settings/crash/submit
23crash/restart=/settings/crash/restart
24
25# Settings section
26
27Settings/obfuscated_password=/settings/default/obfuscated password
28Settings/password=/settings/default/password
29Settings/allowed_hosts=/settings/default/allowed hosts
30Settings/shared_session=/settings/shared session/enabled
31
32# Log section
33
34log/file=/settings/log/file
35log/date_mask=/settings/log/date mask
36log/debug=/settings/log/level
37# log/debug
38# log/root_folder
39
40NSClient/allowed_hosts=/settings/NSClient/server/allowed hosts
41NSClient/port=/settings/NSClient/server/port
42NSClient/bind_to_address=/settings/NSClient/server/bind to address
43NSClient/socket_timeout=/settings/NSClient/server/socket timeout
44
45NRPE/allowed_hosts=/settings/NRPE/server/allowed hosts
46NRPE/port=/settings/NRPE/server/port
47NRPE/bind_to_address=/settings/NRPE/server/bind to address
48NRPE/socket_timeout=/settings/NRPE/server/socket timeout
49NRPE/command_timeout=/settings/NRPE/server/command timeout
50NRPE/allow_arguments=/settings/NRPE/server/allow arguments
51NRPE/allow_nasty_meta_chars=/settings/NRPE/server/allow nasty characters
52NRPE/use_ssl=/settings/NRPE/server/ssl
53# NRPE/script_dir
54
55#Check System/CPUBufferSize=/settings/check/system/windows/CPUBufferSize
56#Check System/CheckResolution=/settings/CheckSystem/CheckResolution
57Check System/check_all_services[SERVICE_BOOT_START]=/settings/check/system/windows/service mapping/SERVICE_BOOT_START
58Check System/check_all_services[SERVICE_SYSTEM_START]=/settings/check/system/windows/service mapping/SERVICE_SYSTEM_START
59Check System/check_all_services[SERVICE_AUTO_START]=/settings/check/system/windows/service mapping/SERVICE_AUTO_START
60Check System/check_all_services[SERVICE_DEMAND_START]=/settings/check/system/windows/service mapping/SERVICE_DEMAND_START
61Check System/check_all_services[SERVICE_DISABLED]=/settings/check/system/windows/service mapping/SERVICE_DISABLED
62
63External Script/command_timeout=/settings/external scripts/command timeout
64External Script/allow_arguments=/settings/external scripts/allow arguments
65External Script/allow_nasty_meta_chars=/settings/external scripts/allow nasty characters
66External Script/script_dir=/settings/external scripts/script folder
67
68Script Wrappings/*=/settings/external scripts/wrappings
69External Scripts/*=/settings/external scripts/scripts
70External Alias/*=/settings/external scripts/alias
71Wrapped Scripts/*=/settings/external scripts/wrapped scripts
72
73includes/*=/include/*
74
75#NSCA Agent/interval=
76#NSCA Agent/encryption_method=
77#NSCA Agent/password=
78#NSCA Agent/bind_to_address=
79#NSCA Agent/hostname=
80#NSCA Agent/nsca_host=192.168.0.1
81#NSCA Agent/nsca_port=5667
82
83#NSCA Commands/*=
84
85#NRPE Client Handlers/*=
86
87#LUA Scripts/*=
Note: See TracBrowser for help on using the repository browser.