Skip to content

Commit

Permalink
Add info on how to find clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrergeru committed Feb 29, 2024
1 parent 7c4186c commit 82d14c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/moira_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
choices: ['graphite_local', 'graphite_remote', 'prometheus_remote']
cluster_id:
description:
- Specify cluster id
- Specify cluster id. List of available clusters can be seen in api at `https://your-moira-url/api/config`
required: False
desc:
description:
Expand Down Expand Up @@ -589,6 +589,7 @@ def main():
'tags': module.params['tags'],
'mute_new_metrics': module.params['mute_new_metrics'],
'trigger_source': module.params['trigger_source'],
'cluster_id': module.params['cluster_id'],
'sched': get_schedule(
module.params['start_hour'],
module.params['start_minute'],
Expand Down

0 comments on commit 82d14c2

Please sign in to comment.