Created
September 7, 2012 07:10
-
-
Save garthk/3664027 to your computer and use it in GitHub Desktop.
NSClient++ configuration information for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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