Index: NSC.dist
===================================================================
--- NSC.dist	(revision 76aafc426c726f165510384b38c195fcbe7454a1)
+++ NSC.dist	(revision dc65e35a62451e856090f80f06406dc93efe1715)
@@ -37,5 +37,6 @@
 ;  This is a comma-delimited list of IP address of hosts that are allowed to talk to the all daemons.
 ;  If leave this blank anyone can access the deamon remotly (NSClient still requires a valid password).
-;allowed_hosts=127.0.0.1
+;  The syntax is host or ip/mask so 192.168.0.0/24 will allow anyone on that subnet access
+;allowed_hosts=127.0.0.1/32
 ;
 ;# USE THIS FILE
@@ -115,4 +116,9 @@
 ;  If you leave this blank the global version will be used instead.
 ;allowed_hosts=
+;
+;# SCRIPT DIRECTORY
+;  All files in this directory will become check commands.
+;  *WARNING* This is undoubtedly dangerous so use with care!
+;script_dir=scripts\
 
 
@@ -134,2 +140,5 @@
 ;# Check some escapings...
 ; check_escape=inject CheckFileSize ShowAll MaxWarn=1024M MaxCrit=4096M "File: foo \" WIN=c:\\WINDOWS\\*.*"
+;# Some real world samples
+;nrpe_cpu=inject checkCPU warn=80 crit=90 5 10 15
+;nrpe_ok=scripts\ok.bat
