cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Monaco 2.0 | Host Group Change/Creation

Sahil23
Visitor

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!

3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

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. 🙂

Hi,

Sorry, I think that API is not supported today. You can see full list here.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts