Ticket #2276 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

sensord --rrd-cgi output has wrong labels

Reported by: ticket Assigned to: khali
Priority: major Milestone: 3.0.1
Component: sensord Version: 3.0.0
Keywords: Cc: vcrevot@retroject.net

Description

See sample output. It used to work fine with v2. The rrd file seems to be fine.

Attachments

sensord.cgi.orig (3.6 kB) - added by ticket on 12/10/07 05:54:42.
sensors3.conf (1.3 kB) - added by ticket on 12/10/07 05:55:25.
sensors-output (0.7 kB) - added by ticket on 12/10/07 05:55:49.
sensord-fix-rrd-cgi.patch (0.8 kB) - added by khali on 12/10/07 17:01:18.
Fix for the sensord --rrd-cgi breakage

Change History

12/10/07 05:54:42 changed by ticket

  • attachment sensord.cgi.orig added.

12/10/07 05:55:25 changed by ticket

  • attachment sensors3.conf added.

12/10/07 05:55:49 changed by ticket

  • attachment sensors-output added.

12/10/07 05:57:23 changed by ticket

NB: the DEF line seem to be fine, the problem is with the associated labels

12/10/07 15:07:46 changed by khali

  • owner changed from somebody to khali.
  • status changed from new to assigned.
  • milestone set to 3.0.1.

12/10/07 15:12:55 changed by khali

I can reproduce the problem on my system. I've been testing this during the development cycle of version 3.0.0, and it worked back then, so I guess that I broke it shortly before the release.

12/10/07 17:01:18 changed by khali

  • attachment sensord-fix-rrd-cgi.patch added.

Fix for the sensord --rrd-cgi breakage

(follow-up: ↓ 5 ) 12/10/07 17:02:09 changed by khali

The attached patch should fix it, please give it a try and report.

(in reply to: ↑ 4 ) 12/11/07 07:30:51 changed by ticket

It does fix it. Thanks.

12/11/07 14:16:39 changed by khali

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed by r5069. Thanks a lot for reporting.