httpcheck

package
v0.56.4 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: GPL-3.0 Imports: 18 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"`
}

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

Jump to

Keyboard shortcuts

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