1

I've setup Hyperic to run on our CI-machine, and every once in a while it reacts to some random stack trace and sends of an alert. So far so good, we've caught a lot of intermittent bugs that way.

My only issue is that the alert only contains the first error line and not the entire stack trace, which requires me to access the machine and look at the logs manually. Is there any way to modify the alert message to contain more information, alternatively to include the log file in the alert mail?

warren
  • 18,369
  • 23
  • 84
  • 135

1 Answers1

0

I'm sure someone else will be able to expand on this, but from the Hyperic docs, it appears that Log Tracking can be enabled to grab more than one line through the Edit Alert tool.

This might be doable via the New Alert method, as well.

I'd also look at the Alert and Notification pages - as it looks like the default is to only get one line, but it may be alterable therein as well. Or perhaps the Reporting section?

I've not used Hyperic before, so am making a stab entirely off the manual :)

warren
  • 18,369
  • 23
  • 84
  • 135