From b8d3900be5524ae1298caea6d1e995d92cbb1b9f Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 31 Mar 2023 14:25:49 +0000 Subject: [PATCH] Delete psu_wattage.py --- gui/metrics/psu_wattage.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gui/metrics/psu_wattage.py diff --git a/gui/metrics/psu_wattage.py b/gui/metrics/psu_wattage.py deleted file mode 100644 index eeda089..0000000 --- a/gui/metrics/psu_wattage.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# -# License: GNU General Public License v2 -# -# Author: thl-cmk[at]outlook[dot]com -# URL : https://thl-cmk.hopto.org -# Date : 2023-03-30 -# - -from cmk.gui.plugins.metrics.utils import ( - perfometer_info, -) - -perfometer_info.append( - { - 'type': 'logarithmic', - 'metric': 'power_usage', - 'half_value': 200.0, - 'exponent': 2, - } -) -- GitLab