Changeset 255

Show
Ignore:
Timestamp:
08/18/04 17:32:20 (8 years ago)
Author:
jimmyo
Message:

Applied patch from Matthieu Lochegnies to munin-graph, and fixed the same problem elsewhere in the code (Deb#250982, SF#924561).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.114 to 1.115
    r250 r255  
    1111  * Munin-graph: Added 'graph_sources' option. This is (in effect) the same as 
    1212    graph_order, but with a default of 'graph no'. 
     13  * Applied patch from Matthieu Lochegnies to munin-graph, and fixed the 
     14    same problem elsewhere in the code (Deb#250982, SF#924561). 
    1315 
    1416munin (1.1.2) 
  • trunk/server/munin-graph.in

    • Property cvs2svn:cvs-rev changed from 1.23 to 1.24
    r250 r255  
    66# 
    77# $Log$ 
     8# Revision 1.24  2004/08/18 15:32:20  jimmyo 
     9# Applied patch from Matthieu Lochegnies to munin-graph, and fixed the same problem elsewhere in the code (Deb#250982, SF#924561). 
     10# 
    811# Revision 1.23  2004/07/02 14:19:06  jimmyo 
    912#   * Munin-graph: Added 'graph_sources' option. This is (in effect) the same as 
     
    897900                push (@rrd_negatives, ($node->{client}->{$service}->{$negfield.".draw"} || "LINE2") . 
    898901                    ":ng$negfield" .  
    899                     (defined $single_value and $single_value ? $single_colour : $COLOUR[$col_count-1%@COLOUR])); 
     902                    ((defined $single_value and $single_value) ? $single_colour : $COLOUR[$col_count-1%@COLOUR])); 
    900903                push (@rrd_negatives, "HRULE:".$node->{client}->{$service}->{"$negfield.warn"}. 
    901                     (defined $single_value and $single_value ? "#ff0000" : $COLOUR[$col_count-1%@COLOUR])) 
     904                    ((defined $single_value and $single_value) ? "#ff0000" : $COLOUR[$col_count-1%@COLOUR])) 
    902905                    if $node->{client}->{$service}->{"$negfield.warn"}; 
    903906                # Special case - renamed field