Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 2757be0e authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Delete psu_wattage.py

parent 8d8094fb
No related branches found
No related tags found
No related merge requests found
#!/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,
}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment