Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] changing the default email
- Date: Mon, 17 Aug 2009 20:15:23 -0400
- From: Mag Gam <magawake@xxxxxxxxx>
- Subject: Re: [Condor-users] changing the default email
I know how to notify a user and when to notify the user, thats easy.
But what about the default formatting of the message? I would also
like to remove the wisc.edu since we ARE your big10 rivals :-). This
is for the actual message from condor.
I want the message to include the user_prio and the hostname (not the
ip) which the job ran on.
On Mon, Aug 17, 2009 at 1:05 PM, Matthew Farrellee<matt@xxxxxxxxxx> wrote:
> And directly below that is notify_user, which specifies who actually gets the notification.
>
> If you want to use notify_user in conjunction with SUBMIT_EXPRS as David was suggesting...
>
> Notification = Error
> NotifyUser = jobsink@xxxxxxx
> SUBMIT_EXPERS = NotifyUser, Notification
>
> The result is your jobsink mail bucket gets all emails about job errors.
>
> Best,
>
>
> matt
>
> David A. Kotz wrote:
>> I'm not certain of what you're asking, but if you want to know how to
>> change the default level of notification, it's covered here:
>>
>> http://www.cs.wisc.edu/condor/manual/v7.2/2_5Submitting_Job.html#1792
>>
>> In my main condor config file, I add the following so that users receive
>> email only for error conditions:
>>
>> Notification = Error
>> SUBMIT_EXPRS = Notification
>>
>> - dave
>>
>>
>> Mag Gam wrote:
>>> How and where do you change the default notification email in condor?
>>> Is it even possible and where is it documented in the manual? I have
>>> searched for it for hours :-(
>>>
>>> TIA
>>> _______________________________________________
>>> Condor-users mailing list
>>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
>>> subject: Unsubscribe
>>> You can also unsubscribe by visiting
>>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>>>
>>> The archives can be found at:
>>> https://lists.cs.wisc.edu/archive/condor-users/
>>
>> _______________________________________________
>> Condor-users mailing list
>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
>> subject: Unsubscribe
>> You can also unsubscribe by visiting
>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>>
>> The archives can be found at:
>> https://lists.cs.wisc.edu/archive/condor-users/
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>