mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-22 07:28:08 +00:00
Initial commit
This commit is contained in:
43
resource/istatserver.conf.5
Normal file
43
resource/istatserver.conf.5
Normal file
@@ -0,0 +1,43 @@
|
||||
.Dd 2009-05-17
|
||||
.Dt istat.conf 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm istat.conf
|
||||
.Nd configuration file for istatd
|
||||
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -indent-three
|
||||
.It network_addr
|
||||
Address to bind (default: 0.0.0.0)
|
||||
.It network_port
|
||||
Port to bind (default: 5109)
|
||||
.It server_code
|
||||
Lock code needed when connecting to the server for the first time.
|
||||
.It server_socket
|
||||
Location of the unix socket. (default: /tmp/istatd.sock)
|
||||
.It server_pid
|
||||
Location of the pid. (default: /var/run/istat/istatd.pid)
|
||||
.It server_user
|
||||
User to switch to when entering daemon mode. It's not recommended to use high privilaged users like root due to security reasons. Defaults to root if the user doesn't exist. (default: istat)
|
||||
.It server_group
|
||||
Group to switch to when entering daemon mode. Defaults to root if the group doesn't exist. (default: istat)
|
||||
.It monitor_disk
|
||||
Can contain search path to device or mount point. When specifying more than one disk, use paranteses around the list:
|
||||
|
||||
monitor_disk /dev/sda1
|
||||
|
||||
monitor_disk ( /dev/sda1 /dev/sda2 )
|
||||
|
||||
.It disk_mount_path_label
|
||||
Set to 1 if you want to use mount path as label instead of the device name.
|
||||
.It disk_filesystem_label
|
||||
Set to 1 if you want to probe the filesystem for disk label, will override the mount path and device name.
|
||||
.It disk_rename_label
|
||||
Set custom disk label. Will override all other labels. You can use either the device name or mount path:
|
||||
|
||||
disk_rename_label /dev/sda1 "root"
|
||||
|
||||
disk_rename_label /home "home"
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr istatd 1
|
Reference in New Issue
Block a user