OpServ-Monitoring / opserv-backend

The backend repository for the opserv monitoring software
GNU General Public License v3.0
3 stars 0 forks source link

Feature: Modify the source used to gather a specific metric #18

Open EndzeitBegins opened 8 years ago

EndzeitBegins commented 8 years ago

Evaluation on how to implement this feature is ongoing. See issue #15.

Not scheduled for the initial release.

Laberbear commented 8 years ago

On the gathering side the implementation is pretty trivial.

Each time a measurement is taken the list of measuring sources is iterated and the first that is able to deliver the data is used. A simple dictionary in the data_manager containing the name of source that should be used for each metric could be checked beforehand.