]> git.zerfleddert.de Git - upsgraph/commitdiff
intra page links for different hosts
authorMichael Gernoth <michael@gernoth.net>
Tue, 9 Feb 2010 18:23:32 +0000 (19:23 +0100)
committerMichael Gernoth <michael@gernoth.net>
Tue, 9 Feb 2010 18:23:32 +0000 (19:23 +0100)
upsgraph.pl

index 2e4019667ac33c937620dc8813f38671610edc9b..24d196afde99a9886e4b7434c86840a0e2015642 100755 (executable)
@@ -241,10 +241,17 @@ exit 0 if ($child != 0);
 while(1) {
        open(HTML, ">${outdir}/index.html.new");
 
 while(1) {
        open(HTML, ">${outdir}/index.html.new");
 
-       print HTML '<html><head><meta http-equiv="refresh" content="60"/><meta http-equiv="cache-control" content="no-cache"/><meta http-equiv="pragma" content="no-cache"/><meta http_equiv="expires" content="Sat, 26 Jul 1997 05:00:00 GMT"/><title>USV status</title></head>';
+       print HTML '<html><head><meta http-equiv="refresh" content="60"/><meta http-equiv="cache-control" content="no-cache"/><meta http-equiv="pragma" content="no-cache"/><meta http_equiv="expires" content="Sat, 26 Jul 1997 05:00:00 GMT"/><title>Status</title></head>';
        print HTML '<body bgcolor="#ffffff">';
 
        foreach my $host (@$hosts) {
        print HTML '<body bgcolor="#ffffff">';
 
        foreach my $host (@$hosts) {
+               print HTML "[<a href=\"#".${host}->{'name'}."\">".${host}->{'name'}."</a>]&nbsp;";
+       }
+       print HTML "<br>\n";
+
+       foreach my $host (@$hosts) {
+               print HTML "<br>\n";
+               print HTML "<a name=\"".${host}->{'name'}."\"></a>\n";
                my $vars = $host->{'vars'};
                my $rrdfile = $host->{'rrdfile'};
                my $hostname = $host->{'name'};
                my $vars = $host->{'vars'};
                my $rrdfile = $host->{'rrdfile'};
                my $hostname = $host->{'name'};
@@ -292,7 +299,7 @@ while(1) {
                                rename("${outdir}/${hostname}.${var}.png.new", "${outdir}/${hostname}.${var}.png");
                        }
 
                                rename("${outdir}/${hostname}.${var}.png.new", "${outdir}/${hostname}.${var}.png");
                        }
 
-                       print HTML "<a href=\"${hostname}.${var}.html\"><img src=\"${hostname}.${var}.png\" width=\"${width}\" height=\"${height}\" border=\"0\"></a>";
+                       print HTML "<a href=\"${hostname}.${var}.html\"><img src=\"${hostname}.${var}.png\" width=\"${width}\" height=\"${height}\" border=\"0\"></a><br>\n";
 
                        open (HTML2, ">${outdir}/${hostname}.${var}.html.new");
                        print HTML2 "<html><head><title>" . $vars->{$var}->{'name'} . "</title></head>";
 
                        open (HTML2, ">${outdir}/${hostname}.${var}.html.new");
                        print HTML2 "<html><head><title>" . $vars->{$var}->{'name'} . "</title></head>";
Impressum, Datenschutz