Changeset 255
- Timestamp:
- 08/18/04 17:32:20 (8 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/server/munin-graph.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.114 to 1.115
r250 r255 11 11 * Munin-graph: Added 'graph_sources' option. This is (in effect) the same as 12 12 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). 13 15 14 16 munin (1.1.2) trunk/server/munin-graph.in
- Property cvs2svn:cvs-rev changed from 1.23 to 1.24
r250 r255 6 6 # 7 7 # $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 # 8 11 # Revision 1.23 2004/07/02 14:19:06 jimmyo 9 12 # * Munin-graph: Added 'graph_sources' option. This is (in effect) the same as … … 897 900 push (@rrd_negatives, ($node->{client}->{$service}->{$negfield.".draw"} || "LINE2") . 898 901 ":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])); 900 903 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])) 902 905 if $node->{client}->{$service}->{"$negfield.warn"}; 903 906 # Special case - renamed field
