source: trunk/web/addons/toga/search.php @ 130

Last change on this file since 130 was 130, checked in by bastiaans, 19 years ago

web/addons/toga/search.php:

  • Main search

web/addons/toga/libtoga.php:

  • First attempt at RRD generation for archived job graphs
  • Seems to be working for now, more testing needed
File size: 216 bytes
Line 
1<?php
2
3global $clustername, $tpl;
4
5function makeSearchPage() {
6        global $clustername;
7
8        $tr = new TarchRrd();
9        $tr->makeJobRrds( $clustername, 'gb-r1n1.irc.sara.nl', 'testje', 1114936341, 1115015563 );
10        // bla!
11}
12
13?>
Note: See TracBrowser for help on using the repository browser.