Pēteris Caune
0362df55ba
Docs: update the "Filtering Rules" section with the new options.
2020-09-01 15:00:41 +03:00
Pēteris Caune
25a8ec6bd9
Capitalize title
2020-08-31 13:01:45 +03:00
Pēteris Caune
b4ba582255
Docs: add the "Viewing cron logs using journalctl" section
2020-08-31 12:51:24 +03:00
Pēteris Caune
ae578a29c2
Docs: add "Using Runitor" and "Handling More Than 10KB of Logs" sections
2020-08-31 12:32:16 +03:00
Pēteris Caune
a2c123c74b
Docs: add a section about read-only team members
2020-08-31 11:33:06 +03:00
Pēteris Caune
11c02d89c1
Go usage example in docs
2020-08-20 13:56:43 +03:00
Henry Whitaker
cef71b1159
Added PHP wrapper to docs
2020-08-12 09:53:11 +01:00
Henry Whitaker
99b0786f19
Update resources.html
2020-08-12 09:40:04 +01:00
Pēteris Caune
77ee8452c5
Update docs.
2020-07-29 19:29:34 +03:00
Pēteris Caune
5acea4c89d
Update Node.js pinging examples -- handle the 'error' event.
2020-07-22 18:36:11 +03:00
Pēteris Caune
556e8c67c5
Syntax highlighting for PHP examples.
2020-07-17 19:55:11 +03:00
Pēteris Caune
59e566117b
Update pinging examples.
2020-07-17 17:21:10 +03:00
Pēteris Caune
028e131327
Update pinging examples.
2020-07-17 16:51:23 +03:00
Pēteris Caune
d34854f838
Update bash examples with the "-m" parameter.
2020-07-08 17:19:13 +03:00
Pēteris Caune
3f44eac485
Update the section about read-write and read-only API keys.
2020-07-08 13:55:46 +03:00
Pēteris Caune
c160045bda
Update the section about read-write and read-only API keys.
2020-07-08 13:52:31 +03:00
Pēteris Caune
d6c0d9722b
Use PING_URL placeholder in the PHP example.
2020-07-07 21:22:56 +03:00
Pēteris Caune
2510e387e6
Use PING_URL placeholder in the PHP example.
2020-07-07 21:17:31 +03:00
Arnaud Becher
2cb0ac907d
add php curl example with timeout and retry options
2020-07-07 18:36:41 +02:00
Pēteris Caune
27a91bfe22
Tweak navigation in docs, added "Docs > Reliability Tips" page (cc: #384 )
2020-07-02 18:39:30 +03:00
Pēteris Caune
df65ec9d89
Adding pauldenver/healthchecks-io-client to the 3rd party resources page
2020-07-02 12:15:32 +03:00
Pēteris Caune
5b3928ce79
render_docs
2020-06-26 10:11:08 +03:00
Pēteris Caune
192e72c243
Edit Prometheus guide, add "API Keys" screenshot.
2020-06-26 10:10:59 +03:00
Ivan Smirnov
634b525d1a
generate html assets
2020-06-25 15:06:09 -07:00
Ivan Smirnov
0b5fa40f68
Create configuring_prometheus.md
...
Add documentation on how to export metrics to prometheus.
2020-06-25 15:00:20 -07:00
Pēteris Caune
a3b58d25ff
Change "--output" to "-o" in curl examples.
2020-06-15 16:14:03 +03:00
Pēteris Caune
bd3f150284
Merge pull request #380 from Simonmicro/master
...
Switched from pipeing to --output /dev/null for curl
2020-06-15 15:57:59 +03:00
Pēteris Caune
84889d6160
Render docs.
2020-06-15 13:28:20 +03:00
Pēteris Caune
276c36841a
Merge branch 'jameskirsop-return-single-history'
2020-06-15 13:27:37 +03:00
Pēteris Caune
c3d8ee0965
Update API docs.
2020-06-15 13:25:55 +03:00
Martin
bc0684df63
fix typo
2020-06-14 14:51:11 +02:00
James Kirsop
90d4246848
Second interation of this
2020-06-12 13:39:03 +10:00
Simon Beginn
4592987810
Switched from piping to --output /dev/null for curl
2020-06-11 20:30:41 +02:00
Pēteris Caune
beff11ceff
Fixing typo
2020-06-11 16:07:04 +03:00
Pēteris Caune
cdafc06c65
In urls.py, route "api/v1/checks/<sha1:unique_key>" directly to the hc.api.views.get_check_by_unique_key view.
...
Minor API documentation edits.
2020-06-11 15:24:45 +03:00
James Kirsop
8725c81144
Implementing new changes discussed to resolve #370
2020-06-11 17:00:27 +10:00
Pēteris Caune
a07325e40f
Add "Get a list of checks's logged pings" API call ( #371 )
2020-06-09 18:09:57 +03:00
Pēteris Caune
461ef5e088
Paused ping handling can be controlled via API. Fixes #376
2020-06-09 15:16:39 +03:00
Pēteris Caune
8e51d26595
Removing Pager Team integration, project appears to be discontinued
2020-06-09 13:26:15 +03:00
Pēteris Caune
c70a2588c6
Update package versions
2020-05-01 11:05:44 +03:00
Berk D. Demir
eb279c4c21
Add runitor to resources.{md,html}
...
From its README:
Why Do I Need This Instead of Calling curl from a Shell Script?
In addition to clean separation of concerns from the thing that needs to
run and the act of calling an external monitor, runitor packs a few neat
extra features that are bit more involved than single line additions to
a script.
It can capture the stdout and stderr of the command to send it along
with execution reports, a.k.a. pings. When you respond to an alert you
can quickly start investigating the issue with the relevant context
already available.
It can be used as a long running process acting as a task scheduler,
executing the command at specified intervals. This feature comes in
handy when you don't readily have access to a job scheduler like crond
or systemd.timer. Works well in one process per container environments.
2020-04-30 19:43:27 -07:00
Berk D. Demir
34807dc5aa
Remove redundant '-X POST' to curl
...
Passing `--data-raw` to curl implies the request is method will be POST.
Unless we intend to do something entirely different, -X method override
shouldn't be used.
Curl's author Daniel Stenberg (@bagder) wrote about this back in 2015
https://daniel.haxx.se/blog/2015/09/11/unnecessary-use-of-curl-x/
2020-04-18 15:05:17 -07:00
Pēteris Caune
dda08a6143
capitalize plan's name
2020-04-14 10:30:59 +03:00
Sandro Jäckel
38382d662d
Fix typos with codespell
2020-04-14 03:53:16 +02:00
Pēteris Caune
76ae42bc8f
"Get a single check" API call now supports read-only API keys. Fixes #346
2020-03-24 16:10:42 +02:00
Pēteris Caune
da4cf5241e
Minor cleanup, update CHANGELOG
2020-03-23 11:54:41 +02:00
James Kirsop
456a80f1fa
Adding tests and docs
2020-03-23 11:37:32 +11:00
Pēteris Caune
1cb2ec16fb
Fix wording
2020-03-10 15:53:06 +02:00
Pēteris Caune
5d513658e3
Adding Docs > Cloning Checks
2020-03-10 15:43:34 +02:00
Pēteris Caune
bf1294a100
Docs / Shell scripts: add "Auto-provisioning New Checks" section
2020-03-09 18:05:21 +02:00