Email performance alerts.

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

David Solé Pérez

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.
 
P

Pegasus \(MVP\)

"David Solé Pérez" 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?
 
D

David Solé Pérez

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" 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?
>
>
>
 
P

Pegasus \(MVP\)

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" 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" 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?
>>
>>
>>
 
D

David Solé Pérez

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:ScriptsDavidAlert.vbs
>
> The script "DavidAlert.vbs" contains the code to send yourself an EMail
> message.
>
>
> "David Solé Pérez" 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" 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?
> >>
> >>
> >>

>
>
>
 
O

onetro

Email performance alerts

Hi David

Appreciate if you could send me the DavidAlert.vbs script.

thanks,

onetro



Pegasus \(MVP\) wrote:

Re: Email performance alerts.
29-Oct-08

Are you asking how to attach a perfomance counter file to an EMail generated
by a script?

Previous Posts In This Thread:

On 29 October 2008 14:13
DavidSolPre wrote:

Email performance alerts.
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 s

On 29 October 2008 14:18
Pegasus \(MVP\) wrote:

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

On 30 October 2008 04:31
DavidSolPre wrote:

Hi,Yes. This is the question.
Hi,

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

Thanks.

"Pegasus (MVP)" wrote:

On 30 October 2008 05:14
Pegasus \(MVP\) wrote:

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

On 30 October 2008 11:00
DavidSolPre wrote:

Re: Email performance alerts.
Ok Pegasus.

This is what I want.

Thank you very much.

"Pegasus (MVP)" wrote:

On 20 July 2009 11:00
Luiz Felipe Moraes Goncalves wrote:

Performance Alert by email
Hi Pegasus,

I have searched about how can I send an email alert, from Performance Monitor, and I found your help.
Can you send that sample to me, please?

Thanks for while.

Best Regards.

Luiz

EggHeadCafe - Software Developer Portal of Choice
Build an ASP.NET HttpLog Filter Module
http://www.eggheadcafe.com/tutorials/aspne...et-httplog.aspx
 
P

Pegasus [MVP]

Re: Email performance alerts

wrote in message news:20091022235130onetro@hotmail.com...
> Hi David
>
> Appreciate if you could send me the DavidAlert.vbs script.
>
> thanks,
>
> onetro


I recommend you start your own thread and state your requirements clearly
instead of piggy-backing on to someone else's thread that is now one year
old.
 
D

DaveMills

Re: Email performance alerts

On Fri, 23 Oct 2009 07:38:47 +0200, "Pegasus [MVP]" wrote:

>
> wrote in message news:20091022235130onetro@hotmail.com...
>> Hi David
>>
>> Appreciate if you could send me the DavidAlert.vbs script.
>>
>> thanks,
>>
>> onetro

>
>I recommend you start your own thread and state your requirements clearly
>instead of piggy-backing on to someone else's thread that is now one year
>old.
>
That explains why I have no idea what onetro is referring to, no history that
far back.
--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
A

Ace Fekay [MCT]

Re: Email performance alerts

"DaveMills" wrote in message
news:0gq3e5d18tfvgmd4u11m0md7l3gg77njrj@4ax.com...

I don't think the poster realizes his posts actually are being posted in the
Microsoft public newsgroups from whatever website he is posting from, and
that the newsgroups retire/expunge posts after 90 days. It is to his/her
advantage to post to the actual newsgroup instead of the web forum he is
posting from, or create a new thread from the web forum he is posting from.


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.



> On Fri, 23 Oct 2009 07:38:47 +0200, "Pegasus [MVP]"
> wrote:
>
>>
>> wrote in message news:20091022235130onetro@hotmail.com...
>>> Hi David
>>>
>>> Appreciate if you could send me the DavidAlert.vbs script.
>>>
>>> thanks,
>>>
>>> onetro

>>
>>I recommend you start your own thread and state your requirements clearly
>>instead of piggy-backing on to someone else's thread that is now one year
>>old.
>>
> That explains why I have no idea what onetro is referring to, no history
> that
> far back.
> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that
> don't.
 
Back
Top Bottom