/[rrd-simple-monitoring]/cgi-bin/list_hosts.tmpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /cgi-bin/list_hosts.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File size: 642 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1 dpavlin 1 <TMPL_INCLUDE header.tmpl>
2     <h1><a href="<TMPL_VAR self_url>">Index</a> &gt; <TMPL_VAR title></h1>
3    
4     <div class="contents">
5     <ul>
6     <TMPL_LOOP hosts>
7     <li>[<a href="<TMPL_VAR self_url>?template=by_host.tmpl&HOST=<TMPL_VAR host>&PERIOD=<TMPL_VAR PERIOD>">Overview</a>]
8     <a href="<TMPL_VAR self_url>?template=host.tmpl&HOST=<TMPL_VAR host>&PERIOD=<TMPL_VAR PERIOD>"><TMPL_VAR host></a>
9     <TMPL_IF include_summary_txt> - <TMPL_VAR EXPR="slurp(include_summary_txt)"></TMPL_IF>
10     - <TMPL_IF no_graphs><i>No graphs yet</i><TMPL_ELSE><TMPL_VAR total_graphs> graphs</TMPL_IF></li>
11     </TMPL_LOOP>
12     </ul>
13     </div>
14    
15     <TMPL_INCLUDE footer.tmpl>

  ViewVC Help
Powered by ViewVC 1.1.26