Page 1 of 1

[ANSWERED]Send text of actual error along with notification?

PostPosted: Mon Jun 22, 2015 11:43 am
by chobo
All -

I'm attempting to resolve a connectivity error with a device/plugin and was wondering if it is possible to send the offending error text with the notification I have working? The current trigger is very basic:

Trigger:
Type: SQL Logger Event
Event: Error in Event Log
Errors to monitor for: All

Condition:
none

Actions:
Notification Actions: Send Email


Thanks in advance for any help!

Re: Send text of actual error along with notification?

PostPosted: Mon Jun 22, 2015 4:03 pm
by jay (support)
Not easily. You'd need to have a script get the errors out of the SQL database and send them to you.

At the moment, nothing about the triggering event is passed through to the actions. It's a feature on our request list, but it's a really big effort and the priority just isn't high enough for it to trump other features. We also have on our list better error handling mechanisms. No further information on those at this time.

Re: [ANSWERED]Send text of actual error along with notificat

PostPosted: Tue Jun 23, 2015 12:06 am
by howartp
viewtopic.php?t=14312

This plugin was only posted yesterday but might help, depending where the limitation your experiencing lies.


Sent from my iPhone using Tapatalk

Re: [ANSWERED]Send text of actual error along with notificat

PostPosted: Tue Jun 23, 2015 11:00 am
by chobo
Thanks, Jay & howartp! I'll explore the script option and the new email plugin referenced.