config

package
v0.0.0-...-a288e68 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2020 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultAPIPoll    = "10s"
	DefaultIgnorePods = []string{
		"admin-0",
		"restore-0",
		"mongodb-consistent-backup-0",
	}
	DefaultReplsetPoll    = "5s"
	DefaultReplsetTimeout = "3s"
	DefaultMetricsListen  = ":8080"
	DefaultMetricsPath    = "/metrics"
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Username       string
	Password       string
	IgnorePods     []string
	API            *api.Config
	APIPoll        time.Duration
	SSL            *db.SSLConfig
	ReplsetPoll    time.Duration
	ReplsetTimeout time.Duration
}

Watchdog Configuration

Jump to

Keyboard shortcuts

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