Guest User

Untitled

a guest
Nov 18th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. # If you want to fill this file with all avalible options run the following command:
  2. # nscp settings --generate --add-defaults --load-all
  3. # If you want to activate a module and bring in all its options use:
  4. # nscp settings --activate-module <MODULE NAME> --add-defaults
  5. # For details run: nscp settings --help
  6.  
  7.  
  8. ; Undocumented section
  9. [/modules]
  10.  
  11. ; CheckDisk - CheckDisk can check various file and disk related things. The current version has commands to check Size of hard drives and directories.
  12. CheckDisk = 1
  13.  
  14. ; Event log Checker. - Check for errors and warnings in the event log. This is only supported through NRPE so if you plan to use only NSClient this wont help you at all.
  15. CheckEventLog = 1
  16.  
  17. ; Check External Scripts - A simple wrapper to run external scripts and batch files.
  18. CheckExternalScripts = 1
  19.  
  20. ; Helper function - Various helper function to extend other checks. This is also only supported through NRPE.
  21. CheckHelpers = 1
  22.  
  23. ; Check NSCP - Checkes the state of the agent
  24. CheckNSCP = 1
  25.  
  26. ; CheckSystem - Various system related checks, such as CPU load, process state, service state memory usage and PDH counters.
  27. CheckSystem = 1
  28.  
  29. ; CheckWMI - CheckWMI can check various file and disk related things. The current version has commands to check Size of hard drives and directories.
  30. CheckWMI = 1
  31.  
  32. ; NRPE server - A simple server that listens for incoming NRPE connection and handles them.
  33. NRPEServer = 1
  34.  
  35. ; NSClient server - A simple server that listens for incoming NSClient (check_nt) connection and handles them. Although NRPE is the preferred method NSClient is fully supported and can be used for simplicity or for compatibility.
  36. NSClientServer = 1
  37.  
  38.  
  39. ; Undocumented section
  40. [/settings/default]
  41.  
  42. ; ALLOWED HOSTS - A comaseparated list of allowed hosts. You can use netmasks (/ syntax) or * to create ranges.
  43. allowed hosts = 10.2.50.20
  44.  
  45. ; PASSWORD - Password used to authenticate againast server
  46. password = 1q2w3e4r
  47.  
  48.  
  49. ; A list of aliases available. An alias is an internal command that has been "wrapped" (to add arguments). Be careful so you don't create loops (ie check_loop=check_a, check_a=check_loop)
  50. [/settings/external scripts/alias]
  51.  
  52. ; alias_cpu - Alias for alias_cpu. To configure this item add a section called: /settings/external scripts/alias/alias_cpu
  53. alias_cpu = checkCPU warn=80 crit=90 time=5m time=1m time=30s
  54.  
  55. ; alias_cpu_ex - Alias for alias_cpu_ex. To configure this item add a section called: /settings/external scripts/alias/alias_cpu_ex
  56. alias_cpu_ex = checkCPU warn=$ARG1$ crit=$ARG2$ time=5m time=1m time=30s
  57.  
  58. ; alias_disk - Alias for alias_disk. To configure this item add a section called: /settings/external scripts/alias/alias_disk
  59. alias_disk = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED
  60.  
  61. ; alias_disk_loose - Alias for alias_disk_loose. To configure this item add a section called: /settings/external scripts/alias/alias_disk_loose
  62. alias_disk_loose = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED ignore-unreadable
  63.  
  64. ; alias_event_log - Alias for alias_event_log. To configure this item add a section called: /settings/external scripts/alias/alias_event_log
  65. alias_event_log = CheckEventLog file=application file=system MaxWarn=1 MaxCrit=1 "filter=generated gt -2d AND severity NOT IN ('success', 'informational') AND source != 'SideBySide'" truncate=800 unique descriptions "syntax=%severity%: %source%: %message% (%count%)"
  66.  
  67. ; alias_file_age - Alias for alias_file_age. To configure this item add a section called: /settings/external scripts/alias/alias_file_age
  68. alias_file_age = checkFile2 filter=out "file=$ARG1$" filter-written=>1d MaxWarn=1 MaxCrit=1 "syntax=%filename% %write%"
  69.  
  70. ; alias_file_size - Alias for alias_file_size. To configure this item add a section called: /settings/external scripts/alias/alias_file_size
  71. alias_file_size = CheckFiles "filter=size > $ARG2$" "path=$ARG1$" MaxWarn=1 MaxCrit=1 "syntax=%filename% %size%" max-dir-depth=10
  72.  
  73. ; alias_mem - Alias for alias_mem. To configure this item add a section called: /settings/external scripts/alias/alias_mem
  74. alias_mem = checkMem MaxWarn=80% MaxCrit=90% ShowAll=long type=physical type=virtual type=paged type=page
  75.  
  76. ; alias_process - Alias for alias_process. To configure this item add a section called: /settings/external scripts/alias/alias_process
  77. alias_process = checkProcState "$ARG1$=started"
  78.  
  79. ; alias_process_count - Alias for alias_process_count. To configure this item add a section called: /settings/external scripts/alias/alias_process_count
  80. alias_process_count = checkProcState MaxWarnCount=$ARG2$ MaxCritCount=$ARG3$ "$ARG1$=started"
  81.  
  82. ; alias_process_hung - Alias for alias_process_hung. To configure this item add a section called: /settings/external scripts/alias/alias_process_hung
  83. alias_process_hung = checkProcState MaxWarnCount=1 MaxCritCount=1 "$ARG1$=hung"
  84.  
  85. ; alias_process_stopped - Alias for alias_process_stopped. To configure this item add a section called: /settings/external scripts/alias/alias_process_stopped
  86. alias_process_stopped = checkProcState "$ARG1$=stopped"
  87.  
  88. ; alias_sched_all - Alias for alias_sched_all. To configure this item add a section called: /settings/external scripts/alias/alias_sched_all
  89. alias_sched_all = CheckTaskSched "filter=exit_code ne 0" "syntax=%title%: %exit_code%" warn=>0
  90.  
  91. ; alias_sched_long - Alias for alias_sched_long. To configure this item add a section called: /settings/external scripts/alias/alias_sched_long
  92. alias_sched_long = CheckTaskSched "filter=status = 'running' AND most_recent_run_time < -$ARG1$" "syntax=%title% (%most_recent_run_time%)" warn=>0
  93.  
  94. ; alias_sched_task - Alias for alias_sched_task. To configure this item add a section called: /settings/external scripts/alias/alias_sched_task
  95. alias_sched_task = CheckTaskSched "filter=title eq '$ARG1$' AND exit_code ne 0" "syntax=%title% (%most_recent_run_time%)" warn=>0
  96.  
  97. ; alias_service - Alias for alias_service. To configure this item add a section called: /settings/external scripts/alias/alias_service
  98. alias_service = checkServiceState CheckAll
  99.  
  100. ; alias_service_ex - Alias for alias_service_ex. To configure this item add a section called: /settings/external scripts/alias/alias_service_ex
  101. alias_service_ex = checkServiceState CheckAll "exclude=Net Driver HPZ12" "exclude=Pml Driver HPZ12" exclude=stisvc
  102.  
  103. ; alias_up - Alias for alias_up. To configure this item add a section called: /settings/external scripts/alias/alias_up
  104. alias_up = checkUpTime MinWarn=1d MinWarn=1h
  105.  
  106. ; alias_updates - Alias for alias_updates. To configure this item add a section called: /settings/external scripts/alias/alias_updates
  107. alias_updates = check_updates -warning 0 -critical 0
  108.  
  109. ; alias_volumes - Alias for alias_volumes. To configure this item add a section called: /settings/external scripts/alias/alias_volumes
  110. alias_volumes = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll=volumes FilterType=FIXED
  111.  
  112. ; alias_volumes_loose - Alias for alias_volumes_loose. To configure this item add a section called: /settings/external scripts/alias/alias_volumes_loose
  113. alias_volumes_loose = CheckDriveSize MinWarn=10% MinCrit=5% CheckAll=volumes FilterType=FIXED ignore-unreadable
  114.  
  115. ; default - Alias for default. To configure this item add a section called: /settings/external scripts/alias/default
  116. default =
Advertisement
Add Comment
Please, Sign In to add comment