Re: [icinga-users] Defining multiple services or importing from a single conf file.

2017-01-31 Thread Garrett Pye
Thank you. > Files and file name don't matter. Files are read and contain object definitions. It doesn't matter how the file is called and what's in there. > Bear in mind the filenames host.conf, service.conf etc are immaterial - Icinga > simply reads all files ending in .conf and processes their

Re: [icinga-users] Defining multiple services or importing from a single conf file.

2017-01-30 Thread Antony Stone
On Monday 30 January 2017 at 21:13:20, Garrett Pye wrote: > Little confused about the usage of multiple services in a host file. Below > is a sample from one host file where intent is the automate duplication for > 308 servers all with different host_names. To invoke each service does the > host.c

Re: [icinga-users] Defining multiple services or importing from a single conf file.

2017-01-30 Thread Gerald Vogt
Files and file name don't matter. Files are read and contain object definitions. It doesn't matter how the file is called and what's in there. You don't show the host object "xxx" anywhere. That's where it starts. You can create either individual service objects for an individual host like you

[icinga-users] Defining multiple services or importing from a single conf file.

2017-01-30 Thread Garrett Pye
Little confused about the usage of multiple services in a host file. Below is a sample from one host file where intent is the automate duplication for 308 servers all with different host_names. To invoke each service does the host.conf file have to have each service separate? My confusion with wor