1
1
openmpi/orte/mca/notifier/smtp
Ralph Castain 007d14f238 Add a threshold reporting level to the orte notifier framework. This takes a string value:
"critical" - any error at or above the critical severity will be reported (i.e., only critical errors)
"warning" - any error at or above the warning severity will be reported (i.e., warning and critical errors)
"notice" - pretty much everything will be reported

Default to "critical" to keep down the chatter.

Obviously, only places that call orte_notifier will be affected - all other error reporting (e.g., via opal_output calls) is unaffected.

This commit was SVN r21693.
2009-07-16 13:31:23 +00:00
..
configure.m4 Add the "smtp" notifier component. It uses libesmtp 2009-03-06 21:59:19 +00:00
configure.params Add the "smtp" notifier component. It uses libesmtp 2009-03-06 21:59:19 +00:00
help-orte-notifier-smtp.txt Add the "smtp" notifier component. It uses libesmtp 2009-03-06 21:59:19 +00:00
Makefile.am Add the "smtp" notifier component. It uses libesmtp 2009-03-06 21:59:19 +00:00
notifier_smtp_component.c Minor comment fix 2009-04-27 12:47:30 +00:00
notifier_smtp_module.c Add a threshold reporting level to the orte notifier framework. This takes a string value: 2009-07-16 13:31:23 +00:00
notifier_smtp.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00