View Issue Details

IDProjectCategoryView StatusLast Update
0000249opensim-SCTODOpublic2021-09-09 03:02
ReporterTaylor Assigned Toonefang  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version0.9.1.1 
Summary0000249: Ability for the website to pull statistics from the grid
DescriptionCould we add an ability for webpages to request live statistics from the grid, such as the statistics on stats.html
TagsNo tags attached.

Activities

Taylor

Taylor

2021-06-17 10:39

updater   ~0000350

This might also unlock the ability to write a html/css interface for the accounting system?
onefang

onefang

2021-09-09 03:02

administrator   ~0000506

You can already do one of two things -

Pull stats.html into your page into an iframe.

Copy stats.html to whatever.html, but you have serve it via the SledjChisl FCGI. So the URL will be -
http://example.net/opensim_SC/sledjchisl.fcgi/whatever.html

Note that stats.html has various "<!--#echo var="grid" -->" type things, these are what gets replaced by SledjChisl.

New in 0.9.1.1 - all the SledjChisl web pages now use SledChisl.css, which you can change.

Issue History

Date Modified Username Field Change
2021-06-17 09:48 Taylor New Issue
2021-06-17 09:48 Taylor Status new => assigned
2021-06-17 09:48 Taylor Assigned To => onefang
2021-06-17 10:39 Taylor Note Added: 0000350
2021-09-09 03:02 onefang Status assigned => resolved
2021-09-09 03:02 onefang Resolution open => fixed
2021-09-09 03:02 onefang Fixed in Version => 0.9.1.1
2021-09-09 03:02 onefang Note Added: 0000506