Dashboard > OSL Monitor > Home > Documentation
OSL Monitor Log In   View a printable version of the current page.
Documentation
Added by SebastianWagner, last edited by SebastianWagner on Aug 23, 2006  (view change)
Labels: 
(None)

> home 

These docs should users enable to modify the oslmon and to include new moduls or to use the moduls for their own purposes+

Modules 

RSS-Feed: http://wiki.osuosl.org/display/oslmon/RSS-Feed

Pictures-Slideshow: http://wiki.osuosl.org/display/oslmon/picture-module

WebServices / JIRA-Module: http://wiki.osuosl.org/display/oslmon/WebServices

Core-Api

 Thru the Core Api all encoding/serialization is done. This is all handled by one PHP-Class on the Serverside and one Laszlo-Class on Client Side. So someone could easily implement other encodings or a binary modus.

(( At the moment all serialisation from server to client is XML and all communication from client so server uses the "serialize" function of PHP. So basically the Laszlo/Flash/Javasrcipt-serializer is a derivative of the PHP "serialize" Function ( http://www.php.net/serialize ). )) This is the old "deprecated" type

Now serialization is down in an XML-manner. From Server to Client and the way round. This solves a lot of issues espacially the encoding problem from Server to Client. Now everything is UTF-8 encoded.

An Client request to Call a method looks like that now (Thats in the POST-Request):

<lzrequest>
    <header>
        <class>ClassName</class>
        <method>MethodName</method>
    </header>
    <body>
        <param>args0</param>
        <param>args1</param>
        <param>args2</param>
        <param>args3</param>
    </body>
</lzrequest>

Logging

You can log all from everywhere using following syntax: new logging(key,param)

It will all be written to the file logefile.txt: http://bigscreen.osuosl.org/oslmon/dev/logfile.txt

There is also an Conf-Value to autolog alle incoming request with the requesting-IP.

Database (OSL Monitor)
Internationalization (OSL Monitor)
Modules (OSL Monitor)
System Requirements (OSL Monitor)

Do we need more Information from a RSS-Feed like link/title/description?

Logo maybe?? I'm not sure what the feed param is like for something like that, and it is a petty thing, but a possibility

Posted by Corey Shields at Jun 09, 2006 19:38 | Permalink
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators