I think this code indicates that it is sorted -- if you comment this
line out (in Smokeping.pm) perhaps...

my @hashes;
foreach my $prop (sort {$a cmp $b} keys %{$tree}) {
        push @hashes, $prop if ref $tree->{$prop} eq 'HASH' and $prop ne
"PROBE_CONF";
}

Dan

-----Original Message-----
From: Thorsten Kocher [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 08, 2003 1:41 PM
To: [EMAIL PROTECTED]
Subject: [smokeping-users] Order of the hosts in the web page


hi all,

is there a possibility to change the alphabetic order on the web page?

Thanks for your support

Thorsten 

--
Unsubscribe
mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to