Hello everyone,
so I’m sitting here and wanted to know if there is any way to get a Slack / E-Mail Notification. Because I run into a weird issue. I created an Event with:
On validate_check,
Type Script
Post
With the Condition:
- failcounter_exceeded > 0
But as soon as I save it it breake the complete System with an Error 500. In the logs are written:
[Thu Jan 19 08:35:27.261743 2023] [wsgi:error] [pid 1263468:tid 140535786145536] [remote 172.30.4.11:60864] TypeError: '>' not supported between instances of 'NoneType' and 'str'
Which makes senses
So, can anybody help me how I’m able to trigger a script, as soon as someone exceeds his Fail counter?
Thanks!