From: Christian Tacke <8560110+ChristianTacke@users.noreply.github.com> Date: Sat, 6 Jun 2020 12:39:43 +0000 (+0200) Subject: collection3: Show instance for Current/Voltage X-Git-Tag: collectd-5.12.0~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3476%2Fhead;p=thirdparty%2Fcollectd.git collection3: Show instance for Current/Voltage Instead of just {type_instance} (which is sometimes empty for some data), show {instance}. This one contains the former and is more informative. --- diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index 5d5e4eb8c..ee091097c 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -134,7 +134,7 @@ GraphWidth 400 DataSources value DSName value Current - RRDTitle "Current ({type_instance})" + RRDTitle "Current ({instance})" RRDVerticalLabel "Ampere" RRDFormat "%4.1lfA" Color value ffb000 @@ -717,7 +717,7 @@ GraphWidth 400 DataSources value DSName value Volts - RRDTitle "Voltage ({type_instance})" + RRDTitle "Voltage ({instance})" RRDVerticalLabel "Volts" RRDFormat "%4.1lfV" Color value f00000