Ticket #849 (closed defect: wontfix)

Opened 2 years ago

Last modified 4 months ago

Incorrect height and width in HTML IMG tag for graphs of month/year (in serviceview?)

Reported by: blueyed Assigned to: nobody
Priority: normal Milestone: Munin 2.0
Component: master Version: 1.4.3
Severity: normal Keywords:
Cc:

Description

On a page like https://$HOST/$HOSTNAME/HN.$HOSTNAME/df.html the images for month and year have an invalid height attribute (according to the actual image).

The image is https://$HOST/cgi-bin/munin-fastcgi-graph/$HOSTNAME/HN.$HOSTNAME/df-month.png and has a width of 497px and a height of 383px. The IMG tag attributes however say width=495 and height=400. This makes the image look odd (especially when looking at the fonts/characters).

It's correct for the "by day" and "by week" images, and also in the host overview page (which only displays day/week images).

Change History

02/02/12 21:49:19 changed by snide

In current trunk there is no indication of any size.

Since it is cgi drawn, we don't want an expensive computation just for the size.

02/02/12 21:50:43 changed by snide

  • status changed from new to closed.
  • resolution set to wontfix.