ASP.NET Health Monitoring configuration, valid values for the "eventName" attribute -


What are the valid values ​​for eventName attribute when configuring health monitoring?

  & lt; System.web & gt; ... & lt; Health Monitoring Enabled = "True" Heartbeat = "0" & ​​gt; & Lt; Providers & gt; & Lt; Name = "exampleMailWebEventProvider" type = "System.Web.Management.SimpleMailWebEventProvider" = "error@example.com" = "email@example.com" buffer = "wrong" topic permit = "[exception]" /> & Lt; / Providers & gt; & Lt; Rules & gt; & Lt; Name add = "Testing Mail Event Provider" eventName = "All Event" Provider = "Example Mailware Break" Profile = "Default" minInstances = "1" maxLimit = "infinite" minInterval = "00:01:00" custom = "" /> & Lt; / Rules & gt; & Lt; / HealthMonitoring & gt;  

My Google-fu (and MSDN) have failed me, and I did not get a list of all the default / normal events, which you can subscribe to Can take.

... aaaaaand Here we go: (Surprising how little effort and patience you can get )


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -