Menu

Home

Michael

Prerequisites

You should know the functionality of Tivoli TEC, Master Cell or BEM. You need a MongoDB, a Web-Server, and a perl with all required modules (mainly JSON, MongoDB, CGI, and at least Thread-Queue-3.07 and probably others...).

Installation

  1. Unzip/extract the "tarantoga_DATE_N.tar.gz" or check out the trunk from the projects svn.
  2. If your Web-Server is apache, create server/httpd/conf/tarantoga.conf from the example file and include it in the apache config. If you want to use a different Web-Server, create a config file with similar functionality. Re-start your webserver.
  3. If you use MongoDB with authentication, copy instances/main/config-auth.conf to config.conf and edit the credentials.
  4. cd to tarantoga/server/bin and run "./rc.tarantoga start". If tarantoga does not start, you will probably need to install perl modules or newer versions of perl modules. Debug with "./tarantoga -d 3".

Test

  1. cd to tarantoga/server/bin and run "./tsend -m huhu -r WARNING TESTCLASS"
  2. run ./tdumprl which should show you the reception log
  3. Point your browser at http://my.server.xyz/tarantoga and you should see the simple GUI with your test event.

Next steps

Understand the rule base by looking at the examples. Create new instances (use "-n instance" with most commands). Experiment... Have fun!

Project Members:


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.