Email web report when a particular event is generated in system

(imported topic written by AnujAttree)

Hi,

We’ve a requirement to detect when event id 55, source ntfs is generated in any server. And when it happens an email should be sent to a group detailing server name, time of event generated, description of event.

i’m able to fetch event log details but not been able to make a working piece of it as per the requirement.

(event id of it mod 65536, source of it, description of it, time generated of it) of records whose (event id of it mod 65536=55 and source of it as lowercase = “ntfs”) of event log “System”

Can you guys please help in creating the web reports relevance for it?

Thanks,

Anuj

(imported comment written by AnujAttree)

Hey guys,

Please answer…

, or this needs to be presented in a different way?

Thanks,

Anuj

(imported comment written by NoahSalzman)

So, the Relevance seems to work:

q: (event id of it mod 65536, source of it, description of it, time generated of it) of records whose (event id of it mod 65536=55 and source of it as lowercase = “ntfs”) of event log “System”

A: 55, Ntfs, The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume C:. , ( Fri, 10 Feb 2012 17:20:00 -0800 )

A: 55, Ntfs, The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume1. , ( Fri, 10 Feb 2012 17:20:00 -0800 )

A: 55, Ntfs, The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume C:. , ( Fri, 10 Feb 2012 17:20:00 -0800 )

Are you asking how you would email this report?