httpcheck

package
v0.58.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: GPL-3.0 Imports: 19 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.5.0

type Config struct {
	web.HTTP         `yaml:",inline"`
	UpdateEvery      int                 `yaml:"update_every"`
	AcceptedStatuses []int               `yaml:"status_accepted"`
	ResponseMatch    string              `yaml:"response_match"`
	CookieFile       string              `yaml:"cookie_file"`
	HeaderMatch      []HeaderMatchConfig `yaml:"header_match"`
}

type HTTPCheck

type HTTPCheck struct {
	module.Base
	Config `yaml:",inline"`
	// contains filtered or unexported fields
}

func New

func New() *HTTPCheck

func (*HTTPCheck) Charts

func (hc *HTTPCheck) Charts() *module.Charts

func (*HTTPCheck) Check

func (hc *HTTPCheck) Check() bool

func (*HTTPCheck) Cleanup

func (hc *HTTPCheck) Cleanup()

func (*HTTPCheck) Collect

func (hc *HTTPCheck) Collect() map[string]int64

func (*HTTPCheck) Init

func (hc *HTTPCheck) Init() bool

type HeaderMatchConfig added in v0.58.0

type HeaderMatchConfig struct {
	Exclude bool   `yaml:"exclude"`
	Key     string `yaml:"key"`
	Value   string `yaml:"value"`
}

Jump to

Keyboard shortcuts

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