‎2012-02-15
08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Email when a service is down
Hello everybody, Could you please help me for question, is it possible to send an email when a service is down ? More precisly a Collector. Thanks in advance. Regards, Elwyn.
2 Replies
‎2012-02-21
11:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You may check service status from batch, as example: sc query "NIC Asset Collector Service" | findstr -i "running" if %errorlevel% equ 1 ( send email )
‎2012-03-30
09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
A little late to the party, but here's my take: enVision has a few built in correlation rules for collector related problems, but I set up my own to alert on the following event IDs: 100000; 100002; 100002:01; 100009; 400001; 400014; 400015; 507142; 507143; 507144; 507145:01; 507145 These will pretty much cover any issue with a collector and storage (file overwrite, storage nearing full, collector shutdown, etc). It's working fine for me, and not too noisy! Good luck!
