<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/collectd/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-06-10T20:48:10Z</updated>
<entry>
<title>collectd: fix compilation with GCC14</title>
<updated>2024-06-10T20:48:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-06-10T02:16:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dbfb023f9f3bd647b00cf6cc83bfcf3857dac449'/>
<id>urn:sha1:dbfb023f9f3bd647b00cf6cc83bfcf3857dac449</id>
<content type='text'>
Upstream backport.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>collectd-mod-ipstatistics: fix handling of long `/proc` lines</title>
<updated>2023-09-01T17:51:40Z</updated>
<author>
<name>Alex Shumsky</name>
</author>
<published>2023-09-01T17:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b5bf5927f70231683262de36276ead1029f524e6'/>
<id>urn:sha1:b5bf5927f70231683262de36276ead1029f524e6</id>
<content type='text'>
`/proc/net/netstat` `TcpExt:` line is 2064 chars long on linux 6.1

Signed-off-by: Alex Shumsky &lt;alexthreed@gmail.com&gt;
[PKG_RELEASE bump added]
</content>
</entry>
<entry>
<title>collectd: smart: add patch to check udev_enumerate_scan_devices return value</title>
<updated>2022-03-17T13:11:41Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2022-03-15T14:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=896a0f0db66950b984f89b7f41bfdf60a47bc499'/>
<id>urn:sha1:896a0f0db66950b984f89b7f41bfdf60a47bc499</id>
<content type='text'>
The function udev_enumarte_scan_devices returns a value less than 0 on
failure. If this is the case then we terminate the read for this smart
information.

This change was already send upstream. And could be delete in feature
collectd versions.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>collectd: remove not needed fix</title>
<updated>2022-03-17T13:11:41Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2022-03-15T13:52:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a9ea1cf6ed08940be08c6d0170514665ac41d6c1'/>
<id>urn:sha1:a9ea1cf6ed08940be08c6d0170514665ac41d6c1</id>
<content type='text'>
This was not a real fix but a workaround. It is no longer clear to me
why this was necessary. Deleting the patch restores the upstream
behaviour of the collected for the smart plugin. I have tested it and on
my system the hard disk to be monitored is recognised.

root@system ~ # cat /sys/class/block/sda/uevent
MAJOR=8
MINOR=0
DEVNAME=sda
DEVTYPE=disk

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>collectd: add percent calculation of bad block to ubi plugin</title>
<updated>2021-03-23T09:20:27Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2021-03-11T15:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b4e24c12a6c187565e63b9365df6f88d954bf8c6'/>
<id>urn:sha1:b4e24c12a6c187565e63b9365df6f88d954bf8c6</id>
<content type='text'>
This patche adds the percent evaluation for the bad blocks.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>collectd: prepare ubi plugin for percent calculation</title>
<updated>2021-03-23T09:16:29Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2021-03-11T15:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4927b53333652825a73bf0ecd53914636af6b6d3'/>
<id>urn:sha1:4927b53333652825a73bf0ecd53914636af6b6d3</id>
<content type='text'>
This patche change prepares the ubi plugin to add the bad block evaluation in
percent.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>collectd: fix smart disk detection</title>
<updated>2021-03-16T12:23:08Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2021-03-08T15:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=543a2a970c062c30ac33f49f67ea952eb0adbed3'/>
<id>urn:sha1:543a2a970c062c30ac33f49f67ea952eb0adbed3</id>
<content type='text'>
On my system the attribute DEVTYPE was not set. The plugin could not
read any data and the function call blocked forever on this function and did
not returned. By removing it, all block devices under `/sys/class/block`
were checked.

Block devices that do not support SMART were not evaluated. The
collected displays the following message.

smart plugin: checking SMART status of /dev/loop4.
smart plugin: unable to open /dev/loop4.

If you do not like this message, you could only enable device in the uci that
does support SMART.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>collectd: add plugin to compare ipv4,ipv6 stats</title>
<updated>2021-02-04T07:26:49Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2021-01-29T09:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=93ff4cc743c3aa5581ba4eb1789a784c06c4cc3b'/>
<id>urn:sha1:93ff4cc743c3aa5581ba4eb1789a784c06c4cc3b</id>
<content type='text'>
Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and
"/proc/net/snmp6" to get the overall ipv4 and ipv6 usage.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>collectd: snmp6 further improvements</title>
<updated>2021-01-26T13:47:28Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2021-01-26T13:42:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=213c694b752ba35eade93fd3c3a286eab9c35eec'/>
<id>urn:sha1:213c694b752ba35eade93fd3c3a286eab9c35eec</id>
<content type='text'>
Return with "-1" if parsing fails in read function.
Reduce buffersize of splitstring function.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
