config

package
v0.0.0-...-f6e2e2c Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2019 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultConfig = Config{
	Period:   1 * time.Second,
	Command:  "systemctl check",
	Services: []string{"sshd"},
	Regex:    "active",
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Period   time.Duration `config:"period"`
	Command  string        `config:"command"`
	Services []string      `config:"services"`
	Regex    string        `config:"regex"`
}

Jump to

Keyboard shortcuts

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