This file is indexed.

/usr/share/doc/librrd-simple-perl/examples/rrd-server/cgi-bin/devel/edit_include.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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
  <head>
    <style type="text/css">
      <TMPL_INCLUDE rrd-browse.css>
    </style>
  </head>
  <body>
    <table width="100%">
      <tr>
        <th align="left">Host:</th>
        <td>boromir.rbsov.tfb.net</td>
      </tr>
      <tr>
        <th align="left">File:</th>
        <td><select name="file">
          <option>include.html</option>
          <option>include.css</option>
          <option>include_summary.txt</option>
        </select></td>
      </tr>
      <tr>
        <th align="left">Template:</th>
        <td><select name="symlink">
          <option value="">-none-</option>
          <option>theme-ubuntu.css</option>
          <option>theme-red.css</option>
          <option>theme-green.css</option>
          <option>theme-magenta.css</option>
        </select></td>
      </tr>
      <tr>
        <td colspan="2">
          <textarea rows="10" cols="50"></textarea>
        </td>
      </tr>
      <tr>
        <td colspan="2" align="right">
          <input type="reset" value="Revert to Saved" />
          <input type="submit" value="Save Changes" />
        </td>
      </tr>
    </table>
  </body
</html>