/default/hobbit-client
http://github.com/brinkman83/bashrc · #! · 21 lines · 17 code · 4 blank · 0 comment · 0 complexity · fe4753f5d8cee1468eacfc1f3c00f2bf MD5 · raw file
- # Configure the Hobbit client settings.
- # You MUST set the list of Hobbit servers that this
- # client reports to.
- # It is good to use IP-adresses here instead of DNS
- # names - DNS might not work if there's a problem.
- # (Internally this will be translated to BBDISP and BBDISPLAYS
- # variables in /var/run/hobbit/bbdisp-include.cfg)
- #
- # E.g. (a single Hobbit server)
- # HOBBITSERVERS="192.168.1.1"
- # or (multiple servers)
- # HOBBITSERVERS="10.0.0.1 192.168.1.1"
- HOBBITSERVERS="192.168.1.2"
- # Hostname used by the client for its reports.
- # Must match the name for this host in the Hobbit servers'
- # bb-hosts file.
- CLIENTHOSTNAME="fileserver"