/default/hobbit-client

http://github.com/brinkman83/bashrc · #! · 21 lines · 17 code · 4 blank · 0 comment · 0 complexity · fe4753f5d8cee1468eacfc1f3c00f2bf MD5 · raw file

  1. # Configure the Hobbit client settings.
  2. # You MUST set the list of Hobbit servers that this
  3. # client reports to.
  4. # It is good to use IP-adresses here instead of DNS
  5. # names - DNS might not work if there's a problem.
  6. # (Internally this will be translated to BBDISP and BBDISPLAYS
  7. # variables in /var/run/hobbit/bbdisp-include.cfg)
  8. #
  9. # E.g. (a single Hobbit server)
  10. # HOBBITSERVERS="192.168.1.1"
  11. # or (multiple servers)
  12. # HOBBITSERVERS="10.0.0.1 192.168.1.1"
  13. HOBBITSERVERS="192.168.1.2"
  14. # Hostname used by the client for its reports.
  15. # Must match the name for this host in the Hobbit servers'
  16. # bb-hosts file.
  17. CLIENTHOSTNAME="fileserver"