Home
last modified time | relevance | path

Searched defs:SystemConfProvider (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/conf/
H A DunknownNotify.go56 func (n *Notification) PrepareUnknown(t *Template, c SystemConfProvider, name string, aks []models.…
115 func (n *Notification) NotifyUnknown(t *Template, c SystemConfProvider, name string, aks []models.A…
150 func (n *Notification) PrepareMultipleUnknowns(t *Template, c SystemConfProvider, groups map[string…
196 func (n *Notification) NotifyMultipleUnknowns(t *Template, c SystemConfProvider, groups map[string]…
H A DactionNotify.go62 func (n *Notification) NotifyAction(at models.ActionType, t *Template, c SystemConfProvider, states…
82 func (n *Notification) PrepareAction(at models.ActionType, t *Template, c SystemConfProvider, state…
H A Dnotify.go153 func (n *Notification) NotifyAlert(rt *models.RenderedTemplates, c SystemConfProvider, ak string, a…
H A Dconf.go29 type SystemConfProvider interface { interface
94 func ValidateSystemConf(sc SystemConfProvider) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/
H A Dmain.go324 func initDataAccess(systemConf conf.SystemConfProvider) (database.DataAccess, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/sched/
H A Dsched_test.go65 func initSched(sc conf.SystemConfProvider, c conf.RuleConfProvider) (*Schedule, error) {
H A Dsched.go496 func Load(systemConf conf.SystemConfProvider, ruleConf conf.RuleConfProvider, dataAccess database.D…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/
H A Dexpr.go277 …, rt *models.RenderedTemplates, incident *models.IncidentState, c conf.SystemConfProvider, rcp con…