Skip to content

Commit

Permalink
Merge pull request #188 from zyberpunker/patch-3
Browse files Browse the repository at this point in the history
updated comments
  • Loading branch information
mickem committed Oct 26, 2015
2 parents e8ac518 + 756b90a commit 68ba17c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions op5/config/op5.ini
@@ -1,9 +1,8 @@

# If you want to fill this file with all avalible options run the following command:
# nscp settings --generate --add-defaults --load-all
# If you want to activate a module and bring in all its options use:
# nscp settings --activate-module <MODULE NAME> --add-defaults
# For details run: nscp settings --help
+# NOT MODIFY THIS FILE -- modify nsclient.ini instead.
+#
+# Any changes made to this file will be lost upon updating NSClient++.
+#
+# Settings defined in the registry (or nsclient.ini if ini-file settings where chosen during installation) overrides corresponding settings in op5.ini.


; Undocumented section
Expand Down Expand Up @@ -52,7 +51,7 @@ CheckHelpers = 1
; Enable EventLog checks
CheckEventLog = 1

; Disable External Scripts
; Enable External Scripts
CheckExternalScripts = 1

[/settings/NSClient/Server]
Expand All @@ -66,7 +65,7 @@ check_ad = cscript.exe //T:30 //NoLogo scripts\op5\check_ad.vbs
check_time = cscript.exe //T:30 //NoLogo scripts\op5\check_time.vbs $ARG1$ $ARG2$
system_info = cmd /c echo scripts\op5\system_info.ps1; exit($lastexitcode) | powershell.exe -command -

restart_service_ps = cmd /c echo scripts\op5\restart_service.ps1 "$ARG1$" ; exit($lastexitcode) | powershell.exe -command -
restart_service = cmd /c echo scripts\op5\restart_service.ps1 "$ARG1$" ; exit($lastexitcode) | powershell.exe -command -

check_vbs_services = cscript.exe //T:30 //NoLogo scripts\op5\services.vbs /$ARG1$
check_vbs_services20 = cscript.exe //T:30 //NoLogo scripts\op5\services.vbs /start:20
Expand Down

0 comments on commit 68ba17c

Please sign in to comment.