1istat.conf(5)               BSD File Formats Manual              istat.conf(5)
2

NAME

4     istat.conf — configuration file for istatd
5
6

OPTIONS

8     network_addr   Address to bind (default: 0.0.0.0)
9
10     network_port   Port to bind (default: 5109)
11
12     server_code    Lock code needed when connecting to the server for the
13                    first time. (default: 00000)
14
15     server_socket  Location of the unix socket. (default: /tmp/istatd.sock)
16
17     server_pid     Location of the pid. (default: /var/run/istat/istatd.pid)
18
19     server_user    User to switch to when entering daemon mode. It's not rec‐
20                    ommended to use high privilaged users like root due to
21                    security reasons. Defaults to root if the user doesn't
22                    exist. (default: istat)
23
24     server_group   Group to switch to when entering daemon mode. Defaults to
25                    root if the group doesn't exist. (default: istat)
26
27     cache_dir      Where to store cache files with information like autho‐
28                    rized clients. (default: /var/cache/istat)
29
30     monitor_net    Network interface to monitor. (default: eth0)
31
32     monitor_disk   Can contain search path to device or mount point. When
33                    specifying more than one disk, use paranteses around the
34                    list:
35
36                    monitor_disk        /dev/sda1
37
38                    monitor_disk        ( /dev/sda1 /dev/sda2 )
39
40
41     disk_mount_path_label
42                    Set to 1 if you want to use mount path as label instead of
43                    the device name.
44
45     disk_filesystem_label
46                    Set to 1 if you want to probe the filesystem for disk
47                    label, will override the mount path and device name.
48
49     disk_rename_label
50                    Set custom disk label. Will override all other labels. You
51                    can use either the device name or mount path:
52
53                    disk_rename_label        /dev/sda1  "root"
54
55                    disk_rename_label        /home      "home"
56

SEE ALSO

58     istatd(1)
59
60BSD                              June 20, 2019                             BSD
Impressum