source: trunk/web/addons/toga/conf.php @ 110

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

web/addons/toga/toga-functions.php:

Renamed -> libtoga.php

web/addons/toga/libtoga.php:

new toga-functions.php:

  • Now nodes are correctly marked in clusterimage with a 'j' for single processor jobs and a 'J' for multi processor jobs

web/addons/toga/image.php:

  • Script for generating images

web/addons/toga/conf.php:

  • Configuration for web frontend

web/templates/toga/cluster_extra.tpl:

  • Plugin html template for ganglia

client:

  • Leftover removal from first tree
  • This is named 'plugin' atm
File size: 408 bytes
Line 
1<?php
2
3// Path to Ganglia's web frontend root
4//
5$GANGLIA_PATH = "/var/www/ganglia";
6
7// Max size of small clusterimage
8// (250 pixels is same width as Ganglia's pie chart)
9//
10$SMALL_CLUSTERIMAGE_MAXWIDTH = 250;
11
12// The size of a single node in the small clusterimage
13//
14$SMALL_CLUSTERIMAGE_NODEWIDTH = 11;
15
16// XML Datasource for Toga
17// by default localhost's gmetad
18//
19$DATA_SOURCE = '127.0.0.1:8649';
20
21?>
Note: See TracBrowser for help on using the repository browser.