summaryrefslogtreecommitdiffstats
path: root/cgi/exilog_cgi_html.pm
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-12-03 22:27:50 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-12-12 18:37:27 +0100
commitf603da207df24207be8cbb734778ff9e11ec479a (patch)
tree43e1120be4f3dab456666612e51df7fae3e05e05 /cgi/exilog_cgi_html.pm
parent6f71c4ad3b8e28556c2c3d9ae5918f47c09ea519 (diff)
downloadexilog-f603da207df24207be8cbb734778ff9e11ec479a.zip
exilog-f603da207df24207be8cbb734778ff9e11ec479a.tar.gz
exilog-f603da207df24207be8cbb734778ff9e11ec479a.tar.bz2
exilog-agent heartbeats, resolves #115
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'cgi/exilog_cgi_html.pm')
-rw-r--r--cgi/exilog_cgi_html.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi/exilog_cgi_html.pm b/cgi/exilog_cgi_html.pm
index 00f4431..9011369 100644
--- a/cgi/exilog_cgi_html.pm
+++ b/cgi/exilog_cgi_html.pm
@@ -51,6 +51,7 @@ sub render_server {
my $server = shift;
my $num_queued = shift;
my $h24_stats = shift;
+ my $last_update = shift;
$q->div({-class=>"top_spacer"},
$q->table({-class=>"stats", -cellspacing=>1, -cellpadding=>2, -border=>0},
@@ -64,6 +65,10 @@ sub render_server {
$q->td({-class=>"large_text"},
$server
)
+ ),
+ $q->Tr(
+ $q->td('', ''),
+ $q->td('', 'last update: '. $last_update),
)
)
),