Page 2 of 2

Re: Hosts missing from objects.cache

Posted: Wed Apr 16, 2014 8:25 am
by MKEbrew
I can, thank you. Is a tar.gz fine, or what is your preference?

I have been out of the office for a few days and am finally circling back to this.

Re: Hosts missing from objects.cache

Posted: Wed Apr 16, 2014 12:20 pm
by lmiltchev
Yes, tar.gz is fine.

Re: Hosts missing from objects.cache

Posted: Fri Apr 18, 2014 11:52 am
by lmiltchev
Add the "max_check_attempts" to the "digium-phones" template in the "phones.cfg" (i.e. "max_check_attempts 5") and replace "name" with "host_name" in ALL of the host definitions in the "phones.cfg", for example, instead of this:

Code: Select all

define host{
        use             digium-phones
        name            4800
        alias           4800
        address         x.x.x.x
        hostgroups	Phones
}
you will have this:

Code: Select all

define host{
        use             digium-phones
        host_name            4800
        alias           4800
        address         x.x.x.x
        hostgroups	Phones
}
Let me know if this fixed your issue.

Re: Hosts missing from objects.cache

Posted: Fri Apr 18, 2014 8:14 pm
by MKEbrew
That did it, thank you!

Re: Hosts missing from objects.cache

Posted: Mon Apr 21, 2014 9:07 am
by tmcdonald
Great! I'll be closing this thread now, but feel free to open another if you need anything in the future!