Search found 6 matches

by tiborracz
Wed May 30, 2018 10:13 am
Forum: Nagios XI
Topic: Nagios XI with Chef
Replies: 11
Views: 2344

Re: Nagios XI with Chef

Sure: define service { host_name hostA,hostB service_description chef-server use default-service check_command check_chef-server } Similar happens with multiple host groups: define service { use default-service service_description disk hostgroup_name aix,base,solaris-base check_command check_disk } ...
by tiborracz
Tue May 29, 2018 3:19 am
Forum: Nagios XI
Topic: Nagios XI with Chef
Replies: 11
Views: 2344

Re: Nagios XI with Chef

Hi Scott,

Yes it's Nagios XI 5.4.13
by tiborracz
Fri May 25, 2018 5:24 am
Forum: Nagios XI
Topic: Nagios XI with Chef
Replies: 11
Views: 2344

Re: Nagios XI with Chef

Thank you again. So I can confirm if I follow the "proper import and all the prep that comes with it" those specific services still get duplicated, and exactly that is the issue here :) There's something wrong with the import process for those services - the import checks whether that CCM ...
by tiborracz
Thu May 24, 2018 3:31 am
Forum: Nagios XI
Topic: Nagios XI with Chef
Replies: 11
Views: 2344

Re: Nagios XI with Chef

Hi tmcdonald, You are right but I will add the solution here for others with the same problem. I tried mcapra's suggestion and it works however in that case we lose XI functionality - XI won't know about the config in the static folder so it can't control hosts/services/notifications there. Please v...
by tiborracz
Wed May 23, 2018 10:15 am
Forum: Nagios XI
Topic: Nagios XI with Chef
Replies: 11
Views: 2344

Re: Nagios XI with Chef

Thank you mcapra. I'll take a look at the doc. Meanwhile we opened a support ticket (773087) too with even more information that we discovered, I add them here as well: So essentially if the service uses comma separated list for host_names it gets duplicated in CCM during import. define service { .....
by tiborracz
Wed May 23, 2018 6:58 am
Forum: Nagios XI
Topic: Nagios XI with Chef
Replies: 11
Views: 2344

Nagios XI with Chef

Hello, We used Chef and the classic Nagios cookbook to manage Nagios core. Now we have XI and we want to use it with the Nagios cookbook just because it's already there and works fine. So we generate the core config in the XI's import folder and call reconfigure_nagios.sh. I can confirm the core con...