source: nscp/files/old-settings.map @ 4632ff7

0.4.00.4.10.4.2
Last change on this file since 4632ff7 was e11d494, checked in by Michael Medin <michael@…>, 22 months ago

2011-07-25

  • merged in all 0.3.9 changes into 0.4.0
  • refactored where filter to be "non template" to drastically reduce compile time (as well as potentially size if I ever go dll instead of static link)
  • streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
  • Property mode set to 100644
File size: 3.8 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/NSCAAgent.dll=/modules/Scheduler
16modules/LUAScript.dll=/modules/LUAScript
17modules/NRPEClient.dll=/modules/NRPEClient
18modules/CheckTaskSched.dll=/modules/CheckTaskSched
19modules/Scheduler.dll=/modules/Scheduler
20
21# Crash section
22
23crash/archive=/settings/crash/archive
24crash/submit=/settings/crash/submit
25crash/restart=/settings/crash/restart
26
27# Settings section
28
29Settings/obfuscated_password=/settings/default/obfuscated password
30Settings/password=/settings/default/password
31Settings/allowed_hosts=/settings/default/allowed hosts
32Settings/shared_session=/settings/shared session/enabled
33
34# Log section
35
36log/file=/settings/log/file
37log/date_mask=/settings/log/date mask
38log/debug=/settings/log/level
39# log/debug
40# log/root_folder
41
42NSClient/allowed_hosts=/settings/NSClient/server/allowed hosts
43NSClient/port=/settings/NSClient/server/port
44NSClient/bind_to_address=/settings/NSClient/server/bind to address
45NSClient/socket_timeout=/settings/NSClient/server/socket timeout
46
47NRPE/allowed_hosts=/settings/NRPE/server/allowed hosts
48NRPE/port=/settings/NRPE/server/port
49NRPE/bind_to_address=/settings/NRPE/server/bind to address
50NRPE/socket_timeout=/settings/NRPE/server/socket timeout
51NRPE/command_timeout=/settings/NRPE/server/command timeout
52NRPE/allow_arguments=/settings/NRPE/server/allow arguments
53NRPE/allow_nasty_meta_chars=/settings/NRPE/server/allow nasty characters
54NRPE/use_ssl=/settings/NRPE/server/ssl
55# NRPE/script_dir
56
57#Check System/CPUBufferSize=/settings/check/system/windows/CPUBufferSize
58#Check System/CheckResolution=/settings/CheckSystem/CheckResolution
59Check System/check_all_services[SERVICE_BOOT_START]=/settings/check/system/windows/service mapping/SERVICE_BOOT_START
60Check System/check_all_services[SERVICE_SYSTEM_START]=/settings/check/system/windows/service mapping/SERVICE_SYSTEM_START
61Check System/check_all_services[SERVICE_AUTO_START]=/settings/check/system/windows/service mapping/SERVICE_AUTO_START
62Check System/check_all_services[SERVICE_DEMAND_START]=/settings/check/system/windows/service mapping/SERVICE_DEMAND_START
63Check System/check_all_services[SERVICE_DISABLED]=/settings/check/system/windows/service mapping/SERVICE_DISABLED
64
65External Script/command_timeout=/settings/external scripts/command timeout
66External Script/allow_arguments=/settings/external scripts/allow arguments
67External Script/allow_nasty_meta_chars=/settings/external scripts/allow nasty characters
68External Script/script_dir=/settings/external scripts/script folder
69
70Script Wrappings/*=/settings/external scripts/wrappings
71External Scripts/*=/settings/external scripts/scripts
72External Alias/*=/settings/external scripts/alias
73Wrapped Scripts/*=/settings/external scripts/wrapped scripts
74
75includes/*=/includes
76
77NSCA Agent/interval=/settings/scheduler/default/interval
78NSCA Agent/hostname=/settings/NSCA/agent/hostname
79NSCA Commands/*=/settings/scheduler/schedules
80
81
82NSCA Agent/encryption_method=/settings/NSCA/agent/server/encryption method
83NSCA Agent/nsca_host=/settings/NSCA/agent/server/host
84NSCA Agent/password=/settings/NSCA/agent/server/password
85NSCA Agent/nsca_port=/settings/NSCA/agent/server/port
86NSCA Agent/time_delay=/settings/NSCA/agent/delay
87#NSCA Agent/bind_to_address=
88
89
90#NRPE Client Handlers/*=
91
92#LUA Scripts/*=
Note: See TracBrowser for help on using the repository browser.