ext_sensors.conf

Section: Slurm Configuration File (5)
Updated: Slurm Configuration File
Index

 

NAME

ext_sensors.conf - Slurm configuration file for the external sensors plugin
ext_sensors.conf-外部センサープラグインのSlurm構成ファイル

 

DESCRIPTION

ext_sensors.conf is an ASCII file which defines parameters used by Slurm's external sensors plugins.
ext_sensors.confは、Slurmの外部センサープラグインによって使用されるパラメーターを定義するASCIIファイルです。
The file location can be modified at system build time using the DEFAULT_SLURM_CONF parameter or at execution time by setting the SLURM_CONF environment variable.
ファイルの場所は、システムのビルド時にDEFAULT_SLURM_CONFパラメーターを使用して変更することも、実行時にSLURM_CONF環境変数を設定することによって変更することもできます。
The file will always be located in the same directory as the slurm.conf file.
このファイルは常にslurm.confファイルと同じディレクトリにあります。

Parameter names are case insensitive.
パラメータ名では大文字と小文字は区別されません。
Any text following a "#" in the configuration file is treated as a comment through the end of that line.
構成ファイルの「#」に続くテキストは、その行の終わりまでコメントとして扱われます。
The size of each line in the file is limited to 1024 characters.
ファイルの各行のサイズは1024文字に制限されています。
Changes to the configuration file take effect upon restart of Slurm daemons, daemon receipt of the SIGHUP signal, or execution of the command "scontrol reconfigure" unless otherwise noted.
構成ファイルへの変更は、特に明記されていない限り、Slurmデーモンの再起動、デーモンによるSIGHUPシグナルの受信、またはコマンド「scontrolreconfigure」の実行時に有効になります。

The following ext_sensors.conf parameters are defined to control data collection by the ext_sensors plugins.
次のext_sensors.confパラメーターは、ext_sensorsプラグインによるデータ収集を制御するために定義されています。
All of these parameters are optional.
これらのパラメータはすべてオプションです。
If a parameter is omitted, data collection of the omitted type is disabled.
パラメータを省略すると、省略したタイプのデータ収集は無効になります。

JobData=energy
Specify the data types to be collected by the plugin for jobs/steps.
ジョブ/ステップのプラグインによって収集されるデータ型を指定します。

NodeData=[energy|temp][,temp|energy]
Specify the data types to be collected by the plugin for nodes.
ノードのプラグインによって収集されるデータ型を指定します。

SwitchData=energy
Specify the data types to be collected by the plugin for switches.
スイッチのプラグインによって収集されるデータ型を指定します。

ColdDoorData=temp
Specify the data types to be collected by the plugin for cold doors.
コールドドアのプラグインによって収集されるデータ型を指定します。

MinWatt=<number>
Minimum recorded power consumption, in watts.
記録された最小消費電力(ワット単位)。

MaxWatt=<number>
Maximum recorded power consumption, in watts.
記録された最大消費電力(ワット単位)。

MinTemp=<number>
Minimum recorded temperature, in celsius.
記録された最低気温(摂氏)。

MaxTemp=<number>
Maximum recorded temperature, in celsius.
記録された最高温度(摂氏)。

EnergyRRA=<name>
Energy RRA name.
エネルギーRRA名。

TempRRA=<name>
Temperature RRA name.
温度RRA名。

EnergyPathRRD=<path>
Pathname of energy RRD file.
エネルギーRRDファイルのパス名。

TempPathRRD=<patch>
Pathname of temperature RRD file.
温度RRDファイルのパス名。

 

EXAMPLE


###
# Slurm external sensors plugin configuration file
###
JobData=energy
NodeData=energy,temp
SwitchData=energy
ColdDoorData=temp
#

 

COPYING

Copyright (C) 2013 Bull

This file is part of Slurm, a resource management program. For details, see <https://slurm.schedmd.com/>.

Slurm is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 

SEE ALSO

slurm.conf(5)


 

Index

NAME
DESCRIPTION
EXAMPLE
COPYING
SEE ALSO

This document was created by man2html using the manual pages.
Time: 21:58:53 GMT, March 31, 2020