/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2010-02-24 03:02:44 UTC
  • Revision ID: csa@dside.dyndns.org-20100224030244-8lb5hmrvr777vcw5
Updated Katrin configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
 - Support for Database names
15
15
 
 
16
KATRIN
 
17
======
 
18
- Quite often, on update instead of KATRIN data, the error message "MySQL
 
19
  server has gone away" is displayed at KATRIN page.
 
20
 
 
21
- Can you please, test if your PHP module is loaded and otherwise skip 
 
22
  loading KATRIN extensions. Basically, if module is not present you should 
 
23
  remove "katrin" from the list of modules in config.php ($MODULES variable)
 
24
 
 
25
- The hangup is happening due invalid axis_id returned by your service. I
 
26
  made a fix to ADEI, so it will no hang anymore in any case. However, it
 
27
  is still better to fix. You are returning following properties which are
 
28
  related to axis: 
 
29
        "axis":["counts\/sec"],"color":["black"],"name":["counts\/sec"]
 
30
  However, in the "axis" array the axis id's of KNOWN axis should be
 
31
  returned. Known axis are listed in config.php or can be additionally
 
32
  added by the READER code, like in IPEReader. And anyway only
 
33
  alpha-numeric characters are allowed in ids, no "/".
 
34
  If you want just a default axis you should use '0' as an id. So, in this
 
35
  case I think you just need to return
 
36
         "axis":["0"],"color":["black"],"name":["counts\/sec"]
 
37
 
16
38
Version 0.0.8 (DATA Handling)
17
39
=============
18
40
1. Control infastracture
102
124
    distributed uniformely over time. On each position the first item
103
125
    after time is displayed. The time stamp is shown on as well.
104
126
 
 
127
VERSION 0.0.15 (Monitoring)
 
128
==============
 
129
1. Port conky monitoring system to web and mozilla prism
 
130
    a) Lua scripts execution from cron
 
131
    b) Lua + conky to html translation script
 
132
 
105
133
----------------------------------------------------------------------------
106
134
 
107
135
VERSION 0.0.15 (Aggregation)