source: nscp/files/old-settings.map

0.4.1
Last change on this file was 1a9d2a3, checked in by Michael Medin <michael@…>, 6 months ago

CheckDriveSize ShowAll MaxWarn=1M MaxCrit=2M CheckAll?=volumes matching=.*[CD].*

  • CheckFiles filter is now optional (not specifying a filter will find all files matching)
  • CheckFiles no longer matching . and ..
  • Added perf-unit to allow for stable performance data units (if not specified it will guess which is the current solution).

checkmem type=paged MaxWarn=80% perf-unit=M

=> 'paged bytes %'=34%;80;0 'paged bytes'=8454.04M;19629.84;0;0;24537.3

checkmem type=paged MaxWarn=80% perf-unit=K

=> 'paged bytes %'=34%;80;0 'paged bytes'=8655200K;20100963.19;0;0;25126204

checkmem type=paged MaxWarn=80% perf-unit=B

=> 'paged bytes %'=34%;80;0 'paged bytes'=8872108032B;20583386316;0;0;25729232896

checkmem type=paged MaxWarn=80%

=> 'paged bytes %'=34%;80;0 'paged bytes'=8.25G;19.1;0;0;23.96

  • Fixed threadding issue related to servers (ie. check_nt causing a crash)

Dont know what I was thinking when I designed that, pretty stupid bug :(

  • Fixed issue with loading performance counters (check_cpu)
  • Fixed default service name (nscp)
  • CheckWMI: Added support for lists of integers
  • Property mode set to 100644
File size: 3.8 KB
Line 
1# Modules section
2
3modules/CheckSystem.dll=/modules/CheckSystem
4modules/CheckDisk.dll=/modules/CheckDisk
5modules/NSClientListener.dll=/modules/NSClientServer
6modules/NRPEListener.dll=/modules/NRPEServer
7modules/SysTray.dll=/modules/SysTray
8modules/CheckEventLog.dll=/modules/CheckEventLog
9modules/CheckHelpers.dll=/modules/CheckHelpers
10modules/CheckWMI.dll=/modules/CheckWMI
11modules/CheckNSCP.dll=/modules/CheckNSCP
12modules/CheckExternalScripts.dll=/modules/CheckExternalScripts
13modules/NSCAAgent.dll=/modules/NSCAClient
14modules/NSCAAgent.dll=/modules/Scheduler
15modules/LUAScript.dll=/modules/LUAScript
16modules/NRPEClient.dll=/modules/NRPEClient
17modules/CheckTaskSched.dll=/modules/CheckTaskSched
18modules/Scheduler.dll=/modules/Scheduler
19
20modules=/modules
21
22# Crash section
23
24crash/archive=/settings/crash/archive
25crash/submit=/settings/crash/submit
26crash/restart=/settings/crash/restart
27
28# Settings section
29
30Settings/obfuscated_password=/settings/default/obfuscated password
31Settings/password=/settings/default/password
32Settings/allowed_hosts=/settings/default/allowed hosts
33Settings/shared_session=/settings/shared session/enabled
34
35# Log section
36
37log/file=/settings/log/file name
38log/date_mask=/settings/log/date format
39# log/debug=/settings/log/level
40# log/debug
41# log/root_folder
42
43NSClient/allowed_hosts=/settings/NSClient/server/allowed hosts
44NSClient/port=/settings/NSClient/server/port
45NSClient/bind_to_address=/settings/NSClient/server/bind to address
46NSClient/socket_timeout=/settings/NSClient/server/socket timeout
47
48NRPE/allowed_hosts=/settings/NRPE/server/allowed hosts
49NRPE/port=/settings/NRPE/server/port
50NRPE/bind_to_address=/settings/NRPE/server/bind to address
51NRPE/socket_timeout=/settings/NRPE/server/socket timeout
52NRPE/command_timeout=/settings/NRPE/server/command timeout
53NRPE/allow_arguments=/settings/NRPE/server/allow arguments
54NRPE/allow_nasty_meta_chars=/settings/NRPE/server/allow nasty characters
55NRPE/use_ssl=/settings/NRPE/server/use ssl
56# NRPE/script_dir
57
58#Check System/CPUBufferSize=/settings/check/system/windows/CPUBufferSize
59#Check System/CheckResolution=/settings/CheckSystem/CheckResolution
60Check System/check_all_services[SERVICE_BOOT_START]=/settings/system/windows/service mapping/SERVICE_BOOT_START
61Check System/check_all_services[SERVICE_SYSTEM_START]=/settings/system/windows/service mapping/SERVICE_SYSTEM_START
62Check System/check_all_services[SERVICE_AUTO_START]=/settings/system/windows/service mapping/SERVICE_AUTO_START
63Check System/check_all_services[SERVICE_DEMAND_START]=/settings/system/windows/service mapping/SERVICE_DEMAND_START
64Check System/check_all_services[SERVICE_DISABLED]=/settings/system/windows/service mapping/SERVICE_DISABLED
65
66External Script/command_timeout=/settings/external scripts/command timeout
67External Script/allow_arguments=/settings/external scripts/allow arguments
68External Script/allow_nasty_meta_chars=/settings/external scripts/allow nasty characters
69External Script/script_dir=/settings/external scripts/script folder
70
71Script Wrappings/*=/settings/external scripts/wrappings
72External Scripts/*=/settings/external scripts/scripts
73External Alias/*=/settings/external scripts/alias
74Wrapped Scripts/*=/settings/external scripts/wrapped scripts
75
76includes/*=/includes
77
78NSCA Agent/interval=/settings/scheduler/schedules/default/interval
79NSCA Agent/hostname=/settings/NSCA/client/hostname
80NSCA Commands/*=/settings/scheduler/schedules
81
82
83NSCA Agent/encryption_method=/settings/NSCA/client/targets/default/encryption method
84NSCA Agent/nsca_host=/settings/NSCA/client/targets/default/host
85NSCA Agent/password=/settings/NSCA/client/targets/default/password
86NSCA Agent/nsca_port=/settings/NSCA/client/targets/default/port
87NSCA Agent/time_delay=/settings/NSCA/client/targets/default/delay
88#NSCA Agent/bind_to_address=
89
90
91#NRPE Client Handlers/*=
92
93#LUA Scripts/*=
Note: See TracBrowser for help on using the repository browser.