# If you want to fill this file with all available 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 --add-defaults # For details run: nscp settings --help ; in flight - TODO [/settings/default] ; Undocumented key allowed hosts = 10.11.96.130 ; CACHE ALLOWED HOSTS - If host names (DNS entries) should be cached, improves speed and security somewhat but won't allow you to have dynamic IPs for your Nagios server. ;MAKE THIS FALSE cache allowed hosts = false ; TIMEOUT - Timeout when reading packets on incoming sockets. If the data has not arrived within this time we will bail out. timeout = 30 ; NRPE server settings [/settings/NRPE/server] allow arguments = true allow nasty characters = true insecure = true verify mode = none ; PORT NUMBER - Port to use for NRPE. port = 5666 use ssl = 1 extended response = 1 ssl options = [/settings/eventlog] ; DEBUG - Log more information when filtering (useful to detect issues with filters) not useful in production as it is a bit of a resource hog. debug = 0 ; BUFFER_SIZE - The size of the buffer to use when getting messages this affects the speed and maximum size of messages you can recieve. buffer size = 131072 ; LOOKUP NAMES - Lookup the names of eventlog files lookup names = 1 ; SYNTAX - Set this to use a specific syntax string for all commands (that don't specify one). syntax = UNKNOWN ; NRPE modules [/modules] NRPEServer = enabled CheckExternalScripts = enabled CheckHelpers = enabled CheckNSCP = enabled CheckEventLog = enabled CheckDisk = enabled CheckSystem = enabled ; Undocumented key NSCAClient = enabled ; NRPEClient - NRPE client can be used both from command line and from queries to check remote systes via NRPE as well as configure the NRPE server NRPEClient = true ; Undocumented key NSClientServer = enabled