1ext_sensors.conf(5)        Slurm Configuration File        ext_sensors.conf(5)
2
3
4

NAME

6       ext_sensors.conf  -  Slurm  configuration file for the external sensors
7       plugin
8
9

DESCRIPTION

11       ext_sensors.conf is an ASCII file  which  defines  parameters  used  by
12       Slurm's  external  sensors plugins.  The file will always be located in
13       the same directory as the slurm.conf.
14
15       Parameter names are case insensitive.  Any text following a "#" in  the
16       configuration  file  is  treated  as  a comment through the end of that
17       line.  The size of each line in the file is limited to 1024 characters.
18       Changes  to  the  configuration  file take effect upon restart of Slurm
19       daemons, daemon receipt of the SIGHUP signal, or execution of the  com‐
20       mand "scontrol reconfigure" unless otherwise noted.
21
22
23       The  following  ext_sensors.conf parameters are defined to control data
24       collection by the ext_sensors plugins. All of these parameters are  op‐
25       tional.  If a parameter is omitted, data collection of the omitted type
26       is disabled.
27
28
29       JobData=energy
30              Specify the data  types  to  be  collected  by  the  plugin  for
31              jobs/steps.
32
33       NodeData=[energy|temp][,temp|energy]
34              Specify the data types to be collected by the plugin for nodes.
35
36       SwitchData=energy
37              Specify  the  data  types  to  be  collected  by  the plugin for
38              switches.
39
40       ColdDoorData=temp
41              Specify the data types to be collected by the  plugin  for  cold
42              doors.
43
44       MinWatt=<number>
45              Minimum recorded power consumption, in watts.
46
47       MaxWatt=<number>
48              Maximum recorded power consumption, in watts.
49
50       MinTemp=<number>
51              Minimum recorded temperature, in Celsius.
52
53       MaxTemp=<number>
54              Maximum recorded temperature, in Celsius.
55
56       EnergyRRA=<name>
57              Energy RRA name.
58
59       TempRRA=<name>
60              Temperature RRA name.
61
62       EnergyPathRRD=<path>
63              Pathname of energy RRD file.
64
65       TempPathRRD=<patch>
66              Pathname of temperature RRD file.
67

EXAMPLE

69       ###
70       # Slurm external sensors plugin configuration file
71       ###
72       JobData=energy
73       NodeData=energy,temp
74       SwitchData=energy
75       ColdDoorData=temp
76       #
77
78

COPYING

80       Copyright  (C) 2013 Bull Copyright (C) 2013-2022 SchedMD LLC.  Produced
81       at Bull (cf, DISCLAIMER).
82
83       This file is part of Slurm, a resource  management  program.   For  de‐
84       tails, see <https://slurm.schedmd.com/>.
85
86       Slurm  is free software; you can redistribute it and/or modify it under
87       the terms of the GNU General Public License as published  by  the  Free
88       Software  Foundation;  either version 2 of the License, or (at your op‐
89       tion) any later version.
90
91       Slurm is distributed in the hope that it will be  useful,  but  WITHOUT
92       ANY  WARRANTY;  without even the implied warranty of MERCHANTABILITY or
93       FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General  Public  License
94       for more details.
95
96

SEE ALSO

98       slurm.conf(5)
99
100
101
102January 2022               Slurm Configuration File        ext_sensors.conf(5)
Impressum