Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Email performance alerts.

Reply
Thread Tools Display Modes

Email performance alerts.

 
 
David Solé Pérez
Guest
Posts: n/a

 
      10-29-2008
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.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a

 
      10-29-2008

"David Solé Pérez" <> wrote in message
news:E84F6234-9717-4CDE-8A53-...
> 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?


 
Reply With Quote
 
David Solé Pérez
Guest
Posts: n/a

 
      10-30-2008
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-...
> > 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?
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a

 
      10-30-2008
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
newsE360A44-6FC4-4FEC-AEEB-...
> 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-...
>> > 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?
>>
>>
>>



 
Reply With Quote
 
David Solé Pérez
Guest
Posts: n/a

 
      10-30-2008
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" <> wrote in message
> newsE360A44-6FC4-4FEC-AEEB-...
> > 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-...
> >> > 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?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
onetro
Guest
Posts: n/a

 
      10-23-2009
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...t-httplog.aspx
 
Reply With Quote
 
Pegasus [MVP]
Guest
Posts: n/a

 
      10-23-2009

<onetro> wrote in message news:...
> 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.


 
Reply With Quote
 
DaveMills
Guest
Posts: n/a

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

>
><onetro> wrote in message news:...
>> 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.
 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-23-2009
"DaveMills" <> wrote in message
news:...

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:
>
>>
>><onetro> wrote in message news:...
>>> 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.




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Start performance alerts on start-up Gaspar Windows Server 0 07-12-2007 11:21 AM
Performance Monitor and Performance Alerts Roundy Windows Server 0 04-10-2007 10:08 PM
Performance Logs and Alerts Service cannot be started anymore Geoffrey (Netwerkbeheerder) Windows Server 0 10-05-2006 07:10 AM
Performance Monitor - Email Alerts? Keith Windows Server 0 10-19-2005 08:52 AM
performance logs and alerts through Terminal session. santosh Windows Server 2 07-08-2005 07:17 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59