Munin_Template_nodeview_javascript: munin-overview.tmpl

File munin-overview.tmpl, 1.9 kB (added by zb, 5 years ago)

overview template

Line 
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3           "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6   <link rel="stylesheet" href="style.css" type="text/css" />
7   <title>Munin :: overview</title>
8   <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
9   <meta name="author" content="Auto-generated by Munin" />
10   <script>
11    setTimeout("document.location.reload()",300000);
12   </script>
13 </head>
14 <body>
15  <table cellpadding="3" border="0">
16   <tr>
17      <td><div class="logo">&nbsp;</div></td>
18      <td valign="top"><h1>Overview</h1></td>
19     </tr>
20  </table>
21  <div class="box">
22  <TMPL_LOOP NAME="DOMAINS">
23  <ul>
24   <li><span class="domain"><a href="<TMPL_VAR NAME="DOMAIN">/index.html"><TMPL_VAR ESCAPE="HTML" NAME="DOMAIN"></a></span><TMPL_IF NAME="COMPARE"> :: [ <a href="<TMPL_VAR NAME="DOMAIN">/comparison-day.html">day</a> <a href="<TMPL_VAR NAME="DOMAIN">/comparison-week.html">week</a> <a href="<TMPL_VAR NAME="DOMAIN">/comparison-month.html">month</a> <a href="<TMPL_VAR NAME="DOMAIN">/comparison-year.html">year</a> ]</TMPL_IF>
25       <ul>     
26         <TMPL_LOOP NAME="NODES">
27         <li><span class="host"><a href="<TMPL_VAR NAME="DOMAIN">/<TMPL_VAR NAME="NODE">.html"><TMPL_VAR ESCAPE="HTML" NAME="NODE"></a></span> ::
28         [ <TMPL_LOOP NAME="CATEGORIES"><a <TMPL_IF NAME="STATE_WARNING">class="warn"</TMPL_IF> <TMPL_IF NAME="STATE_CRITICAL">class="crit"</TMPL_IF> href="<TMPL_VAR NAME="DOMAIN">/<TMPL_VAR NAME="NODE">.html#<TMPL_VAR NAME="NAME">"><TMPL_VAR ESCAPE="HTML" NAME="NAME"></a> </TMPL_LOOP>]</li>
29         </TMPL_LOOP>
30       </ul>
31    </li>
32  </ul>
33  </TMPL_LOOP>
34  </div>
35 <table cellpadding="2" cellspacing="4" border="0">       
36   <tr>
37     <td><i class="small">This page was generated by <a href="http://munin.sourceforge.net/">Munin</a> version 1.2.3 at <TMPL_VAR NAME="TIMESTAMP"></i></td>
38   </tr>
39 </table>
40 </body>
41 </html>