add alertcontact in uptimerobotservice

This commit is contained in:
Giuseppe Nucifora 2022-07-22 11:20:03 +02:00
parent e80be83293
commit 02dc8f76d1

View File

@ -12,6 +12,6 @@ services:
- '%uptime_robot.credentials.api_key%'
- '@Symfony\Component\Serializer\SerializerInterface'
calls:
- setInterval: '%uptime_robot.configurations.interval%'
- setAlertContactsString: '%uptime_robot.configurations.alert_contacts%'
- setInterval: ['%uptime_robot.configurations.interval%']
- setAlertContactsString: ['%uptime_robot.configurations.alert_contacts%']