<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions, branch pr-template</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=pr-template</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=pr-template'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-12-21T22:34:23+00:00</updated>
<entry>
<title>op-mode: T6971: "monitor log" should have no output color at all</title>
<updated>2024-12-21T22:34:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-21T22:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f15e52248046f48a710bc69c85d7aa734ea15951'/>
<id>urn:sha1:f15e52248046f48a710bc69c85d7aa734ea15951</id>
<content type='text'>
There was an invalid attempt to remove journalctl output colour. Unfortunately
it does not work 100% and it needs a different environment variable.

This fixes commit 9a85d8bbeee7.
</content>
</entry>
<entry>
<title>Merge pull request #4233 from HollyGurza/T6934</title>
<updated>2024-12-18T18:37:22+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-18T18:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fdb9ce311ae485bcdaa59c5653c631df7efd3e29'/>
<id>urn:sha1:fdb9ce311ae485bcdaa59c5653c631df7efd3e29</id>
<content type='text'>
T6934: Add preshared key for zabbix-agent monitoring service</content>
</entry>
<entry>
<title>op-mode: T6746: add "show log frr" and "monitor log frr" commands</title>
<updated>2024-12-17T19:24:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-17T19:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=14ae33a55298e2a5264b26d20c8f8f06d3b2266a'/>
<id>urn:sha1:14ae33a55298e2a5264b26d20c8f8f06d3b2266a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T6746: add CLI options to show/monitor log of vyos-configd</title>
<updated>2024-12-16T21:24:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-08T14:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e11a6b7abb719b0e698ae2e02647f450671c6fb1'/>
<id>urn:sha1:e11a6b7abb719b0e698ae2e02647f450671c6fb1</id>
<content type='text'>
This is pretty usefull to monitor what's going on under the hood

Dec 08 15:27:34 vyos-configd[4324]: Received message: {"type": "init"}
Dec 08 15:27:34 vyos-configd[4324]: config session pid is 4400
Dec 08 15:27:34 vyos-configd[4324]: config session sudo_user is cpo
Dec 08 15:27:34 vyos-configd[4324]: commit_scripts: ['protocols_babel', 'protocols_bfd', 'protocols_bgp']
Dec 08 15:27:34 vyos-configd[4324]: Received message: {"type": "node", "last": false, "data": "/usr/libexec/vyos/conf_mode/protocols_babel.py"}
Dec 08 15:27:34 vyos-configd[4324]: Sending reply: error_code 1 with output
Dec 08 15:27:34 vyos-configd[4324]: Received message: {"type": "node", "last": false, "data": "/usr/libexec/vyos/conf_mode/protocols_bgp.py"}
Dec 08 15:27:34 vyos-configd[4324]: Sending reply: error_code 1 with output
Dec 08 15:27:34 vyos-configd[4324]: Received message: {"type": "node", "last": true, "data": "/usr/libexec/vyos/conf_mode/protocols_bfd.py"}
Dec 08 15:27:34 vyos-configd[4324]: Sending reply: error_code 1 with output
Dec 08 15:27:34 vyos-configd[4324]: scripts_called: ['protocols_babel', 'protocols_bgp', 'protocols_bfd']
Dec 08 15:27:34 vyos-configd[4324]: FRR: Reloading configuration - tries: 1 Python class ID: 139842739583248

Debugging the new FRRender/vyos-config integration
</content>
</entry>
<entry>
<title>T6934: Add preshared key for zabbix-agent monitoring service</title>
<updated>2024-12-16T07:16:34+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-12-11T03:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=73b9eba81999744ba0adf4c252ccdb2bd0bd2a19'/>
<id>urn:sha1:73b9eba81999744ba0adf4c252ccdb2bd0bd2a19</id>
<content type='text'>
- Allow configure preshared key for zabbix-agent
- Added op mode command for generatre random psk secret
- Removed duplicate xml definition for psk settings


Configure authentication mode:
```
# set service monitoring zabbix-agent authentication mode
Possible completions:
   pre-shared-secret    Use a pre-shared secret key
```

Configure PSK Settings:
```
# set service monitoring zabbix-agent authentication psk
Possible completions:
   id                   ID for authentication
   secret               pre-shared secret key

```

Generate Random PSK:
```
$ generate psk random
Possible completions:
  &lt;Enter&gt;               Execute the current command
  size                  Key size in bytes

```
</content>
</entry>
<entry>
<title>op_mode: T6860: Display the EULA in "run show license"</title>
<updated>2024-12-04T13:27:00+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-12-04T13:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e513333ed56b6f3853228bd756e7140dc9c17931'/>
<id>urn:sha1:e513333ed56b6f3853228bd756e7140dc9c17931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4209 from natali-rs1985/T6770</title>
<updated>2024-12-01T08:31:04+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-01T08:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0808301358262703cb7c8c0b752ba67621a0bfec'/>
<id>urn:sha1:0808301358262703cb7c8c0b752ba67621a0bfec</id>
<content type='text'>
op_mode: T6770: Fix op command "show bridge vni"</content>
</entry>
<entry>
<title>Merge pull request #4205 from natali-rs1985/T6909</title>
<updated>2024-11-30T07:47:37+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-11-30T07:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e5faa4dab2b3b52b6f2dbbcafa00f0922b185d4c'/>
<id>urn:sha1:e5faa4dab2b3b52b6f2dbbcafa00f0922b185d4c</id>
<content type='text'>
op_mode: T6909: Move "show monitoring" and "show zebra" to "show monitoring frr"</content>
</entry>
<entry>
<title>op_mode: T6770: Fix op command "show bridge vni"</title>
<updated>2024-11-27T14:28:35+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-11-27T11:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8fd29dfdcbe0f8ba7f7fb9915e96ffd704695a74'/>
<id>urn:sha1:8fd29dfdcbe0f8ba7f7fb9915e96ffd704695a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op_mode: T6909: Move "show monitoring" and "show zebra" to "show monitoring frr"</title>
<updated>2024-11-26T09:02:07+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-11-22T13:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=51c6930e5e498dd2aef2fcba0287884b17683390'/>
<id>urn:sha1:51c6930e5e498dd2aef2fcba0287884b17683390</id>
<content type='text'>
</content>
</entry>
</feed>
