pod-network-check

command module
v0.0.0-...-5b2b12c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2023 License: MIT Imports: 15 Imported by: 0

README

pod-network-check
-----------------
Sends pod connection failure events to DataDog.

USAGE
	pod-network-check -name {C} -namespace {N} -ports {X,Y,Z...}
	                  -dogstatsd {D} -interval {I} -timeout {T}
	                  -protocol {P} -debug

ARGUMENTS
	-name        A name for the check; used the aggregation key.
	-namespace   The `kubernetes' namespace to check for pods.
	-ports       Comma separated list of ports to check.
	-dogstatsd   Address to the `dogstatsd' server.
	-interval    Check run interval, in seconds.
	-timeout     Dial timeout for pods, in seconds.
	-protocol    Protocol to use for the check.
	-debug       Print debug output.

DEFAULTS
	-name        pod-network-check
	-interval    30
	-timeout     5
	-protocol    tcp
	-debug       false

DOCKER
	clickyotomy/pod-network-check:latest

DOCUMENTATION
	https://godoc.org/github.com/clickyotomy/pod-network-check

Documentation

Overview

Command pod-network-check sends pod connection failure events to DataDog.

Usage:

pod-network-check -name {C} -namespace {N} -ports {X,Y,Z...}
                  -dogstatsd {D} -interval {I} -timeout {T}
                  -protocol {P} -debug

Arguments:

-name        A name for the check; used the aggregation key.
-namespace   The `kubernetes' namespace to check for pods.
-ports       Comma separated list of ports to check.
-dogstatsd   Address to the `dogstatsd' server.
-interval    Check run interval, in seconds.
-timeout     Dial timeout for pods, in seconds.
-protocol    Protocol to use for the check.
-debug       Print debug output.

Defaults:

-name        pod-network-check
-interval    30
-timeout     5
-protocol    tcp
-debug       false

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL