You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with an Icinga 2 setup with hosts and these hosts being part of host groups. When querying these hosts via icinga2 object list -t Host, no groups are being listed.
$ icinga2 object list -t Host | grep groups
* groups = [ ]
* groups = [ ]
* groups = [ ]
[ . . . ]
However, this information is available when using the Icinga 2 API.
Describe the bug
Starting with an Icinga 2 setup with hosts and these hosts being part of host groups. When querying these hosts via
icinga2 object list -t Host
, no groups are being listed.However, this information is available when using the Icinga 2 API.
To Reproduce
Create one or multiple
Host
objects, place these inHostGroups
, execute the commands from above.Expected behavior
I would expect the groups to be part of the
icinga2 object list
output.Screenshots
N/A
Your Environment
Include as many relevant details about the environment you experienced the problem in
icinga2 --version
): r2.14.5-1Additional context
N/A
The text was updated successfully, but these errors were encountered: