Last change
on this file since 135 was
130,
checked in by bastiaans, 18 years ago
|
web/addons/toga/search.php:
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 | |
---|
3 | global $clustername, $tpl; |
---|
4 | |
---|
5 | function 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.