Forward information as syslog messages to a syslog server
A list of all available queries (check commands)
| Command | Description |
|---|---|
| submit_syslog | Submit information to the remote syslog server. |
| Path / Section | Key | Description |
|---|---|---|
| /settings/syslog/client | channel | CHANNEL |
| /settings/syslog/client | hostname | HOSTNAME |
| /settings/syslog/client/targets/default | address | TARGET ADDRESS |
| /settings/syslog/client/targets/default | retries | RETRIES |
| /settings/syslog/client/targets/default | timeout | TIMEOUT |
| Path / Section | Key | Description |
|---|---|---|
| /settings/syslog/client/targets/default | host | TARGET HOST |
| /settings/syslog/client/targets/default | port | TARGET PORT |
| Path / Section | Key | Description |
|---|---|---|
| /settings/syslog/client/targets/sample | address | TARGET ADDRESS |
| /settings/syslog/client/targets/sample | host | TARGET HOST |
| /settings/syslog/client/targets/sample | port | TARGET PORT |
| /settings/syslog/client/targets/sample | retries | RETRIES |
| /settings/syslog/client/targets/sample | timeout | TIMEOUT |
A quick reference for all available queries (check commands) in the SyslogClient module.
Submit information to the remote syslog server.
| Option | Default Value | Description |
|---|---|---|
| help | N/A | Show help screen (this screen) |
| help-pb | N/A | Show help screen as a protocol buffer payload |
| show-default | N/A | Show default values for a given command |
| help-short | N/A | Show help screen (short format). |
| host | The host of the host running the server | |
| port | The port of the host running the server | |
| address | The address (host:port) of the host running the server | |
| timeout | Number of seconds before connection times out (default=10) | |
| target | Target to use (lookup connection info from config) | |
| retry | Number of times ti retry a failed connection attempt (default=2) | |
| retries | legacy version of retry | |
| source-host | Source/sender host name (default is auto which means use the name of the actual host) | |
| sender-host | Source/sender host name (default is auto which means use the name of the actual host) | |
| command | The name of the command that the remote daemon should run | |
| alias | Same as command | |
| message | Message | |
| result | Result code either a number or OK, WARN, CRIT, UNKNOWN | |
| separator | Separator to use for the batch command (default is | |
| batch | Add multiple records using the separator format is: command | |
| path | ||
| severity | Severity of error message | |
| unknown-severity | Severity of error message | |
| ok-severity | Severity of error message | |
| warning-severity | Severity of error message | |
| critical-severity | Severity of error message | |
| facility | Facility of error message | |
| [tag template](#submit_syslog_tag template) | Tag template (TODO) | |
| [message template](#submit_syslog_message template) | Message template (TODO) |
Description: Show help screen (this screen)
### help-pbDescription: Show help screen as a protocol buffer payload
### show-defaultDescription: Show default values for a given command
### help-shortDescription: Show help screen (short format).
### hostDescription: The host of the host running the server
### portDescription: The port of the host running the server
### addressDescription: The address (host:port) of the host running the server
### timeoutDescription: Number of seconds before connection times out (default=10)
### targetDescription: Target to use (lookup connection info from config)
### retryDescription: Number of times ti retry a failed connection attempt (default=2)
### retriesDescription: legacy version of retry
### source-hostDescription: Source/sender host name (default is auto which means use the name of the actual host)
### sender-hostDescription: Source/sender host name (default is auto which means use the name of the actual host)
### commandDescription: The name of the command that the remote daemon should run
### aliasDescription: Same as command
### messageDescription: Message
### resultDescription: Result code either a number or OK, WARN, CRIT, UNKNOWN
### separatorDescription: Separator to use for the batch command (default is |)
### batchDescription: Add multiple records using the separator format is: command|result|message
### pathDescription:
### severityDescription: Severity of error message
### unknown-severityDescription: Severity of error message
### ok-severityDescription: Severity of error message
### warning-severityDescription: Severity of error message
### critical-severityDescription: Severity of error message
### facilityDescription: Facility of error message
### tag templateDescription: Tag template (TODO)
### message templateDescription: Message template (TODO)
## SYSLOG CLIENT SECTIONSection for SYSLOG passive check module.
# Section for SYSLOG passive check module.
[/settings/syslog/client]
channel=syslog
hostname=auto
| Key | Default Value | Description |
|---|---|---|
| channel | syslog | CHANNEL |
| hostname | auto | HOSTNAME |
CHANNEL
The channel to listen to.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client |
| Key: | channel |
| Default value: | syslog |
| Used by: | SyslogClient |
[/settings/syslog/client]
# CHANNEL
channel=syslog
HOSTNAME
The host name of the monitored computer. Set this to auto (default) to use the windows name of the computer.
auto Hostname ${host} Hostname ${host_lc} Hostname in lowercase ${host_uc} Hostname in uppercase ${domain} Domainname ${domain_lc} Domainname in lowercase ${domain_uc} Domainname in uppercase
| Key | Description |
|---|---|
| Path: | /settings/syslog/client |
| Key: | hostname |
| Default value: | auto |
| Used by: | SyslogClient |
[/settings/syslog/client]
# HOSTNAME
hostname=auto
#
[/settings/syslog/client/handlers]
#
[/settings/syslog/client/targets]
Target definition for: default
# Target definition for: default
[/settings/syslog/client/targets/default]
retries=3
timeout=30
| Key | Default Value | Description |
|---|---|---|
| address | TARGET ADDRESS | |
| host | TARGET HOST | |
| port | TARGET PORT | |
| retries | 3 | RETRIES |
| timeout | 30 | TIMEOUT |
TARGET ADDRESS
Target host address
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/default |
| Key: | address |
| Default value: | N/A |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/default]
# TARGET ADDRESS
address=
TARGET HOST
The target server to report results to.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/default |
| Key: | host |
| Advanced: | Yes (means it is not commonly used) |
| Default value: | N/A |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/default]
# TARGET HOST
host=
TARGET PORT
The target server port
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/default |
| Key: | port |
| Advanced: | Yes (means it is not commonly used) |
| Default value: | N/A |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/default]
# TARGET PORT
port=
RETRIES
Number of times to retry sending.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/default |
| Key: | retries |
| Default value: | 3 |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/default]
# RETRIES
retries=3
TIMEOUT
Timeout when reading/writing packets to/from sockets.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/default |
| Key: | timeout |
| Default value: | 30 |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/default]
# TIMEOUT
timeout=30
Target definition for: sample
# Target definition for: sample
[/settings/syslog/client/targets/sample]
retries=3
timeout=30
| Key | Default Value | Description |
|---|---|---|
| address | TARGET ADDRESS | |
| host | TARGET HOST | |
| port | TARGET PORT | |
| retries | 3 | RETRIES |
| timeout | 30 | TIMEOUT |
TARGET ADDRESS
Target host address
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/sample |
| Key: | address |
| Default value: | N/A |
| Sample key: | Yes (This section is only to show how this key is used) |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/sample]
# TARGET ADDRESS
address=
TARGET HOST
The target server to report results to.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/sample |
| Key: | host |
| Advanced: | Yes (means it is not commonly used) |
| Default value: | N/A |
| Sample key: | Yes (This section is only to show how this key is used) |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/sample]
# TARGET HOST
host=
TARGET PORT
The target server port
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/sample |
| Key: | port |
| Advanced: | Yes (means it is not commonly used) |
| Default value: | N/A |
| Sample key: | Yes (This section is only to show how this key is used) |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/sample]
# TARGET PORT
port=
RETRIES
Number of times to retry sending.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/sample |
| Key: | retries |
| Default value: | 3 |
| Sample key: | Yes (This section is only to show how this key is used) |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/sample]
# RETRIES
retries=3
TIMEOUT
Timeout when reading/writing packets to/from sockets.
| Key | Description |
|---|---|
| Path: | /settings/syslog/client/targets/sample |
| Key: | timeout |
| Default value: | 30 |
| Sample key: | Yes (This section is only to show how this key is used) |
| Used by: | SyslogClient |
[/settings/syslog/client/targets/sample]
# TIMEOUT
timeout=30