Home
last modified time | relevance | path

Searched refs:checkID (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/armon/consul-api/
H A Dagent.go189 func (a *Agent) PassTTL(checkID, note string) error {
190 return a.UpdateTTL(checkID, note, "pass")
194 func (a *Agent) WarnTTL(checkID, note string) error {
195 return a.UpdateTTL(checkID, note, "warn")
199 func (a *Agent) FailTTL(checkID, note string) error {
200 return a.UpdateTTL(checkID, note, "fail")
204 func (a *Agent) UpdateTTL(checkID, note, status string) error {
212 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
238 func (a *Agent) CheckDeregister(checkID string) error {
239 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/armon/consul-api/
H A Dagent.go189 func (a *Agent) PassTTL(checkID, note string) error {
190 return a.UpdateTTL(checkID, note, "pass")
194 func (a *Agent) WarnTTL(checkID, note string) error {
195 return a.UpdateTTL(checkID, note, "warn")
199 func (a *Agent) FailTTL(checkID, note string) error {
200 return a.UpdateTTL(checkID, note, "fail")
204 func (a *Agent) UpdateTTL(checkID, note, status string) error {
212 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
238 func (a *Agent) CheckDeregister(checkID string) error {
239 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/hashicorp/consul/api/
H A Dagent.go206 func (a *Agent) PassTTL(checkID, note string) error {
207 return a.updateTTL(checkID, note, "pass")
215 func (a *Agent) WarnTTL(checkID, note string) error {
216 return a.updateTTL(checkID, note, "warn")
224 func (a *Agent) FailTTL(checkID, note string) error {
225 return a.updateTTL(checkID, note, "fail")
237 func (a *Agent) updateTTL(checkID, note, status string) error {
245 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
274 func (a *Agent) UpdateTTL(checkID, output, status string) error {
286 endpoint := fmt.Sprintf("/v1/agent/check/update/%s", checkID)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hashicorp/consul/api/
H A Dagent.go202 func (a *Agent) PassTTL(checkID, note string) error {
203 return a.updateTTL(checkID, note, "pass")
207 func (a *Agent) WarnTTL(checkID, note string) error {
208 return a.updateTTL(checkID, note, "warn")
212 func (a *Agent) FailTTL(checkID, note string) error {
213 return a.updateTTL(checkID, note, "fail")
222 func (a *Agent) updateTTL(checkID, note, status string) error {
230 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
258 func (a *Agent) UpdateTTL(checkID, output, status string) error {
270 endpoint := fmt.Sprintf("/v1/agent/check/update/%s", checkID)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/agent/consul/
H A Dcheck_watcher.go34 checkID string member
136 checkID string member
209 delete(checks, update.checkID)
214 checks[update.checkID] = update.checkRestart
295 func (w *checkWatcher) Watch(allocID, taskName, checkID string, check *structs.ServiceCheck, restar…
304 checkID: checkID,
317 checkID: checkID,
332 checkID: cid,
/dports/biology/treepuzzle/tree-puzzle-5.2/src/sprng/
H A Dsprng.h79 #define pack_sprng(A,B) ((checkID(A)==NULL) ? 0 : pack_rng(A,B))
81 #define isprng(A) ((checkID(A)==NULL) ? -1 : get_rn_int(A))
82 #define spawn_sprng(A,B,C) ((checkID(A)==NULL) ? 0 : spawn_rng(A,B,C,CHECK))
84 #define print_sprng(A) ((checkID(A)==NULL) ? 0 : print_rng(A))
87 #define sprng(A) ((checkID(A)==NULL) ? -1.0 : get_rn_flt(A))
89 #define sprng(A) ((checkID(A)==NULL) ? -1.0 : get_rn_dbl(A))
/dports/biology/iqtree/IQ-TREE-2.0.6/sprng/
H A Dsprng.h79 #define pack_sprng(A,B) ((checkID(A)==NULL) ? 0 : pack_rng(A,B))
81 #define isprng(A) ((checkID(A)==NULL) ? -1 : get_rn_int(A))
82 #define spawn_sprng(A,B,C) ((checkID(A)==NULL) ? 0 : spawn_rng(A,B,C,CHECK))
84 #define print_sprng(A) ((checkID(A)==NULL) ? 0 : print_rng(A))
87 #define sprng(A) ((checkID(A)==NULL) ? -1.0 : get_rn_flt(A))
89 #define sprng(A) ((checkID(A)==NULL) ? -1.0 : get_rn_dbl(A))
/dports/sysutils/nomad/nomad-1.1.0/command/agent/consul/
H A Dcheck_watcher.go33 checkID string member
135 checkID string member
211 delete(checks, update.checkID)
216 checks[update.checkID] = update.checkRestart
314 func (w *checkWatcher) Watch(allocID, taskName, checkID string, check *structs.ServiceCheck, restar…
323 checkID: checkID,
336 checkID: checkID,
351 checkID: cid,
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dsession_oss.go58 for _, checkID := range session.CheckIDs() {
61 CheckID: structs.CheckID{ID: checkID},
110 for _, checkID := range session.CheckIDs() {
111 …err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: session.Node, CheckID: string(checkID)})
116 return fmt.Errorf("Missing check '%s' registration", checkID)
122 return fmt.Errorf("Check '%s' is in %s state", checkID, status)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dsession_oss.go58 for _, checkID := range session.CheckIDs() {
61 CheckID: structs.CheckID{ID: checkID},
110 for _, checkID := range session.CheckIDs() {
111 …err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: session.Node, CheckID: string(checkID)})
116 return fmt.Errorf("Missing check '%s' registration", checkID)
122 return fmt.Errorf("Check '%s' is in %s state", checkID, status)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dsession_oss.go58 for _, checkID := range session.CheckIDs() {
61 CheckID: structs.CheckID{ID: checkID},
110 for _, checkID := range session.CheckIDs() {
111 …err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: session.Node, CheckID: string(checkID)})
116 return fmt.Errorf("Missing check '%s' registration", checkID)
122 return fmt.Errorf("Check '%s' is in %s state", checkID, status)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/hashicorp/consul/api/
H A Dagent.go197 func (a *Agent) PassTTL(checkID, note string) error {
198 return a.UpdateTTL(checkID, note, "pass")
202 func (a *Agent) WarnTTL(checkID, note string) error {
203 return a.UpdateTTL(checkID, note, "warn")
207 func (a *Agent) FailTTL(checkID, note string) error {
208 return a.UpdateTTL(checkID, note, "fail")
212 func (a *Agent) UpdateTTL(checkID, note, status string) error {
220 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
246 func (a *Agent) CheckDeregister(checkID string) error {
247 r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID)
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/consul/api/
H A Dagent.go227 func (a *Agent) PassTTL(checkID, note string) error {
228 return a.updateTTL(checkID, note, "pass")
236 func (a *Agent) WarnTTL(checkID, note string) error {
237 return a.updateTTL(checkID, note, "warn")
245 func (a *Agent) FailTTL(checkID, note string) error {
246 return a.updateTTL(checkID, note, "fail")
258 func (a *Agent) updateTTL(checkID, note, status string) error {
266 endpoint := fmt.Sprintf("/v1/agent/check/%s/%s", status, checkID)
295 func (a *Agent) UpdateTTL(checkID, output, status string) error {
307 endpoint := fmt.Sprintf("/v1/agent/check/update/%s", checkID)
[all …]

12345678910>>...15