Ticket #1151 (closed defect: fixed)

Opened 7 months ago

Last modified 4 months ago

Munin overview buggy with multiple groups

Reported by: Lestat Assigned to: nobody
Priority: normal Milestone: Munin 2.0
Component: web-interface Version: 2.0-beta4
Severity: normal Keywords:
Cc:

Description

Hi,

When using multiple groups on munin.conf the overview page does not represent them according to groups.

example munin.conf :

[Site1;Firewalls;Firewall1]
...

[Site1;Firewalls;Firewall2]
...

[Site1;Servers;Server1]
...

[Site1;Servers;Server2]
...

Should give :

  • Site1
    • Firewalls
      • Firewall1
      • Firewall2
    • Servers
      • Server1
      • Server2

But gives :

  • Site1
    • Firewalls
      • Firewall1
      • Firewall2
      • Servers
        • Server1
        • Server2

Change History

01/31/12 09:55:44 changed by dbalint

This has been fixed in beta7 (http://munin-monitoring.org/changeset/4589)

02/02/12 16:04:28 changed by snide

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