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
27       optional.   If  a  parameter is omitted, data collection of the omitted
28       type 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
95
96       This  file  is  part  of  Slurm,  a  resource  management program.  For
97       details, see <https://slurm.schedmd.com/>.
98
99       Slurm is free software; you can redistribute it and/or modify it  under
100       the  terms  of  the GNU General Public License as published by the Free
101       Software Foundation; either version 2  of  the  License,  or  (at  your
102       option) any later version.
103
104       Slurm  is  distributed  in the hope that it will be useful, but WITHOUT
105       ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY  or
106       FITNESS  FOR  A PARTICULAR PURPOSE.  See the GNU General Public License
107       for more details.
108
109

SEE ALSO

111       slurm.conf(5)
112
113
114
115April 2015                 Slurm Configuration File        ext_sensors.conf(5)
Impressum