giros-dit / semantic-data-aggregator

A semantic monitoring framework for aggregating data from heterogeneous sources.
Apache License 2.0
4 stars 0 forks source link

Obtain CPU information using Prometheus #87

Closed ghost closed 1 year ago

ghost commented 2 years ago

DESCRIPTION

The objective of this issue is to use Prometheus and Prometheus node-exporter to obtain CPU consumption and other information from the hosts, this will be done with the aim of creating a mixed YANG model between Prometheus obtained parameters and Netflow. The final output will be having two models, one for Netflow data and another for Prometheus data, and be able to mix them with a Apache Flink Aggregator App.

It exist a cryptomining scenario that uses Ansible to run some cryptominers, this hosts have installed a softflowd, taking advantaged of this, it will be easier to install Prometheus node-exporters in all of them to combine Netflow with Prometheus information. The hosts are accessible via OpenStack in the Spider Project with image name spider-crypto

idomingu commented 1 year ago

Abandoned