My traceroute My traceroute
KeyTypeRequiredDescription
MTR_DESTINATIONstringDestination IP address or hostname
RESULT_FILEstringwrite output json data to
ZABBIX_KEYstringDefault name for Zabbix Item key name
My traceroute
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "My traceroute",
        en: "My traceroute"
    },
    description: {
        cs: "MTR zkoum\u00e1 sm\u011brova\u010de na cest\u011b trasy omezen\u00edm po\u010dtu p\u0159eskok\u016f, kter\u00e9 mohou jednotliv\u00e9 pakety proj\u00edt, a naslouch\u00e1n\u00edm odpov\u011bd\u00edm na jejich vypr\u0161en\u00ed.",
        en: "MTR probes routers on the route path by limiting the number of hops individual packets may traverse, and listening to responses of their expiry."
    },
    executable: "mtr-multiflexi",
    homepage: "https:\/\/github.com\/VitexSoftware\/multiflexi-mtr",
    ociimage: "docker.io\/vitexsoftware\/mtr-multiflexi",
    uuid: "7492e4fe-0192-434b-b9c0-2497a360e17c",
    tags: [
        "Network",
        "Analytics",
        "Sensor"
    ],
    version: "0.1.0.23",
    schemaVersion: "3.3.0",
    environment: {
        MTR_DESTINATION: {
            type: "string",
            description: "Destination IP address or hostname",
            defval: "one.one.one.one",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "mtr_report_{MTR_DESTINATION}.json",
            required: false
        },
        ZABBIX_KEY: {
            type: "string",
            description: "Default name for Zabbix Item key name",
            defval: "TraceRoute-{MTR_DESTINATION}",
            required: false
        }
    }
}
Download my_traceroute.multiflexi.app.json