-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
I have a usecase where I want multiple prometheus instances on the same machine. With the recent support of federation, this will become more and more common.
How do you think this cookbook should support that ? It's in theory possible to create a wrapper, but a lot would have to be wrapped, mostly anything that refers to service[prometheus]
Prosition:
- In init scripts, change name=prometheus to name=$(basename $0) (iksaif@90f58ec)
- Change service[prometheus] to "service[prometheus" + instance "]" (defaults to "")
- Also prepend 'instance' to the multiple paths that may be affected.
What do you think ? Is there a more idiomatic way to do that with chef ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels