08 May 2024 08:28 AM
Hi all,
I was just exploring possibilities of configuration management via Monaco.
Is it possible to change (or create new) the host group parameter using Monaco 2.0?
Thanks in advance!
Solved! Go to Solution.
08 May 2024 10:07 AM
Hi,
I am not sure if I catch your point, but you can deploy configurations to host groups using host group id. You need to define host group id in "scope" label in your config YAML file. For example:
configs:
- id: XXXXX
type:
settings:
schema: builtin:os-services-monitoring
scope: HOST_GROUP-XXXXX
config:
name: XXXXX
template: XXXXX.json
This will deploy some specific OS Service monitoring to a specific host group.
Best regards
08 May 2024 11:02 AM - edited 08 May 2024 11:02 AM
What I was trying to achieve was changing the host group itself, for example I will give a set of host name/ host ids as payload and change the host group parameter for them.
It is possible using Environment API v2(OneAgent - Remote configuration management). Wanted to explore possibility using Monaco. 🙂
08 May 2024 03:13 PM
Hi,
Sorry, I think that API is not supported today. You can see full list here.
Best regards