Hello!
I have some problem with SMS notifications. When my host or service goes into hard state, an alert is triggered - an entry in the log:
[2020-01-19 22:01:25 +0300] information/Notification: Sending 'Problem' notification 'Icinga!IT service SMSnotificationS01' for user 'username1'
[2020-01-19 22:01:25 +0300] information/Notification: Sending 'Problem' notification 'Icinga!IT service SMSnotificationS01' for user 'username2'
[2020-01-19 22:01:25 +0300] information/Notification: Sending 'Problem' notification 'Icinga!IT service SMSnotificationS01' for user 'username3'
how can I observe the sending of notifications starts at one moment for everyone, but my script does not cope, is it possible to implement sending sequentially? Or set a delay between each notifications?