Skip to content

Releases: igabriel85/DICE-Monitoring

Version 0.2.5 of DMON

15 May 11:29
Compare
Choose a tag to compare

Added async query workers to DMON for long running queries

DICE Collectd Metrics Database

11 Jan 14:34
Compare
Choose a tag to compare
Pre-release
dicedb

Merge branch 'master' of https://github.com/igabriel85/IeAT-DICE-Repo…

Logo for DMON

22 Apr 11:06
Compare
Choose a tag to compare
Logo for DMON Pre-release
Pre-release
logov01

Update README.md

Experimental Scripts

22 Apr 14:55
Compare
Choose a tag to compare
Experimental Scripts Pre-release
Pre-release
experimental

Update README.md

dmon-logstash initial release

05 Apr 11:35
Compare
Choose a tag to compare

This is the initial release of the dmon-logstash microservice.
For further details please consult the readme.

D-MON Second prototype release

01 Apr 10:00
Compare
Choose a tag to compare

This is the second alpha release of the DICE Monitoring Platform (D-Mon).

Instructions

Untar the source code directory
In the created folder execute:

sudo ./dmon-start.sh -i -p 5001

This will install all dependancies

To start the platform execute:
./dmon-start.sh -l -p 5001

This will create a local deployment on port 5001

Note: For more information please consult the readme file.

DICE MOnitoring Agent v0.0.4

28 Feb 09:29
Compare
Choose a tag to compare
Pre-release

First release of dmon-agent v0.0.4 alpha
For further details please consult dmon-agent readme file.

D-Mon alpha v0.1.1

14 Sep 09:38
Compare
Choose a tag to compare

This is the first alpha release of the DICE Monitoring Platform (D-Mon).

Instructions

  • Untar the source code directory
  • In the created folder execute:
    • sudo ./dmon-start.sh -i -p 5001
    • This will install all dependancies
  • To start the platform execute:
    ./dmon-start.sh -l -p 5001
    • This will create a local deployment on port 5001

First install script

10 Sep 21:35
Compare
Choose a tag to compare
First install script Pre-release
Pre-release

This is the install script for pre-alpha v0.1 version of D-Mon web service.
It will install the following packages:

  • python-dev
  • python-lxml
  • python-pip
  • git

The master branch of the repository will be cloned into /opt directory.