<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system/vyatta_update_syslog.pl, branch rolling</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2021-01-07T23:45:34+00:00</updated>
<entry>
<title>T671: remove apparently unused scripts.</title>
<updated>2021-01-07T23:45:34+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2021-01-07T23:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ac2586bc6471a141203e21ec3bfe97bfbcad6672'/>
<id>urn:sha1:ac2586bc6471a141203e21ec3bfe97bfbcad6672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix "Output Channel" config so logging will work</title>
<updated>2016-03-20T12:04:53+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-03-20T12:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7f2baa3eab8f35c401ab5e68fc260a0fad3bbdae'/>
<id>urn:sha1:7f2baa3eab8f35c401ab5e68fc260a0fad3bbdae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added feature to send log message to remote syslog server over UDP or TCP.</title>
<updated>2014-04-29T12:13:49+00:00</updated>
<author>
<name>Abdelouahed Haitoute</name>
<email>ahaitoute@rinis.nl</email>
</author>
<published>2014-04-29T12:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=2a583b1bdb0bcb5bb03ff642c4eee819de3bf50a'/>
<id>urn:sha1:2a583b1bdb0bcb5bb03ff642c4eee819de3bf50a</id>
<content type='text'>
See VyOS bug 195 for more information about the feature request.
</content>
</entry>
<entry>
<title>Use rsyslog to trigger log rotation</title>
<updated>2012-04-18T18:04:44+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-04-06T00:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=2415dea5aa5ecc1542b3da7795c0b7c49b98f259'/>
<id>urn:sha1:2415dea5aa5ecc1542b3da7795c0b7c49b98f259</id>
<content type='text'>
The previous implementation of log rotation used an hourly cron job to
check log file size and possibly perform a rotation. If the logging
rate is high, this interval may allow for root file system space
exhustion.

Utilizing rsyslog's outchannel mechanism enables log rotation to be
initiated as soon as the log file becomes larger than its configured
size.

Fixes Bug 7807.
</content>
</entry>
<entry>
<title>Convert from syslog to rsyslog</title>
<updated>2010-10-09T00:11:30+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-09T00:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=8c76eecf50f943b0a7e759f398f6d16dac53dac0'/>
<id>urn:sha1:8c76eecf50f943b0a7e759f398f6d16dac53dac0</id>
<content type='text'>
Configuration file is /etc/rsyslog.conf and it is supports
directory of include parameters so do not need to edit
rsyslog.conf directly
</content>
</entry>
<entry>
<title>Fix generation of syslog host targets</title>
<updated>2009-07-17T21:30:20+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-06-03T18:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f3f0890080a34e116dedd85886f54910121838ae'/>
<id>urn:sha1:f3f0890080a34e116dedd85886f54910121838ae</id>
<content type='text'>
Bug 4494
(cherry picked from commit 7dc1c900184a629975b2e22e79c5dc44c494448e)
</content>
</entry>
<entry>
<title>Reindent syslog script</title>
<updated>2009-05-07T00:20:25+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-05-07T00:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c412935a4a66cbdc26d7a8a24a17621612eafc9e'/>
<id>urn:sha1:c412935a4a66cbdc26d7a8a24a17621612eafc9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow specifying 'protocols' for syslog facility</title>
<updated>2009-05-07T00:19:29+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-05-06T23:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=93fcb8164f1b86b43ed7cb3cb65f2d634a46b1c5'/>
<id>urn:sha1:93fcb8164f1b86b43ed7cb3cb65f2d634a46b1c5</id>
<content type='text'>
Since quagga uses local7, make it a real facility.
Allow local7 for compatiablity.

Bug 4263
</content>
</entry>
<entry>
<title>Fix file syslog target</title>
<updated>2009-04-10T17:10:41+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2009-04-10T17:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c8ddc562aea00044ce3bc3867858e0bc4bd461df'/>
<id>urn:sha1:c8ddc562aea00044ce3bc3867858e0bc4bd461df</id>
<content type='text'>
The new code was requiring full pathname, but old version was
using /var/log/user/&lt;filename&gt;  so make new code work like old code.
</content>
</entry>
<entry>
<title>Resolve problems with syslog.conf</title>
<updated>2009-04-09T20:23:40+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2009-04-09T20:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=cc107178eacb42a0c7b324a8aff7217cbc40b35c'/>
<id>urn:sha1:cc107178eacb42a0c7b324a8aff7217cbc40b35c</id>
<content type='text'>
Default fallback code was broken
Change to blocked out region for Vyatta config.
</content>
</entry>
</feed>
