file=/etc/alertmanager/alertmanager.yml err="yaml: unmarshal errors:\n line 51: field to not found in type config.plain\n line 53: field send_resolved not found in type config.plain"
My config:
receivers:
- name: 'opsteam-sms'
- to: '+2111221121'
send_resolved: true
webhook_configs:
- url: 'http://loclahost:9091/send'
Let's say i have a smaller set or or rules and i want to have for one of them 10 numbers where i send then for the second i want 5 numbers and so on?