Ticket #1179 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

can't handle hashes in plugin output

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

Description (Last modified by snide)

This is Debian bug #618664, giving the attached patch to svn head.

Attachments

munin-618664.diff (1.4 kB) - added by zugschlus on 01/15/12 12:44:03.

Change History

01/15/12 12:44:03 changed by zugschlus

  • attachment munin-618664.diff added.

01/15/12 15:39:32 changed by cbiedl

The following sample plugin:

#!/bin/sh
if [ "$1" = "config" ] ; then
    echo 'graph_title test ## title'
    echo 'graph_info Info line ## info'
    echo 'test1.label test1 ## label'
    exit 0
fi

echo 'test1.value 1'

exit 0

yields the expected result in 1.999.4508-1. Appearently this bug has already been fixed.

01/31/12 15:20:42 changed by snide

  • description changed.

03/20/12 20:15:34 changed by snide

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