I have a Hobbit server set up with a handful of hosts using conn, http, ssh, and sslcert services, but would like to add the other tests as well. I've installed hobbit-client on a server, and added:
# CLIENT:fqdn.example.com
to it's host line in bb-hosts, and added:
HOST=fqdn.example.com
before the default configuration in hobbit-clinets.cfg, but no joy. Does anyone know what else I need to do for those tests to register?
Your changes to bb-hosts and hobbit-clients.cfg should not be necessary. The following entry in bb-hosts works fine for me:
And the extra columns will show regardless of your hobbit-clients.cfg configuration.
I would check the client side:
If that doesn't work, make sure hobbitd is running on the server and listening on the port defined in hobbitclient.cfg.
I had the same behaviour when I needed to change the server the client was reporting to.
On Debian, I found that the file
/etc/default/hobbit-client
was actually providing the IP address.I tracked this down when I saw it was an included file in
/etc/hobbit/hobbitclient.cfg
.