<!-- blosxom content_type text/html; charset=utf-8 -->

<!-- blosxom head -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="120" />
<link rel="stylesheet" href="$theme::theme_dir_url/$flavour/main.css" type="text/css" />
<link rel="stylesheet" href="$theme::theme_dir_url/$flavour/colours.css" type="text/css" />
<link rel="alternate" type="application/atom+xml" title="Nagios Atom feed" href="$url/atom" />
<link rel="alternate" type="application/rss+xml" title="Nagios RSS feed" href="$url/rss" />
<title>$blog_title</title>
</head>
<body>

<h1>$blog_title\
% if ($tags::tag_list) {
 - $tags::tag_list\
% }
</h1>
<p class="nav">\
% if ($b4n::config{use_icons}) {
<a href="$url/" title="Blosxom4Nagios Home"><img src="$url/images/house.png" height="16" width="16" /></a> \
<a href="/nagios/" title="Nagios"><img src="$url/images/nagios.ico" height="16" width="16" /></a> \
<a href="$url/atom" title="Atom Feed"><img src="$url/images/feed.png" height="16" width="16" /></a> \
<a href="$url/rss" title="RSS Feed"><img src="$url/images/feed.png" height="16" width="16" /></a>\
% } else {
<a href="$url/">Blosxom4Nagios</a> | \
<a href="/nagios/">Nagios</a> | \
<a href="$url/atom">Atom Feed</a> | \
<a href="$url/rss">RSS Feed</a> \
% }
</p>

<!-- blosxom story -->
<p class="post $blosxom::meta{state}">
<span class="ts">[$hr:$min]</span> 
% if ($b4n::config{use_icons}) {
%   if ($blosxom::meta{service}) {
<a href="$url/tags/service" title="All Services"><img src="$url/images/cog.png" height="16" width="16" /></a>
%   } else {
<a href="$url/tags/host" title="All Hosts"><img src="$url/images/server.png" height="16" width="16" /></a>
%   }
% } else {
%   if ($blosxom::meta{service}) {
<span class="type"><a href="$url/tags/service" title="All Services">[S]</a></span> \
%   } else {
<span class="type"><a href="$url/tags/service" title="All Hosts">[H]</a></span> \
%   }
% }
% if ($blosxom::meta{hostgroup}) {
<span class="hostgroup"><a href="$url/tags/$blosxom::meta{hostgroup}" title="Hostgroup $blosxom::meta{hostgroup}">$blosxom::meta{hostgroup}</a>/</span>\
% }
<span class="host"><a href="$url/tags/$blosxom::meta{hostname}" title="Host $blosxom::meta{hostname}">$blosxom::meta{hostname}</a></span> | \
% if ($blosxom::meta{service}) {
%   if ($blosxom::meta{servicegroup}) {
<span class="servicegroup"><a href="$url/tags/$blosxom::meta{servicegroup}" title="Servicegroup $blosxom::meta{servicegroup}">$blosxom::meta{servicegroup}</a>/</span>\
%   }
<span class="service"><a href="$url/tags/$blosxom::meta{service}" title="Service $blosxom::meta{service}">$blosxom::meta{service}</a></span> \
% }
% if ($b4n::config{use_icons}) {
<span class="state"><a href="$url/tags/$blosxom::meta{state}" title="$blosxom::meta{state} State"><img src="$url/images/state_$blosxom::meta{state}.png" height="16" width="16" /></a></span> \
% } else {
| <span class="state"><a href="$url/tags/$blosxom::meta{state}" title="$blosxom::meta{state} State">$blosxom::meta{state}</a></span> \
% }
: <span class="output">$blosxom::meta{output}</span>
</p>

<!-- blosxom foot -->
<div id="footer">
<p><a href="http://blosxom.sourceforge.net/" title="Powered by Blosxom"><img src="$url/images/pb_blosxom.gif" width="90" height="33" /></a></p>
<p>blosxom4nagios v$version::version.</p>
</div>
</body>
</html>

