Is it possible to email a graph of say, CPU usage, in an advanced alert?
The hangup for me is that we are SSL and the URL wants authentication.
Has anyone done this or is there another way to grab a graph and add it to the alert message?
i've used a program called SENDSMTP which has a parameter to include sending a file with the email. i would think if you saved the graph to a file first then use SENDSMTP to pick it up then this may work for you. i use Adv Alert EXTERNAL ACTION with this utility. also, it seems to me SSL would not be concerned with this transaction since it originates locally - but you never know sometimes...good luck
SendSMTP to=person@place.com [message="text" | file="filespec"] [options]
I would love to use the out-of-the-box feature but since we are SSL I can't get it to work. Same reason why I can't email reports....
Still looking for a solution.