syslog_json: fix typos in documentation

pull/32877/head
Pierre-Louis Bonicoli 7 years ago committed by Brian Coca
parent 701b38ff62
commit 474bf208e9

@ -9,7 +9,7 @@ DOCUMENTATION = '''
callback: syslog_json callback: syslog_json
callback_type: notification callback_type: notification
requirements: requirements:
- whietlist in configuration - whitelist in configuration
short_description: sends JSON events to syslog short_description: sends JSON events to syslog
version_added: "1.9" version_added: "1.9"
description: description:
@ -17,7 +17,7 @@ DOCUMENTATION = '''
- Before 2.4 only environment variables were available for configuration - Before 2.4 only environment variables were available for configuration
options: options:
server: server:
description: syslog server that will recieve the event description: syslog server that will receive the event
env: env:
- name: SYSLOG_SERVER - name: SYSLOG_SERVER
default: localhost default: localhost
@ -25,7 +25,7 @@ DOCUMENTATION = '''
- section: callback_syslog_json - section: callback_syslog_json
key: syslog_server key: syslog_server
port: port:
description: prot on which the syslog server is listening description: port on which the syslog server is listening
env: env:
- name: SYSLOG_PORT - name: SYSLOG_PORT
default: 514 default: 514
@ -33,7 +33,7 @@ DOCUMENTATION = '''
- section: callback_syslog_json - section: callback_syslog_json
key: syslog_port key: syslog_port
facility: facility:
description: syslog facitliy to log as description: syslog facility to log as
env: env:
- name: SYSLOG_FACILITY - name: SYSLOG_FACILITY
default: user default: user

Loading…
Cancel
Save