<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/rsyslog, branch circinus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=circinus</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-09-30T14:58:41+00:00</updated>
<entry>
<title>syslog: T5367: add format option to include timezone in message</title>
<updated>2024-09-30T14:58:41+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-12T19:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9a7d920ab7a9542fc3f3a4cddf50e6413a3c0198'/>
<id>urn:sha1:9a7d920ab7a9542fc3f3a4cddf50e6413a3c0198</id>
<content type='text'>
Add CLI option to include the systems timezone in the syslog message sent to
a collector. This can be enabled using:

  set system syslog host &lt;hostname&gt; format include-timezone

(cherry picked from commit 042be39ccabb43a766e04a447207610ff017bd7d)
</content>
</entry>
<entry>
<title>syslog: T6719: fix the behavior of "syslog global preserve-fqdn"</title>
<updated>2024-09-24T16:32:49+00:00</updated>
<author>
<name>Nicolas Vollmar</name>
<email>nvo@scaling.ch</email>
</author>
<published>2024-09-24T16:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=ea5da8d07d1733207345ec2b736359483f25d7fb'/>
<id>urn:sha1:ea5da8d07d1733207345ec2b736359483f25d7fb</id>
<content type='text'>
(cherry picked from commit c196c6d9207ef112e478f44923b2d0bc8a15b3c9)
</content>
</entry>
<entry>
<title>syslog: T5366: remove reference to deprecated sysvinit rsyslog script</title>
<updated>2024-07-03T14:49:58+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-07-03T13:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cc32fa3a874a1ce071d6509aaff8ebc4df95423a'/>
<id>urn:sha1:cc32fa3a874a1ce071d6509aaff8ebc4df95423a</id>
<content type='text'>
(cherry picked from commit 977d2fbf7a62a97d98b38cf28e62f08fc9e8d3a2)
</content>
</entry>
<entry>
<title>Revert "syslog: T1487: store all journalctl log files also in syslog"</title>
<updated>2024-01-12T11:18:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-12T11:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bc3cf0a0a18ad70448322f90bdb6bf8292b59ccf'/>
<id>urn:sha1:bc3cf0a0a18ad70448322f90bdb6bf8292b59ccf</id>
<content type='text'>
This reverts commit 800c85a20a00278ab07bbcccd85b753b1ca31e21.
</content>
</entry>
<entry>
<title>syslog: T1487: store all journalctl log files also in syslog</title>
<updated>2024-01-11T06:24:10+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-11T06:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=800c85a20a00278ab07bbcccd85b753b1ca31e21'/>
<id>urn:sha1:800c85a20a00278ab07bbcccd85b753b1ca31e21</id>
<content type='text'>
This is useful to send the journal logs to external syslog servers
</content>
</entry>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>T5705: rsyslog: fix error when level=all. Replace &lt;all&gt; with wildcard &lt;*&gt;, as it's done with facility. Create basic smoketest for syslog</title>
<updated>2023-11-02T09:18:55+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-11-02T09:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c5ae7c9e2a141d92b8a716b3dbe3e5b41ee4aaba'/>
<id>urn:sha1:c5ae7c9e2a141d92b8a716b3dbe3e5b41ee4aaba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T2778: fix invalid handling of logrotate and default values</title>
<updated>2023-07-16T20:03:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-16T20:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=751d326c7769ac18db69de8f2be39587148be209'/>
<id>urn:sha1:751d326c7769ac18db69de8f2be39587148be209</id>
<content type='text'>
There was no /var/log/messages handler for logrotate making rsyslog
crash after a few days.

In addition we had some JIna2 templating errors for hosts, user and file
CLI nodes

jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'facility'

Looks like therey are used rarely ;) - lucky me!
</content>
</entry>
<entry>
<title>T2778: Fix syslog octet_counted format</title>
<updated>2023-05-12T18:34:00+00:00</updated>
<author>
<name>Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs</name>
<email>me@bjw-s.dev</email>
</author>
<published>2023-05-12T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=380bc7ddf6b93d66df047e43328693ac0e849c24'/>
<id>urn:sha1:380bc7ddf6b93d66df047e43328693ac0e849c24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T2769: add VRF support</title>
<updated>2023-05-08T20:45:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-08T20:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51'/>
<id>urn:sha1:46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51</id>
<content type='text'>
Allow syslog messages to be sent through a VRF (e.g. management).
</content>
</entry>
</feed>
