]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Fix #3831 by adding commas to the infiniband types (ib_octets, ib_packets) (#3832)
authorNathan Ward <github@daork.net>
Tue, 21 Sep 2021 08:41:11 +0000 (20:41 +1200)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 08:41:11 +0000 (10:41 +0200)
src/types.db

index 0de90bac4581ebf7ed25c4ff9a083fa779da1ebd..eb837004bb31ba171ac6fa11be1a1401a56df20f 100644 (file)
@@ -119,8 +119,8 @@ ib_errors               value:DERIVE:0:U
 ib_lid                  value:GAUGE:0:32767
 ib_lid_mask_count       value:GAUGE:0:7
 ib_link_error_recovery  value:DERIVE:0:U
-ib_octets               rx:DERIVE:0:U tx:DERIVE:0:U
-ib_packets              rx:DERIVE:0:U tx:DERIVE:0:U
+ib_octets               rx:DERIVE:0:U, tx:DERIVE:0:U
+ib_packets              rx:DERIVE:0:U, tx:DERIVE:0:U
 ib_phys_state           value:GAUGE:0:15
 ib_rate                 value:GAUGE:0:U
 ib_sm_lid               value:GAUGE:0:32767