jump to navigation

How to Send perfmon email alerts using sendmail.exe December 10, 2009

Posted by vmaceda in Uncategorized.
trackback
Download sendemail.exe:
http://caspian.dotconf.net/menu/Software/SendEmail/
 
Create a batch file similar with the similar code below:
 
C:\sendEmail.exe -f alert_account@mydomain.com -t myemail@mydomain.com -u SUBJECT -m %1 -s localhost:25 -xu login -xp password
 
Create the alert:
1.) Click on start->Run
2.) Enter perfmon on the Alerts node, right click and select new alert settings
3.) Enter the name of the alert
4.) On the general tabclick the add button to add your counters and adjust the alert value
5.) On the action tab tick on run this program and browse for the batch file you just created
6.) Click Apply

Comments»

1. warbose - July 5, 2012

Muito obrigado, me ajudou bastante.


Leave a comment