source: nscp/files/old-settings.map @ 569a179

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

0.4.x: fixed some more old settings mappings and handling

  • Property mode set to 100644
File size: 3.4 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
36# log/debug
37# log/root_folder
38
39NSClient/allowed_hosts=/settings/NSClient/server/allowed hosts
40NSClient/port=/settings/NSClient/server/port
41NSClient/bind_to_address=/settings/NSClient/server/bind to address
42NSClient/socket_timeout=/settings/NSClient/server/socket timeout
43
44NRPE/allowed_hosts=/settings/NRPE/server/allowed hosts
45NRPE/port=/settings/NRPE/server/port
46NRPE/bind_to_address=/settings/NRPE/server/bind to address
47NRPE/socket_timeout=/settings/NRPE/server/socket timeout
48NRPE/command_timeout=/settings/NRPE/server/command timeout
49NRPE/allow_arguments=/settings/NRPE/server/allow arguments
50NRPE/allow_nasty_meta_chars=/settings/NRPE/server/allow nasty meta chars
51NRPE/use_ssl=/settings/NRPE/server/ssl
52# NRPE/script_dir
53
54#Check System/CPUBufferSize=/settings/check/system/windows/CPUBufferSize
55#Check System/CheckResolution=/settings/CheckSystem/CheckResolution
56Check System/check_all_services[SERVICE_BOOT_START]=/settings/check/system/windows/service mapping/SERVICE_BOOT_START
57Check System/check_all_services[SERVICE_SYSTEM_START]=/settings/check/system/windows/service mapping/SERVICE_SYSTEM_START
58Check System/check_all_services[SERVICE_AUTO_START]=/settings/check/system/windows/service mapping/SERVICE_AUTO_START
59Check System/check_all_services[SERVICE_DEMAND_START]=/settings/check/system/windows/service mapping/SERVICE_DEMAND_START
60Check System/check_all_services[SERVICE_DISABLED]=/settings/check/system/windows/service mapping/SERVICE_DISABLED
61
62External Script/command_timeout=/settings/external scripts/command timeout
63External Script/allow_arguments=/settings/external scripts/allow arguments
64External Script/allow_nasty_meta_chars=/settings/external scripts/allow_nasty_meta_chars
65External Script/script_dir=/settings/external scripts/script folder
66
67Script Wrappings/*=/settings/external scripts/wrappings
68External Scripts/*=/settings/external scripts/scripts
69External Alias/*=/settings/external scripts/alias
70Wrapped Scripts/*=/settings/external scripts/wrapped scripts
71
72includes/*=/include/*
73
74#NSCA Agent/interval=
75#NSCA Agent/encryption_method=
76#NSCA Agent/password=
77#NSCA Agent/bind_to_address=
78#NSCA Agent/hostname=
79#NSCA Agent/nsca_host=192.168.0.1
80#NSCA Agent/nsca_port=5667
81
82#NSCA Commands/*=
83
84#NRPE Client Handlers/*=
85
86#LUA Scripts/*=
Note: See TracBrowser for help on using the repository browser.