| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Performane Logs and Alerts problem
i got some problem to set up an alert in Performane Logs and Alerts, it auto send me an email after the counter has been tripped.
this is an logical disk counter after the free space under 30%, it should run the following vbs code please give me a hand to solve this problem, or work around with it. the situation is from computer 1 monitor computer 2 disk space, and if low send an email to admin. computer 1 running small business server 2003, computer 2 is webserver a lot lot thanks. Set objEmail = CreateObject("CDO.Message") objEmail.From = "yyyyy@yyyyyyyy.com" objEmail.To = "xxxx@xxxxxx.com" objEmail.Subject = " Disk full" objEmail.Textbody = "need clean up" objEmail.Send i save this code as .vbs file and put it into "Run this program", but it doesn't run at all and come up with an error in event log as show below. Also i am wounder, how i should set up an "command line arguements" ID 2038 Unable to execute command '' for the diskfull alert. The alert will continue as scheduled. The error code returned is in the data. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. |
|
#2
|
||||
|
||||
|
Performane Logs and Alerts problem
why do you want to use vb to send the notify email if the disk space is low, cause if configure ur servers performance and monitoring correctly it'll do it anyway?
__________________
Hope this advise helps. ![]() If so please show your appreciation by adding reputation points (click gauge image on top right of this post and score).
|
|
#3
|
|||
|
|||
|
how?
can you let me know how to send auto email from performance and mon???
the situation is from computer 1 monitor computer 2 disk space, and if low send an email to admin. computer 1 running small business server 2003, computer 2 is webserver |
|
#4
|
||||
|
||||
|
Performane Logs and Alerts problem
with small business server 2003 go to the Server Managment and click on Monitoring and Reports then click on Setup Monitoring Reports and alerts and follow the wizard which will walk you through all ur required monitoring & alerts
|
![]() |
| Viewing: ASP Free Forums > System Administration > Windows OS > Performane Logs and Alerts problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|