projects
/
upsgraph
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
intra page links for different hosts
[upsgraph]
/
upsgraph.pl
diff --git
a/upsgraph.pl
b/upsgraph.pl
index 2e4019667ac33c937620dc8813f38671610edc9b..24d196afde99a9886e4b7434c86840a0e2015642 100755
(executable)
--- a/
upsgraph.pl
+++ b/
upsgraph.pl
@@
-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 s
tatus</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>
S
tatus</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>] ";
+ }
+ 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