fabric.mon_fabric_monitoring_policy.syslog_source

The syslog source configures a syslog source that specifies the minimum severity of items to be sent as syslog messages to the syslog servers in the destination group.

ACI class

syslogSrc

RN

slsrc-{name}

Cursor

MonFabricMonitoringPolicySyslogSourceCursor

Parent

fabric.mon_fabric_monitoring_policy

Atomic

Attributes

Accepted as keyword arguments of .syslog_source(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The name for the system logging source.

description

descr

str

Specifies the description of a policy component.

include_action

incl

MonInclAction

none, faults, events, audit, session, all

faults

min_severity

minSev

SyslogSeverity

alerts, critical, debugging, emergencies, errors, information, notifications, warnings

warnings

The minimum severity level of messages to be sent.