Guest David Solé Pérez Posted October 29, 2008 Posted October 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.
Guest Pegasus \(MVP\) Posted October 29, 2008 Posted October 29, 2008 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?
Guest David Solé Pérez Posted October 30, 2008 Posted October 30, 2008 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? > > >
Guest Pegasus \(MVP\) Posted October 30, 2008 Posted October 30, 2008 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? >> >> >>
Guest David Solé Pérez Posted October 30, 2008 Posted October 30, 2008 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? > >> > >> > >> > > >
Recommended Posts