<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/monitor-log.xml.in, branch feature/T9082-codeql-cpp</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-07-01T19:01:14+00:00</updated>
<entry>
<title>op-mode: T9009: rename "monitor log level" to priority to match journalctl</title>
<updated>2026-07-01T19:01:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-29T14:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1403abb248c63fd1e7a9dc01ca447f86c8173664'/>
<id>urn:sha1:1403abb248c63fd1e7a9dc01ca447f86c8173664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T8372: add "show log facility &lt;name&gt;" command</title>
<updated>2026-06-29T14:58:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-29T14:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e89ca5acb309f7af1b49f28c152b3f0f3296f619'/>
<id>urn:sha1:e89ca5acb309f7af1b49f28c152b3f0f3296f619</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T9009: extend "monitor log" with filter level</title>
<updated>2026-06-20T21:17:00+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-20T21:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b133a93a0f9c0ac103cfdb96b71d61dd9df0912f'/>
<id>urn:sha1:b133a93a0f9c0ac103cfdb96b71d61dd9df0912f</id>
<content type='text'>
journalctl captures all syslog priority levels; filtering happens at query time
via -p &lt;level&gt;. The existing monitor log command always shows all priorities.

A "monitor log filter &lt;priority&gt;" sub-command lets operators tail the journal
at a specific minimum severity without having to remember journalctl flags.

"journalctl -p &lt;level&gt;" shows messages at that level and above (i.e., lower
numeric severity values are always included — warning also shows err, crit,
alert, emerg).
</content>
</entry>
<entry>
<title>op-mode: T9009: remove superfluous bash -c '' from monitor log command</title>
<updated>2026-06-20T21:13:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-20T21:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=871f2fce4ebdc2adc77d086a59bfc38093d4d6dc'/>
<id>urn:sha1:871f2fce4ebdc2adc77d086a59bfc38093d4d6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T9009: use journalctl build-in colorisation</title>
<updated>2026-06-20T21:12:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-20T21:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e12c92a693208b58c0bcec84c1758e0142c53c7c'/>
<id>urn:sha1:e12c92a693208b58c0bcec84c1758e0142c53c7c</id>
<content type='text'>
Drop third party binary grc for showing the log output in fancy colors.
Solely rely on what journalctl brings to the table.
</content>
</entry>
<entry>
<title>igmp-proxy: T8295: add op-mode commands for "show|monitor log igmp-proxy"</title>
<updated>2026-02-22T19:33:29+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-02-22T19:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d73eda6c858af3d266fb1755d566864ad977e7ab'/>
<id>urn:sha1:d73eda6c858af3d266fb1755d566864ad977e7ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kea: T7281: Use correct Kea unit files</title>
<updated>2025-09-22T20:29:45+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-09-22T20:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9'/>
<id>urn:sha1:f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4723 from sarthurdev/kea3.0</title>
<updated>2025-09-18T18:12:55+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-09-18T18:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1824f304c969be04c7dcb0d8868576839316c2dc'/>
<id>urn:sha1:1824f304c969be04c7dcb0d8868576839316c2dc</id>
<content type='text'>
kea: T7821: Update Kea to 3.0</content>
</entry>
<entry>
<title>T75: migrate from pmacct to ipt_NETFLOW</title>
<updated>2025-09-16T10:00:56+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2025-08-27T14:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e992fb4ec3d65674c794bdcb961b62485fec8d50'/>
<id>urn:sha1:e992fb4ec3d65674c794bdcb961b62485fec8d50</id>
<content type='text'>
* Change nft to iptables in system_flow-accounting.py as ipt_NETFLOW
  is iptales plugin
* Remove specific and non-relevant pmacct options
* Add ipt_NETFLOW options
* Move 'interfaces' to 'netflow' tree
* Support more flexible 'source-address' and 'source-interface' for
  each server instead of one source
* Add migration script
* Update op mode command 'show flow-accounting'
* Update op mode command 'restart flow-accounting'
</content>
</entry>
<entry>
<title>kea: T7821: Update Kea to 3.0</title>
<updated>2025-09-14T18:30:27+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-09-14T18:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=34332dfa7e320d86d316574f9050368e011ef955'/>
<id>urn:sha1:34332dfa7e320d86d316574f9050368e011ef955</id>
<content type='text'>
</content>
</entry>
</feed>
