Skip to content

Instantly share code, notes, and snippets.

@garthk
Created September 7, 2012 07:10
Show Gist options
  • Save garthk/3664027 to your computer and use it in GitHub Desktop.
Save garthk/3664027 to your computer and use it in GitHub Desktop.
NSClient++ configuration information for review
# Added logging detail in attempt to debug problem, to no avail.
; A list of modules.
[/modules]
CheckDisk=1
CheckSystem=1
CheckTaskSched=1
NSClientServer=0
NRPEServer=1
; Section for configuring the crash handler.
[/settings/crash]
; Section for configuring the log handling.
[/settings/log]
;file name=${exe-path}/nsclient.log
file name=nsclient.log
date format=%Y-%m-%d %H:%M:%S
level=debug
debug=1
; Configure log file properties.
[/settings/log/file]
max size=0
; Section for configuring the shared session.
[/settings/shared session]
[/settings/default]
[/settings/NRPE/server]
allowed hosts=xx.yy.zz.0/24
allow arguments=1
performance data=1
# Working just fine on my other hosts
; A list of modules.
[/modules]
CheckDisk=1
CheckSystem=1
CheckTaskSched=1
NSClientServer=0
NRPEServer=1
; Section for configuring the crash handler.
[/settings/crash]
; Section for configuring the log handling.
[/settings/log]
; Configure log file properties.
[/settings/log/file]
; Section for configuring the shared session.
[/settings/shared session]
[/settings/default]
[/settings/NRPE/server]
allowed hosts=xx.yy.zz.0/24
allow arguments=1
performance data=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment