Next: , Previous: Generally Sexp-ing, Up: Configuration


3.2 hosts

The hosts configuration item specifies who to ping. Each symbol is either a host name or IP address.

     ;;; ~/.alive.d/hosts (-*- scheme -*-)
     
     ;; gateway
     10.0.0.1
     
     ;; various hosts, increasingly further out
     foo.local-lan
     bar.site-lan
     baz.example.com
     
     ;;; ~/.alive.d/hosts ends here