This file is indexed.

/usr/share/doc/librrd-simple-perl/examples/rrd-server/cgi-bin/list_graphs.tmpl is in librrd-simple-perl 1.44-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<TMPL_INCLUDE header.tmpl>
<h1><a href="<TMPL_VAR self_url>">Index</a> &gt; <TMPL_VAR title></h1>

<div class="contents">
  <ul>
<TMPL_LOOP graphs>
    <li><a href="<TMPL_VAR self_url>?template=by_graph.tmpl&GRAPH=<TMPL_VAR graph>"><TMPL_VAR graph_title></a>
      - <TMPL_VAR total_hosts> hosts</li>
</TMPL_LOOP>
  </ul>
</div>

<TMPL_INCLUDE footer.tmpl>