<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc/telegraf/custom_scripts, branch 1.4.0</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=1.4.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-07-14T20:18:36+00:00</updated>
<entry>
<title>T5195: vyos.util -&gt; vyos.utils package refactoring (#2093)</title>
<updated>2023-07-14T20:18:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-14T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1ca536da448749dff557f13ecae97b124026e96'/>
<id>urn:sha1:d1ca536da448749dff557f13ecae97b124026e96</id>
<content type='text'>
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process

* T5195: use read_file and write_file implementation from vyos.utils.file

Changed code automatically using:

find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} +
find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} +

* T5195: move chmod* helpers to vyos.utils.permission

* T5195: use colon_separated_to_dict from vyos.utils.dict

* T5195: move is_systemd_service_* to vyos.utils.process

* T5195: fix boot issues with missing imports

* T5195: move dict_search_* helpers to vyos.utils.dict

* T5195: move network helpers to vyos.utils.network

* T5195: move commit_* helpers to vyos.utils.commit

* T5195: move user I/O helpers to vyos.utils.io</content>
</entry>
<entry>
<title>monitoring: T4746: Add exception if we do not have firewall rules</title>
<updated>2022-10-13T10:57:46+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-10-13T10:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=33bf84e66677ea43cc26ae1ebd8b37e6c14ebbb7'/>
<id>urn:sha1:33bf84e66677ea43cc26ae1ebd8b37e6c14ebbb7</id>
<content type='text'>
Telegraf checks the firewall table 'vyos_filter' but it we don't
have any firewall in the system we don't have this table by default
It cause commit error for "service monitoring"
Add exception if the table "vyos_filter" is not found
</content>
</entry>
<entry>
<title>firewall: T4605: Rename filter tables to vyos_filter</title>
<updated>2022-09-13T09:59:12+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-08-30T15:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f38da6ba4d8218f945c3e6ca6c08dcd5460024be'/>
<id>urn:sha1:f38da6ba4d8218f945c3e6ca6c08dcd5460024be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>telegraf: T3872: replace local get_interfaces() function with Section.interface()</title>
<updated>2022-08-27T06:03:45+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-25T17:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8a3bc80ca7a3209b045f3e3defc47efe4dc8d1e0'/>
<id>urn:sha1:8a3bc80ca7a3209b045f3e3defc47efe4dc8d1e0</id>
<content type='text'>
Commit cfde4b49 ("ifconfig: T2223: add vlan switch for Section.interfaces()")
added the functionality of the local get_interfaces() function to the base
class so all other parts in the system can query for interface names of a given
type including or excluding their vlan sub-interfaces.
</content>
</entry>
<entry>
<title>monitoring: T3872: Add input filter for firewall InfluxDB2</title>
<updated>2022-02-08T08:38:12+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-02-08T08:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ddfe9b7e72e4f1e1fc8e70c5239bf09644e6d9b'/>
<id>urn:sha1:4ddfe9b7e72e4f1e1fc8e70c5239bf09644e6d9b</id>
<content type='text'>
Input filter for firewall allows to get bytes/counters from
nftables in format, required for InfluxDB2
</content>
</entry>
<entry>
<title>monitoring: T3872: Rewrite input filter custom_script</title>
<updated>2022-01-13T00:55:31+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-01-13T00:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f57eef6751a32d7cfd59485e980855f10e8e1d07'/>
<id>urn:sha1:f57eef6751a32d7cfd59485e980855f10e8e1d07</id>
<content type='text'>
Rewrite and improve the custom input filter telegraf script
"show_interfaces_input_filter.py" to more readable and clear format
Fix bug when it failed with configured tunnel "tunX" interfaces
</content>
</entry>
<entry>
<title>monitoring: T3872: Add a new feature service monitoring telegraf</title>
<updated>2022-01-03T16:11:24+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-09-29T14:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=605cac35526c8dfe409891f777d50547fb94392f'/>
<id>urn:sha1:605cac35526c8dfe409891f777d50547fb94392f</id>
<content type='text'>
</content>
</entry>
</feed>
