aboutsummaryrefslogtreecommitdiff
path: root/etc/tagr.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tagr.tmpl')
-rw-r--r--etc/tagr.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/tagr.tmpl b/etc/tagr.tmpl
index 0663f57..e5a198e 100644
--- a/etc/tagr.tmpl
+++ b/etc/tagr.tmpl
@@ -5,5 +5,5 @@
<head>
- <title>Traffic Analysis for $ROUTERNAME</title>
+ <title>Traffic Analysis for $(MONITOR)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rev="made" href="mailto:gray@gnu.org.ua" />
@@ -14,5 +14,5 @@
<body>
-<h1>Stats for $ROUTERNAME ($ROUTERIP)</h1>
+<h1>Stats for $MONITOR ($ID)</h1>
<p>
<span class="emph">Speed on port is $(SPEED:0)</span>
@@ -24,5 +24,5 @@ The statistics were last updated <b>$NOW</b>
<div class="graph">
<h3>`Daily' Graph (5 Minute Average)</h3>
-<img src="$(ROUTERNAME)-day.png" alt="[ daily graph ]" />
+<img src="$(MONITOR)-day.png" alt="[ daily graph ]" />
<table class="graph">
<tr>
@@ -51,5 +51,5 @@ The statistics were last updated <b>$NOW</b>
<div class="graph">
<h3>`Weekly' Graph (30 Minute Average)</h3>
-<img src="$(ROUTERNAME)-week.png" alt="[ weekly graph ]" />
+<img src="$(MONITOR)-week.png" alt="[ weekly graph ]" />
<table class="graph">
<tr>
@@ -78,5 +78,5 @@ The statistics were last updated <b>$NOW</b>
<div class="graph">
<h3>`Monthly' Graph (2 Hour Average)</h3>
-<img src="$(ROUTERNAME)-month.png" alt="[ monthly graph ]" />
+<img src="$(MONITOR)-month.png" alt="[ monthly graph ]" />
<table class="graph">
<tr>
@@ -105,5 +105,5 @@ The statistics were last updated <b>$NOW</b>
<div class="graph">
<h3>`Yearly' Graph (1 Day Average)</h3>
-<img src="$(ROUTERNAME)-year.png" alt="[ yearly graph ]" />
+<img src="$(MONITOR)-year.png" alt="[ yearly graph ]" />
<table class="graph">
<tr>

Return to:

Send suggestions and report system problems to the System administrator.