Email performance alerts.

  • Thread starter Thread starter David Solé Pérez
  • Start date Start date
D

David Solé Pérez

Guest
Hi all,

I want to configure e-mail notifications like SBS 2003 on a Windows 2003
Server Std. I can configure manually a lot of performance counters but I want
to send by mail. I know I can create a scritp that sends e-mails (vscript)
but I don't know how I could configure this.

Coul you help me?

Thank you very much.
 
Re: Email performance alerts.


"David Solé Pérez" <DavidSolPrez@discussions.microsoft.com> wrote in message
news:E84F6234-9717-4CDE-8A53-F82B942C6D4A@microsoft.com...
> Hi all,
>
> I want to configure e-mail notifications like SBS 2003 on a Windows 2003
> Server Std. I can configure manually a lot of performance counters but I
> want
> to send by mail. I know I can create a scritp that sends e-mails (vscript)
> but I don't know how I could configure this.
>
> Coul you help me?
>
> Thank you very much.


Are you asking how to attach a perfomance counter file to an EMail generated
by a script?
 
Re: Email performance alerts.

Hi,

Yes. This is the question. I want to receive an e-mail message when a
performance alert occurs.

Thanks.

"Pegasus (MVP)" wrote:

>
> "David Solé Pérez" <DavidSolPrez@discussions.microsoft.com> wrote in message
> news:E84F6234-9717-4CDE-8A53-F82B942C6D4A@microsoft.com...
> > Hi all,
> >
> > I want to configure e-mail notifications like SBS 2003 on a Windows 2003
> > Server Std. I can configure manually a lot of performance counters but I
> > want
> > to send by mail. I know I can create a scritp that sends e-mails (vscript)
> > but I don't know how I could configure this.
> >
> > Coul you help me?
> >
> > Thank you very much.

>
> Are you asking how to attach a perfomance counter file to an EMail generated
> by a script?
>
>
>
 
Re: Email performance alerts.

You do this:
1. Create a performance alert item.
2. Under the "Action" tab, tick "Run this program".
3. In the box below the Action tab, type this command:
cscript //nologo c:\Scripts\DavidAlert.vbs

The script "DavidAlert.vbs" contains the code to send yourself an EMail
message.


"David Solé Pérez" <DavidSolPrez@discussions.microsoft.com> wrote in message
news:DE360A44-6FC4-4FEC-AEEB-3D5B73E034B5@microsoft.com...
> Hi,
>
> Yes. This is the question. I want to receive an e-mail message when a
> performance alert occurs.
>
> Thanks.
>
> "Pegasus (MVP)" wrote:
>
>>
>> "David Solé Pérez" <DavidSolPrez@discussions.microsoft.com> wrote in
>> message
>> news:E84F6234-9717-4CDE-8A53-F82B942C6D4A@microsoft.com...
>> > Hi all,
>> >
>> > I want to configure e-mail notifications like SBS 2003 on a Windows
>> > 2003
>> > Server Std. I can configure manually a lot of performance counters but
>> > I
>> > want
>> > to send by mail. I know I can create a scritp that sends e-mails
>> > (vscript)
>> > but I don't know how I could configure this.
>> >
>> > Coul you help me?
>> >
>> > Thank you very much.

>>
>> Are you asking how to attach a perfomance counter file to an EMail
>> generated
>> by a script?
>>
>>
>>
 
Re: Email performance alerts.

Ok Pegasus.

This is what I want.

Thank you very much.

"Pegasus (MVP)" wrote:

> You do this:
> 1. Create a performance alert item.
> 2. Under the "Action" tab, tick "Run this program".
> 3. In the box below the Action tab, type this command:
> cscript //nologo c:\Scripts\DavidAlert.vbs
>
> The script "DavidAlert.vbs" contains the code to send yourself an EMail
> message.
>
>
> "David Solé Pérez" <DavidSolPrez@discussions.microsoft.com> wrote in message
> news:DE360A44-6FC4-4FEC-AEEB-3D5B73E034B5@microsoft.com...
> > Hi,
> >
> > Yes. This is the question. I want to receive an e-mail message when a
> > performance alert occurs.
> >
> > Thanks.
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "David Solé Pérez" <DavidSolPrez@discussions.microsoft.com> wrote in
> >> message
> >> news:E84F6234-9717-4CDE-8A53-F82B942C6D4A@microsoft.com...
> >> > Hi all,
> >> >
> >> > I want to configure e-mail notifications like SBS 2003 on a Windows
> >> > 2003
> >> > Server Std. I can configure manually a lot of performance counters but
> >> > I
> >> > want
> >> > to send by mail. I know I can create a scritp that sends e-mails
> >> > (vscript)
> >> > but I don't know how I could configure this.
> >> >
> >> > Coul you help me?
> >> >
> >> > Thank you very much.
> >>
> >> Are you asking how to attach a perfomance counter file to an EMail
> >> generated
> >> by a script?
> >>
> >>
> >>

>
>
>
 
Back
Top