Syslog Messages Sending

Iotellect Network Manager can generate and send Syslog messages. This operation is performed by Send Syslog Message (sendSyslogMessage) action in Root context.

Input Format

Action can be configured with parameters of the following format:

Name

Type

Description

Details

protocol

String

Protocol

Transport protocol to be used to deliver message (UDP or TCP).

host

Integer

Target IP Address or Host Name

Receiver address (127.0.0.1 by default).

port

String

Port

Port the message will be sent to (514 by default).

message

Integer

Message

Message text.

facility

Integer

Facility

Message facility. Refer to ... for a list of predefined values.

level

Integer

Severity

Message level. Refer to ... for predefined values.

sendName

Boolean

Send Local Name

Whether source host name should be included in the message.

sendTimestamp

Boolean

Send Local Timestamp

Whether a timestamp should be included in the message.

Was this page helpful?