Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-565

Monitoring Interface - Timer Minimum functionality is broken

    XMLWordPrintable

Details

    Description

      Current Situation

      When a System Monitor is configured to check the minimum execution time, the Monitoring Interface creates a notification before the defined minimum period was reached.

      How to reproduce

      • Create a job/job chain with the execution time ~10 seconds
        • e.g. by
          ping -n 10 localhost
      • Set the minimum required time for the corresponded job/job chain execution to 5 seconds (less as the job/job chain execution time)
        • Timer
          <Minimum><Script language="javascript"><![CDATA[5]]></Script></Minimum>
      • Run a job/job chain.
      • Run the sos/notification/SystemNotifier job
      • The job/job chains was ended after ~ 10 seconds but the Monitoring Interface generates a notification, e.g. "execution time 3,00s is less than the defined minimum time 5,00s. ...'"

      Desired Behavior
      The Monitoring Interface should generate the Timer Minimum notifications only when the minimum required time consumption was not reached.

      Attachments

        Activity

          People

            re Robert Ehrlich
            re Robert Ehrlich
            Kanika Agrawal Kanika Agrawal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: