diff --git a/README.md b/README.md index 96e69f66a703c1a35a9e399f592c99485fda40a1..60c117abb518c67e5c7b3fa2bca30314352e89de 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,32 @@ -# Cisco NTP [(Download the MKP package)](/../../../-/raw/master/{REPLACE_WITH_PACKAGE_NAME}.mkp "Download MKP package") +# Extended traceroute plugin [(Download the MKP package)](/../../../-/raw/master/active_check_traceroute.mkp "Download MKP package") + +This is a extension for the original CheckMK traceroute plugin (Routing) + +it adds the following options: + +- service description suffix +- alternate destination address +- destination port for UDP/TCP path trace +- max hops +- queries per hop +- source address +- source interface (needs root permissions) +- perfometer + +**Note: Source address and source interface uses the "shell=True" option in in the "subprocess.Popen" command. This is highly insecure, so be careful.** + +**Note**: the original TCP path trace option also needs root permisions. -Monitors status of C{REPLACE_WITH_PACKAGE_TITLE} --- Check Info: -* *service*: creates the service **_NTP status_** and one service **_NTP {item}_** for each NTP association, with the association name/ip-address as item +* *service*: creates the service **_Routing {item}_** with optional suffix as item --- -* *state*: \ - **warning**: - * if NTP refID is in AUTH, AUTO, CRYPT, DENY, INIT, LOCL, RATE, STEP, TIME or XFAC (see WATO) - * if Error counter > 0 (see WATO) - - **critical**/**warning**: - * if offset or stratum outside the configured levels (see WATO)\ +* *state*: see original plugin --- * *wato*: [(see WATO options)](/../../../-/raw/master/doc/wato.png "see sample screenshot") --- -* *perfdata (if avilable)*: - * Offset (s) - * Delay (s) - * Jitter (s) - * Protocol errors (/s) - * Version errors (/s) ---- -#### Want to contribute? -Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") +* *perfdata*: see original plugin --- Sample output