I'm trying to make an alarm notification module that uses a REST to SMS service. I've copied and modified the slack alarm notification example from github but neither are working.
I'm seeing this in the log for the slack module and similar for my modified copy of it:
No AlarmNotificationProfileType 'SlackType' found, using NoOpProfile. module-name=Slack Alarm Notification Example, alarm-notification-profile=Slack
Is this error causing it to not work? How do I fix it?
This message means there's a profile instance that has been created of type 'SlackType' but for whatever reason at this point in time no module has registered an extension point of that type.
You'll probably have to share some code or whatever modifications you've made.
Thank you. Restarting the gateway seems to make things work again. It seems a bit random as to whether that is required or not as sometimes I can reinstall the module after making changes and it doesn't have the error.