Hi Folks, I'm trying to set an alert for any downe...
# prefect-ui
j
Hi Folks, I'm trying to set an alert for any downed agents using the automations panel, but I'm a bit confused with the "agent config ID" portion of this. I need to specify one in order to create an automation for this in the UI, looks like. I keep getting a parsing error when I try to execute • prefect agent local start ... --agent-config-id "whatever" , or • prefect agent local start ... --agent-config-id whatever Do I have to create the agent config id somewhere? Can I set an alert for an agent without using this config id?
1
k
Hi Jacon, you create the id using the UI when you make the automation and then start the agent with it
Yes you need the config id
a
Exactly as Kevin said - go to https://cloud.prefect.io/?automations, create agent config, then start an agent with it:
example alert
j
aaaahhhhhh. Thanks again folks!