<configuration>
   <system.web>

      <healthMonitoring enabled="true">

         <eventMappings>
            <!-- kd odstrann kvli strunosti -->
         </eventMappings>

         <providers>
            <!-- kd odstrann kvli strunosti -->
         </providers>

         <rules>
            
            <clear />

            <add name="Vchoz pro vechny chyby" eventName="Vechny chyby" 
             provider="Poskytovatel pro protokol udlost"
             profile="Vchoz" minInstances="1" maxLimit="Infinite" 
             minInterval="00:01:00" custom="" />
            <add name="Vchoz pro nespn oven" eventName="Nespn oven"
             provider="Poskytovatel pro protokol udlost" profile="Vchoz" minInstances="1"
             maxLimit="Infinite" minInterval="00:01:00" custom="" />
            <add name="Vechny chyby do SQL Serveru" eventName="Vechny chyby" 
             provider="Poskytovatel pro SQL Server"
             profile="Vchoz" minInstances="1" maxLimit="Infinite" 
             minInterval="00:01:00" custom="" />

         </rules>

      </healthMonitoring>

   </system.web>
</configuration>
