<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/monitoring/telegraf.tmpl, 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>2022-05-01T17:15:31+00:00</updated>
<entry>
<title>telegraf: T4353: fix Jinja2 linting errors</title>
<updated>2022-05-01T17:15:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-01T17:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7c71e956e8e1779acd82b130ea149ec761520953'/>
<id>urn:sha1:7c71e956e8e1779acd82b130ea149ec761520953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4268: monitoring: Fixed unnatural LA elevation</title>
<updated>2022-04-19T14:04:54+00:00</updated>
<author>
<name>Andrii</name>
<email>85483797+andriiandrieiev@users.noreply.github.com</email>
</author>
<published>2022-04-19T14:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a7db4557abd28a8f6c707194c64528caec8c3844'/>
<id>urn:sha1:a7db4557abd28a8f6c707194c64528caec8c3844</id>
<content type='text'>
</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: Fix template input plugin for running services</title>
<updated>2022-02-02T18:03:10+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-02-02T17:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d331da9949060870f0543ac841e533d73e02c079'/>
<id>urn:sha1:d331da9949060870f0543ac841e533d73e02c079</id>
<content type='text'>
Add required capability for input scripts which collect
statistics of running services
</content>
</entry>
<entry>
<title>monitoring: T3872: Delete iptables input plugin as we use nft</title>
<updated>2022-01-25T09:20:45+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-01-25T09:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ceb52d57e96510fd7cf19ca06ba9d0160e8b81ca'/>
<id>urn:sha1:ceb52d57e96510fd7cf19ca06ba9d0160e8b81ca</id>
<content type='text'>
Telegraf inputs iptables plugin incompatible with nftables
As it tries to get statistics from "iptables -L -n -v"
which doesnt display required data in 1.4 as we don't use
iptables anymore
</content>
</entry>
<entry>
<title>monitoring: T3872: Add just required interfaces for ethtool</title>
<updated>2022-01-13T01:03:06+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-01-13T00:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=140adbe8344563d8f907fba6d76d8ce1472236ad'/>
<id>urn:sha1:140adbe8344563d8f907fba6d76d8ce1472236ad</id>
<content type='text'>
Telegraf ethtool input filter expected ethX interfaces and not
other interfaces like vlans/tunnels/dummy
Add "interface_include" option to telegraf template.
</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>
<entry>
<title>monitoring: T3872: Add templates for telegraf</title>
<updated>2021-09-29T14:15:38+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-09-29T14:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=67c25c6468b56dc78ed2163b65feae08c9e248a3'/>
<id>urn:sha1:67c25c6468b56dc78ed2163b65feae08c9e248a3</id>
<content type='text'>
</content>
</entry>
</feed>
