[main] ; Enter the name of a file to activate debugging, leave empty to disable ; debugging debug = debug.log ; Put a one here to make the program a little verbose; program will tell ; you when it is about to poll and when it is about to sleep. verbose = 1 ; Base Nagios URL, https ok as long as you have Net::SSLeay installed nagios_url = https://192.168.3.1/nagios ; User to authenticate as; must have read all permissions for all ; hosts and services nagios_user = myuser nagios_pass = mypass ; How often to check for events, in seconds polling_interval = 900 ; Which voice to use? 0: default, 1: Sam, 2: Mary ; Sam and Mary are only available if you install ; the Microsoft SAPI 5.x API. voice = 2 [filters] ; Space-separated list of status to match; all others will be ignored. ; Use one or more of OK WARNING CRITICAL UNKNOWN service_statuses = WARNING CRITICAL ; Regular expression to limit services we match. '.' matches all, all ; non-matching services (service description field) will be ignored. service_regexp = . ; Space-separated list of host states to match; all others will be ; ignored. ; Use one or more of PENDING UP DOWN UNREACHABLE host_statuses = DOWN UNREACHABLE ; Regular expression to limit hosts we match .. '.' matches all, all ; host names that do not match will be ignored. host_regexp = . [translations] ; Host and service phrase - templates to use for speaking host and ; service alerts. You can use the following variables, all are ; prefixed with % ; * %host - name of the host associated with the alert ; * %status - status of the alert ; * %type - type of alert, either 'host' or 'service' ; * %time - date/time of the alert in format 03-10-2008 10:54:34 ; * %service - service description as defined in service definition ; * %duration - how long the alert has been in the current state, ; format '0d 0h 3m 40s' ; * %information - Status information, output from check plugin ; * %attempts - Attempt field from GUI host_phrase_template = %host has been %status for %duration service_phrase_template = %host ... %service ... %status ... %information, for %duration ; Phonetic translation helpers. On the left side put the phrase you wish to ; match, on the right side of the %% put the phrase to replace it with. Can make the ; text-to-speech output sound much more natural. phrase_list = <