1hirte.conf(5)                 File Formats Manual                hirte.conf(5)
2
3
4

NAME

6       hirte.conf - Configuration file to bootstrap hirte
7
8

DESCRIPTION

10       The basic file definition used to bootstrap hirte.
11
12

Format

14       The  hirte  configuration  file is using the systemd configuration file
15       format   ⟨https://www.freedesktop.org/software/systemd/man/systemd.syn
16       tax.html⟩.
17
18
19   hirte section
20       All  fields  to  bootstrap the hirte manager are contained in the hirte
21       section. The following keys are understood by hirte.
22
23
24   ManagerPort (uint16_t)
25       The port the manager listens  on  to  establish  connections  with  the
26       hirte-agent. By default port 842 is used.
27
28
29   AllowedNodeNames (string)
30       A  comma  separated list of unique hirte-agent names. It's mandatory to
31       set the option, only nodes with names mentioned in the list can connect
32       to  hirte manager. These names are defined in the agent's configuration
33       file under NodeName option (see hirte-agent.conf(5)).
34
35
36   LogLevel (string)
37       The level used for logging. Supported values are:
38
39
40DEBUG
41
42INFO
43
44WARN
45
46ERROR
47
48
49
50       By default INFO level is used for logging.
51
52
53   LogTarget (string)
54       The target where logs are written to. Supported values are:
55
56
57stderr
58
59stderr-full
60
61journald
62
63
64
65       By default journald is used as the target.
66
67
68   LogIsQuiet (string)
69       If this flag is set to true, no logs are written by hirte.  By  default
70       the flag is set to false.
71
72

Example

74              [hirte]
75              ManagerPort=842
76              AllowedNodeNames=agent-007,agent-123
77              LogLevel=DEBUG
78              LogTarget=journald
79              LogIsQuiet=false
80
81
82

FILES

84       Distributions provide the /usr/share/hirte/config/hirte.conf file which
85       defines hirte configuration defaults. Administrators can copy this file
86       to /etc/hirte/hirte.conf and specify their own configuration.
87
88
89       Administrators     can     also     use     a    "drop-in"    directory
90       /etc/hirte/hirte.conf.d to drop their configuration changes.
91
92

SEE ALSO

94       hirte(1)https://github.com/contain
95       ers/hirte/blob/main/doc/man/hirte.1.md⟩
96
97
98
99                                                                 hirte.conf(5)
Impressum