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

EXAMPLE

83       ###
84       # Slurm external sensors plugin configuration file
85       ###
86       JobData=energy
87       NodeData=energy,temp
88       SwitchData=energy
89       ColdDoorData=temp
90       #
91
92

COPYING

94       Copyright  (C) 2013 Bull Copyright (C) 2013-2021 SchedMD LLC.  Produced
95       at Bull (cf, DISCLAIMER).
96
97       This file is part of Slurm, a resource  management  program.   For  de‐
98       tails, see <https://slurm.schedmd.com/>.
99
100       Slurm  is free software; you can redistribute it and/or modify it under
101       the terms of the GNU General Public License as published  by  the  Free
102       Software  Foundation;  either version 2 of the License, or (at your op‐
103       tion) any later version.
104
105       Slurm is distributed in the hope that it will be  useful,  but  WITHOUT
106       ANY  WARRANTY;  without even the implied warranty of MERCHANTABILITY or
107       FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General  Public  License
108       for more details.
109
110

SEE ALSO

112       slurm.conf(5)
113
114
115
116June 2021                  Slurm Configuration File        ext_sensors.conf(5)
Impressum