naemon / naemon-core

Networks, Applications and Event Monitor
http://www.naemon.io/
GNU General Public License v2.0
151 stars 63 forks source link

improve latency handling #422

Closed sni closed 1 year ago

sni commented 1 year ago

right now all hosts/services have a wrong latency because calculation is based on the integer value of next_check but the scheduled event uses microseconds. So use the latency based on the event timestamp instead which has subsecond precision.