I look forward to 2.3.4 then.
Mel L. Chandler Yum! Brands, Inc. Network Engineering & Projects Team 17901 Von Karman Ave, MD602 Irvine, CA 92614-6297 + E-Mail [EMAIL PROTECTED] ( Office +1 949-863-3830 2 Fax +1 949-863-4507 ; Pager [EMAIL PROTECTED] -----Original Message----- From: Tobias Oetiker [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 3:25 PM To: Chandler, Mel Cc: [email protected] Subject: Re: [smokeping-users] Target sort order random Hi Mel, not sure what you see. There was a bug with menu ordering, but it was fixed in 2.3.1 ... I just did find another one, so maybe this is what confuses your setup. Index: lib/Smokeping.pm =================================================================== --- lib/Smokeping.pm (revision 948) +++ lib/Smokeping.pm (working copy) @@ -600,7 +600,7 @@ my $print; my $current = shift @{$open} || ""; my @hashes; - foreach my $prop (sort {$tree->{$a}{_order} ? ($tree->{$a}{_order} <=> $tree->{$b}{_order}) : ($a cmp $b)} + foreach my $prop (sort {exists $tree->{$a}{_order} ? + ($tree->{$a}{_order} <=> $tree->{$b}{_order}) : ($a cmp $b)} grep { ref $tree->{$_} eq 'HASH' and not /^__/ } keys %$tree) { push @hashes, $prop; @@ -733,7 +733,7 @@ if ( $RRDs::VERSION >= 1.199908 ){ $date =~ s|:|\\:|g; } - foreach my $prop (sort {$tree->{$a}{_order} ? ($tree->{$a}{_order} <=> $tree->{$b}{_order}) : ($a cmp $b)} + foreach my $prop (sort {exists $tree->{$a}{_order} ? + ($tree->{$a}{_order} <=> $tree->{$b}{_order}) : ($a cmp $b)} grep { ref $tree->{$_} eq 'HASH' and not /^__/ } keys %$tree) { my @slaves; cheers tobi Today Chandler, Mel wrote: > I copied the list of targets I had from another smokeping box I setup > under WinXP to a FC8 box going from Smokeping 2.2.4 to 2.3.3. The > targets on the webpage seem to be listed at random, not in the order I > put them in the config file. Does anyone know if this is by design or > if something new was done that's affecting the order? Thanks > > > > > > > Mel L. Chandler > > Yum! Brands, Inc. > Network Engineering & Projects Team > 17901 Von Karman Ave, MD602 > Irvine, CA 92614-6297 > + E-Mail [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > ( Office +1 949-863-3830 > 2 Fax +1 949-863-4507 > ; Pager [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > > > > > > > This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) please do not read or disclose to others, (ii) please notify the sender by reply mail, and (iii) please delete this communication from your system. Failure to follow this process may be unlawful. Thank you for your cooperation. > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 213 9902 This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) please do not read or disclose to others, (ii) please notify the sender by reply mail, and (iii) please delete this communication from your system. Failure to follow this process may be unlawful. Thank you for your cooperation. _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
