Search found 2 matches

by hostgroupguy
Mon Mar 24, 2025 2:26 am
Forum: Nagios XI
Topic: API config host - how to configure hostgroup inheritance
Replies: 2
Views: 699

Re: API config host - how to configure hostgroup inheritance

That was the case indeed.

Thank you!
by hostgroupguy
Fri Mar 21, 2025 8:55 am
Forum: Nagios XI
Topic: API config host - how to configure hostgroup inheritance
Replies: 2
Views: 699

API config host - how to configure hostgroup inheritance

I'm using Nagios XI API to configure my hosts. I'm able to do it successfully except for hostgroup inheritance. The options for choosing hostgroup inheritance for host in the GUI are standard, null or +. In my code I'm posting hostgroups like this: $hostgroup="+hostgroup1,hostgroup2" curl ...