Documentation ¶
Overview ¶
Package supervisord provides facilities for working with Supervisord.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logs ¶
type Logs struct {
// contains filtered or unexported fields
}
Logs is responsible for interactions with logs.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is responsible for interactions with Supervisord via supervisorctl.
func (*Service) PMMUpdateRunning ¶
PMMUpdateRunning returns true if pmm-update-perform supervisord program is running or being restarted, false if it is not running / failed.
func (*Service) StartPMMUpdate ¶
StartPMMUpdate starts pmm-update-perform supervisord program with some preparations.
Click to show internal directories.
Click to hide internal directories.