Skip to content
Snippets Groups Projects
Commit 17ff51e8 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Updates g5k sensors

parent 389e1d2e
Branches
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@ def get_g5k_target_metric():
if cluster_name in ['grisou', 'graoully', 'grimoire',
'grisou', 'gros', 'gruss', 'paravance']:
target_metric = 'pdu_outlet_power_watt'
elif cluster_name in ['troll', 'yeti', 'gemini', 'neowise',
return 'pdu_outlet_power_watt'
if cluster_name in ['troll', 'yeti', 'gemini', 'neowise',
'orion', 'pyxis', 'sagittaire', 'taurus']:
target_metric = 'wattmetre_power_watt'
else:
target_metric = 'bmc_node_power_watt'
return 'wattmetre_power_watt'
return 'bmc_node_power_watt'
class Power:
'Monitoring using Kwollect on g5k'
......
......@@ -5,13 +5,13 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="expetator",
version="0.3.10",
version="0.3.11",
author="Georges Da Costa",
author_email="georges.da-costa@irit.fr",
description="A framework for monitoring HPC applications using DVFS",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/georges-da-costa/expetator",
url="https://gitlab.irit.fr/sepia-pub/expetator",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment