Hmm, I can't clone the branch:
Josephs-MacBook-Pro-3:tmp jhammerman$ git clone https://github.com/tas50/nagios/tree/pagerduty-fix
Cloning into 'pagerduty-fix'...
fatal: repository 'https://github.com/tas50/nagios/tree/pagerduty-fix/' not found
Hi Nagios cookbook devs. I'm have to manually create my hosts and insert them into hostgroups at the moment, since I am in the process of bootstrapping Chef into my environment and I can't rely on search yet. I have a recipe with all of the host definitions, a la
nagios_host 'default-host' do
options 'name' => 'default-host',
etc.
The hostgroups are created, but hte host objects are not - do I need to create them as objects (r.e. obj = Nagios::Host.create('default-host'))?