title: MTR ping/traceroute to destination
agents: linux, freebsd, netbsd, openbsd, macosx
catalog: os/networking
license: GPL
distribution: check_mk
description: 
 Install agent plugin and edit agent plugin configuration {{ mtr.cfg }} Define one or more hosts in it, run inventory and have fun.

inventory:
 Of course this check supports inventory. All sections defined in mtr.cfg will come back in the inventory as hosts.

[parameters]
parameters (dict): This check supports dict parameters with the following keys:

 {"loss"}: Warning / crit level when packet loss goes above these numbers (percentages 0-100).
 {"avg"}: Warning / crit level when average roundtrip time goes above these numbers (in ms).
 {"stddev"}: Warning / crit level when standard deviation on roundtrip times goes above these numbers.

perfdata:
 Per defined host mtr will report packet loss, roundtrip time, best, worst, stddev per hop and of course on the destination.
