Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Administration pane, click System Diagnostics.

     
    Diagnostics Dashboard dialog
     
  2. In the Services table, click CardioLog Diagnostics Service in order to edit the service schedule type.

     
     CardioLog Diagnostics Service dialog
     
  3. In the Services table, click CardioLog Scheduling Service in order to view the status of the service. 

     
    CardioLog Scheduling Service Status dialog

  4. In the CardioLog Scheduling Service Status dialog, check the Send service error alerts checkbox in order to receive service error alerts via email.
  5. Anchor
    email alerts
    email alerts
    Click Email Alerts Settings to configure the email settings.
    1. In the Configure Email Settings dialog, fill out the following fields:
      SMTP Mail Server - A full DNS name for the SMTP Server. Example: "
      mycompany.com"
      SMTP User Name, SMTP Password - these are optional fields used for supplying credentials.
      System Administrator e-mail address - recipients list for service error alerts. Click the right arrow to select Email addresses.
    2. Click Add to add the email address to the selected recipients list.
    3. Click Save, and restart CardioLog Scheduling Service.

      To configure a secure SMTP server with a non-default port or the CardioLog reports email sender and subject, edit the following keys in the [CardioLog Installation Folder]\CardioLogSchedulingService\Settings.config file in the <handlersParams> section:

      <param>

            <handlerId>6</handlerId>

            <name>SMTPMailFrom</name>

            <val><![CDATA[CardioLog_Reports@intlock.com]]></val>

      </param>

      <param>

            <handlerId>6</handlerId>

            <name>SMTPUseSSL</name>

            <val><![CDATA[0]]></val>

      </param>

      <param>

            <handlerId>6</handlerId>

            <name>SMTPPort</name>

            <val><![CDATA[25]]></val>

      </param>

      <param>

            <handlerId>6</handlerId>

            <name>SMTPMailSubject</name>

            <val><![CDATA[CardioLog Report]]></val>

      </param>
      Note that the <handlerId> should be the CardioLogScheduler id in the <handlers> section: 
      <handler>
            <handlerId>6</handlerId>
            <handlerName>CardioLogScheduler</handlerName>
      ... 


      Configure Email Settings dialog



      Select Users and Groups E-mail Address dialog

    4. In the Services table, click each service component to view its status.

       
      Usage Data Processing Status dialog
       
    5. In the Service Component dialog, click View log file to view the service component log file.
    6. In the Services table, click XML to view the status of all service components in a single XML web page. This web page can be used by other monitoring systems in your organization as well.

...