Logging

  • : Function ereg() is deprecated in /var/www/www.likee.org/htdocs/includes/file.inc on line 895.
  • : Function ereg() is deprecated in /var/www/www.likee.org/htdocs/includes/file.inc on line 895.
  • : Function ereg() is deprecated in /var/www/www.likee.org/htdocs/includes/file.inc on line 895.
  • : Function split() is deprecated in /var/www/www.likee.org/htdocs/sites/all/modules/menu_block/menu_block.module on line 137.

All monitoring processes are logged in database. A log record is created for each URL in every monitoring loop. If the URL call succeeded, a log record for every pattern is attached.

The Logging page shows log of URL calls. The data can be filtered by:

  • period

    • one selected day

    • one selected month

  • number of items shown per page

  • result

    • only errors (failed URL calls or pattern tests with severity Error)

    • errors and warnings (all failures regardless severity)

    • all

  • module

    • one selected

    • all

Records can be sorted by time in ascending / descending order. Order can be changed by clicking the header.

Every logging record shows several attributes:

  • Date and time
    Date and time of the URL request

  • Module
    Name of monitoring module that this URL belongs to

  • Url
    Url name of this record

  • Test duration
    Duration of the test in milliseconds. The time from starting the request until completing all pattern tests on this URL

  • Results
    Result of the URL test. The field indicates whether the URL response and all pattern tests were successful, or pattern tests failed or URL failed to response. The status can be clicked to open log of attached pattern tests. Color of the field corresponds to colors used in statistics.

Pattern test log contains following fields:

  • Date and time
    Date and time of the pattern test

  • Url
    Name of the URL owning this pattern

  • Pattern name
    Name of the pattern

  • RegExp
    Tested regular expression

  • Captured value
    Value obtained from regular expression (if used)

  • Condition type
    comparison type for the critical value

  • Critical value
    Reference value that was compared to result of regular expression