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 177c3f83 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 2757be0e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
#!/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,
}
)
......@@ -7,10 +7,10 @@
'download_url': 'https://thl-cmk.hopto.org',
'files': {'agent_based': ['dell_powerconnect_psu.py'],
'checks': ['dell_powerconnect_psu'],
'web': ['plugins/metrics/psu_wattage.py']},
'gui': ['metrics/psu_wattage.py']},
'name': 'dell_powerconnect_psu',
'title': 'Dell Power connect PSU',
'version': '20230330.v0.0.3',
'version.min_required': '2.0.0',
'version': '20230330.v0.0.4',
'version.min_required': '2.1.0',
'version.packaged': '2.1.0p21',
'version.usable_until': None}
\ No newline at end of file
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