Dynamic list of configs #1463
Closed
reinhard-brandstaedter
started this conversation in
Ideas
Replies: 1 comment
-
@reinhard-brandstaedter Hi, I think this issue is related to your request. Unfortunately, using "entity selectors" this is still not supported by Monaco. It is planned to be implemented but I cannot give you a concrete date on that. Alternatively you could use the terraform provider for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking into following scenario, and tried to approach it maybe with GO templating, but it seems thats not the right way.
I want to apply a configuration that is scoped to a single HOST to a long/dynamic list of hosts. E.g. if I want to use monaco to switch the monitoring mode of many hosts I'd need a
config.yaml
that contains a long list of individual configs:and a monitoring_mode.json:
Is there any way that one could supply this list of hosts in a dynamic fashion built in to monaco? or does one have to create the config.yaml with each and every host in question?
Beta Was this translation helpful? Give feedback.
All reactions