|
|
| |
istatserver.conf(5) |
FreeBSD File Formats Manual |
istatserver.conf(5) |
istatserver.conf —
configuration file for istatserver
- network_addr
- Address to bind (default: 0.0.0.0)
- network_port
- Port to bind (default: 5109)
- server_code
- Lock code needed when connecting to the server for the first time.
- server_socket
- Location of the unix socket. (default: /tmp/istatserver.sock)
- server_pid
- Location of the pid. (default: /var/run/istatserver.pid)
- 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)
- server_group
- Group to switch to when entering daemon mode. Defaults to root if the
group doesn't exist. (default: istat)
- disable_history_storage
- Set to 1 if you want to disable history storage (not recommended unless
you have very limited disk space).
- disk_disable_filtering
- Set to 1 if you want to disable all mount path based disk filtering
(excludes filesystems that you are unlikely to want to monitor).
- disk_mount_path_label
- Set to 1 if you want to use mount path as label instead of the device
name.
- 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"
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |