SailfishOS:Chum icon

SailfishOS:Chum

A Sailfish OS software repository by the community

App icon of Collectd Utils

Collectd Utils

Collectd utilities

v5.12.0.sfos.6

Collectd utilities

Download

The easiest way to download and install this software is by the SailfishOS:Chum GUI app. If you wish to download the RPM file by yourself, please expand the section below.

Download links

Changelog

5.12.0.sfos.2 (2021-03-17)

- [battery] keep the current sign as reported by kernel

Older changelogs

5.12.0.sfos.1 (2021-03-15)

- [ofono] use NetworkRegistration interface to get signal strength

5.12.0.sfos (2021-03-14)

- [1]: https://github.com/collectd/collectd/issues/2076#issuecomment-350466628
- [2475] write_prometheus plugin: Fix port listening
- [battery] Add capacity and temprature readouts
- [ofono] comment out debug messages
- [python-3.7-fix]: Allow compilation with Python 3.7
- [ruben@localhost collectd]$ make -j
- [-Wshadow]

5.5.0.git.2016.09.19 (2016-10-02)

- [backport of commit 225ee7bb45152c51c1c9508b2e776cef36d2682d]

5.5.0.git.2016.08.30 (2016-08-31)

- [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
- [-Wformat-nonliteral]
- [-Wold-style-definition]
- [-Wpointer-arith]
- [-Wstrict-prototypes]

5.5.0.git.2016.07.10-5 (2016-07-08)

- [...]
- [?]
- [12:51] [IRCnet] *firefox01* gmake[3]: *** [traffic.lo] Error 1
- [12:51] [IRCnet] *firefox01* traffic.c:58: warning: unused variable `kn'
- [12:51] [IRCnet] *firefox01* traffic.c: In function `traffic_init':
- [1]). However, due to a bug in the previous code, no compression
- [1] http://mailman.verplant.org/pipermail/collectd/2008-January/001450.html
- [1] This allows to retrieve multiple informations, not just the pure
- [22:20] <@octo> tokkee: Ja, kann ich machen..
- [22:20] <@tokkee> octo: Koenntest du bitte im naechsten Release von collectd in das Config-File auskommentierte Bsp-Zeilen fuer "Server" und "Port" mit rein nehmen?
- [22:21] <@tokkee> octo: Dann brauch ich wegen so was net mit patchen im Paket anfangen ;-)
- [22:21] <@tokkee> octo: Thx.
- [22:23] <@tokkee> octo: Also laut deiner Manpage ist Listen ein Alias fuer Server und es gibt auch ne Option "Port" ;-)
- [2] Man pages should be updated as well, but I haven't written anything yet.
- [<addr>]:<port>), and embedded IPv4 addresses.
- [cut]
- [doc] Added documentation for adding of meta information using PUTNOTIF
- [git@lerya.net: Ported from other git, changed commit name]
- [git@lerya.net: Ported to collectd turbostat plugin]
- [METRICS-383] Add Brett Hawn and Kevin Bowling to AUTHORS
- [METRICS-383] Add documentation for write_tsdb
- [METRICS-383] Add HostTags which adds tags for all metrics from this writer
- [METRICS-383] Default to counters, not rates. Remove unused config code.
- [METRICS-383] Review fixes for octo
- [METRICS-383] write_tsdb plugin
- [METRICS-390] Add tag writing from metadata using TSDB target_set patches
- [METRICS-390] Fix string handling for TSDB prefix and tags
- [METRICS-390] Make sure HostTags is initialized if not configured
- [network] set_thread_cbs so we initialize the right threading mode in gcry_check_version
- [openvpn] new feature 'SumOverAllUsers'
- [PATCH 1/2] exec plugin: Added support to specify a group as well.
- [PATCH 2/2] collectd.conf.pod: Documented the exec plugin's group support.
- [PATCH] Added large file support ("backported" to collectd-3).
- [perl_openvz] allow simulated plugins to be enabled and disabled
- [perl_openvz] fix missing semicolon from @jyotty
- [perl_openvz] fix update error
- [perl_openvz] ignore lo interface. report like the real plugin does
- [perl_openvz] rework read_interface
- [perl_openvz] use hostname over veid
- [plugin] Chrony NTP service check
- [src/apache.c:140]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/ascent.c:157]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/battery.c:361] -> [src/battery.c:372]: (performance) Variable 'capacity_charged' is reassigned a value before the old one has been used.
- [src/bind.c:280]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/curl.c:548] -> [src/curl.c:546]: (warning) Either the condition 'prev!=0' is redundant or there is possible null pointer dereference: prev.
- [src/curl.c:98]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/curl_json.c:119]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/curl_xml.c:117]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/curl_xml.c:173]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
- [src/daemon/collectd.c:199]: (style) Checking if unsigned variable 'dirlen' is less than zero.
- [src/daemon/common.c:338]: (style) Checking if unsigned variable 'fields_num' is less than zero.
- [src/daemon/common_test.c:93]: (style) Condition 'ptr==0' is always true
- [src/daemon/plugin.c:2095] -> [src/daemon/plugin.c:2091]: (warning) Either the condition 'vl==0' is redundant or there is possible null pointer dereference: vl.
- [src/daemon/utils_ignorelist.c:238]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
- [src/dbi.c:513] -> [src/dbi.c:518]: (performance) Variable 'res' is reassigned a value before the old one has been used.
- [src/ipc.c:285]: (error) Invalid number of character '{' when these
- [src/liboconfig/oconfig.c:224]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
- [src/match_value.c:338]: (style) Condition 'value_matches==0' is always true
- [src/memcachec.c:392] -> [src/memcachec.c:390]: (warning) Either the condition 'prev!=0' is redundant or there is possible null pointer dereference: prev.
- [src/memcached.c:176] -> [src/memcached.c:180]: (performance) Variable 'fd' is reassigned a value before the old one has been used.
- [src/network.c:2314]: (style) Checking if unsigned variable 'fd_num' is less than zero.
- [src/network.c:937]: (style) Checking if unsigned variable 'output_len' is less than zero.
- [src/nginx.c:74]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/olsrd.c:666]: (style) Checking if unsigned variable 'buffer_len' is less than zero.
- [src/openvpn.c:715]: (error) Common realloc mistake: 'vpn_list' nulled but not freed upon failure
- [src/perl.c:2079] -> [src/perl.c:2082]: (performance) Variable 't' is reassigned a value before the old one has been used.
- [src/processes.c:1042]: (style) Array index 'name_start_pos' is used before limits check.
- [src/processes.c:1095]: (style) Checking if unsigned variable 'num_lwp' is less than zero.
- [src/processes.c:1219]: (style) Checking if unsigned variable 'len' is less than zero.
- [src/snmp.c:1761] -> [src/snmp.c:1777]: (warning) Either the condition 'res!=0' is redundant or there is possible null pointer dereference: res.
- [src/threshold.c:81] -> [src/threshold.c:87]: (performance) Variable 'th_ptr' is reassigned a value before the old one has been used.
- [src/utils_db_query.c:237]: (style) Checking if unsigned variable 'instances_num' is less than zero.
- [src/utils_format_json.c:300]: (style) Checking if unsigned variable 'offset' is less than zero.
- [src/utils_rrdcreate.c:358]: (style) Checking if unsigned variable 'ds_num' is less than zero.
- [src/write_graphite.c:183]: (style) Checking if unsigned variable 'send_buf_fill' is less than zero.
- [src/write_tsdb.c:145]: (style) Checking if unsigned variable 'send_buf_fill' is less than zero.
- [src/zone.c:124]: (error) Memory leak: ret
- [src/zookeeper.c:162] -> [src/zookeeper.c:166]: (performance) Variable 'sk' is reassigned a value before the old one has been used.
- [-Werror]
- [-Werror=unused-function]
- [-Wincompatible-pointer-types-discards-qualifiers]
- [-Wold-style-definition]
- [-Wshadow]
- [-Wstrict-prototypes]

App information

Package name
collectd-utils
Version
5.12.0.sfos.6-1.5.1.jolla
Licence
GPLv2
Last updated
2024-11-23 08:04:48

Download size
28.5 KiB
Installed size
41.4 KiB
Checksum (sha256)
04dca5e83a55170b685e02547054632726522b6f5fc707d8070235c6feded062
Download size
28.3 KiB
Installed size
53.0 KiB
Checksum (sha256)
38782788b7c4c714299ea02cc2970e1f17f5a99fd3c9f6d00768a4638442760e
Download size
28.7 KiB
Installed size
199.5 KiB
Checksum (sha256)
8fa350238c0e0bb4ca7f6a43ab1e7c36768aad83aaa433b2f0a8f61761e601ef

Links