Frank Schroeder
2391e8e98a
website: rename *.markdown to *.md
2017-05-17 20:25:45 +02:00
Seth Vargo
b3cd9acdae
Link to new api
2017-04-04 12:52:00 -04:00
Seth Vargo
b0bb01d5da
Update API docs
2017-04-04 12:33:35 -04:00
James Turnbull
25566a292b
Removed two space after period exceptions
2016-11-25 13:25:09 -05:00
Kyle McCullough
697ea0f8eb
Add setting to skip ssl certificate verification for HTTP checks ( #1984 )
...
* http check: add setting to skip ssl certificate verification
* update http check documentation
* fix typo in documentation
* Add TLSSkipVerify to agent api
2016-11-03 13:17:30 -07:00
Seth Vargo
6a6d169ace
Clarify that hostname defaults to localhost for tcp
2016-09-21 12:20:36 -04:00
James Phillips
607595f99e
Cleans up based on code review feedback.
2016-08-16 12:52:30 -07:00
James Phillips
f517f9ed0d
Fixes a typo and adds an admonition about only being in Consul 0.7+.
2016-08-16 09:27:20 -07:00
James Phillips
b4f981c837
Adds ability to deregister a service based on critical check state longer than a timeout.
2016-08-16 01:00:26 -07:00
Matt Shean
f232a11291
Update documentation for CheckMonitor timeout
2016-04-20 11:43:49 -07:00
Ryan Uber
1e9f3341d0
website: mention 4K output limit for checks
2016-04-14 14:35:35 -07:00
Daryl
c4860cad7d
Correcting count of checks
...
I saw there were 5 checks listed - script, tcp, http, ttl, docker.
2016-01-19 22:50:27 -05:00
Seth Vargo
dc9131a732
Use HTTPS + www. where appropriate
2016-01-13 17:44:01 -05:00
James Phillips
232fc7d5fd
Adds blank line to fix Docker check formatting.
2015-12-08 00:04:55 -08:00
Diptanu Choudhury
1e379f45f0
Some more grammer corrections and formatting to docker check docs
2015-10-28 14:56:55 -07:00
Diptanu Choudhury
b29a785614
Some changes to the docker check docs
2015-10-28 14:24:03 -07:00
Diptanu Choudhury
c3cf24d022
Added some docs for the docker check
2015-10-28 14:19:57 -07:00
Peter Fern
403b42af99
Document `TCP` check type
2015-07-27 10:53:52 +10:00
Ryan Uber
d529329944
website: link to check pass/fail endpoint docs from checks page
2015-06-22 10:21:50 -07:00
Ryan Uber
cf21fb1d0c
website: document TTL check persistence
2015-06-05 17:15:57 -07:00
siddharthist
be68db0136
Clarify how intervals are parsed
...
Current docs only show second intervals and do not specify
other valid options, this commit specifically outlines how the times are
parsed.
2015-06-03 12:53:09 -05:00
Ryan Uber
90f8c91761
website: document setting initial status of health checks in config
2015-05-28 13:03:01 -07:00
Ryan Uber
af74095584
website: document service and check acl options
2015-04-28 14:28:06 -07:00
Ryan Breen
ca7cd6496a
Website: cleanup for intro/getting-started/checks.html.
2015-03-17 17:50:28 -04:00
Ryan Uber
8a4f0dd179
website: document http check timeout configuration
2015-02-05 23:30:08 -08:00
Ryan Breen
56f2807822
A bit more language cleanup to checks.
2015-01-29 17:17:02 -05:00
Ryan Breen
c82cc407d9
No need to confine the example to a web app.
2015-01-29 17:14:19 -05:00
Ryan Breen
618ff00714
Some reorg of the TTL description.
2015-01-29 17:12:20 -05:00
Ryan Breen
64f8665a5d
Make it clear that checks persist with the node, period, not just across runs of the agent but across reboots as well.
2015-01-29 17:10:15 -05:00
Ryan Breen
3fb6a60d84
Add a bit more detail around checks and clarify some language.
2015-01-29 17:08:56 -05:00
Ryan Breen
6d8f46188d
Language touch-ups for the checks docs.
2015-01-29 16:45:19 -05:00
Ryan Uber
27de0adf3b
agent: support multiple checks per service
2015-01-20 21:48:42 -08:00
Nicholas Capo
e9fb85d675
Update HTTP Check documentation: 503 -> 429
2015-01-13 00:10:05 +00:00
Nicholas Capo
f2649edcfc
command/agent: Add simple HTTP check type
...
These checks make an `HTTP GET` request every Interval to the specified URL.
The status of the service depends on the HTTP Response Code.
`200` is passing, `503` is warning and anything else is failing.
2015-01-09 16:43:24 -06:00
Dan Frost
bfd6c8aac0
docs: agent/checks: minor fixes
2014-11-26 13:42:53 +00:00
Ryan Uber
c751a4ff5f
website: fix JSON in multiple checks documentation
2014-10-27 11:58:01 -07:00
Ryan Uber
95fa599937
website: update docs for multiple checks in config
2014-10-26 13:25:48 -07:00
Seth Vargo
e265ea050d
Use new Markdown syntaxes and add SEO descriptions
2014-10-19 19:42:13 -04:00
Armon Dadgar
0b87eb29de
website: clarify unique per-ndoe
2014-06-08 17:31:44 -07:00
Shayan Pooya
48f947386b
website: fix a couple of typos.
2014-05-03 19:16:55 -04:00
Gavin M. Roy
ab2e3bf0f5
Minor documentation fixes
...
- Correct spotted typos
- Ran JSON snippets through jsonpp for consistent display of JSON results
- Unfortunately my editor stripped EOL whitespace so there's a bit of whitespace diff
2014-04-30 15:26:07 -04:00
Armon Dadgar
911ce92cf3
website: Documentation cleanup
2014-04-09 11:06:27 -07:00
Armon Dadgar
bdcbedafa5
website: document registering checks and services better. Fixes #6
2014-02-22 18:53:31 -08:00
Armon Dadgar
4b490b3a83
website: working on documenting http api
2014-02-19 12:05:18 -08:00
Armon Dadgar
1eb51ee663
website: document checks and services
2014-02-18 18:05:18 -08:00