Ticket #794 (closed defect: duplicate)

Opened 2 years ago

Last modified 4 months ago

munin-graph fails for quota-usage_

Reported by: gombasg Assigned to: janl
Priority: normal Milestone: Munin 2.0
Component: master Version: 1.4.1
Severity: normal Keywords:
Cc:

Description

Hi,

munin-graph fails to graph the quota-usage_ plugin. The reason is that it can not calculate the name of the RRD file for the "root" user:

2009/12/10 16:40:13 [DEBUG] Processing field "root" [root].
2009/12/10 16:40:13 [DEBUG] service Services :: foo.bar :: quota_usage_datavg_public_lpds has 24 elements.
2009/12/10 16:40:13 [DEBUG] RRD name / filename: root / /var/lib/munin/--g.rrd
2009/12/10 16:40:13 [DEBUG] Field name after cdef set to cdefroot
[...]
2009/12/10 16:40:13 [RRD ERROR] Unable to graph /var/cache/munin/www/Services/foo.bar/quota_usage_datavg_public_lpds-month.png : opening '/var/lib/munin/--g.rrd': No such file or directory

The name of the RRD file looks correct for all the other users.

Gabor

Attachments

diff (2.0 kB) - added by gombasg on 25/01/10 12:57:08.

Change History

22/12/09 13:56:55 changed by janl

  • milestone changed from Munin 1.5 to Munin 1.4.3.

18/01/10 13:31:38 changed by janl

  • owner changed from nobody to janl.

Hi Gabor,

Need a patch for this. No-one I know uses quotas and I have no idea what the correct setting here is.

25/01/10 12:57:08 changed by gombasg

  • attachment diff added.

25/01/10 12:59:08 changed by gombasg

Hi,

I've attached a patch for the master that works here. The problem was that the master side used the string 'root' for internal purposes. I did a mechanical replace of the string 'root' to 'root'; someone who actually knows the master code should check if it is correct.

Gabor

02/02/12 16:29:36 changed by snide

  • status changed from new to closed.
  • resolution set to duplicate.
  • milestone changed from Munin 1.4.4 to Munin 2.0.

This is a duplicate of #921