Skip to content

Feature/filter #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ environment.
.. _legacy monitoring tool: https://www.quest.com/foglight/
.. _credible: https://www.nagios.org/
.. _alternatives: https://www.zabbix.com/
.. _`The Guardian`: http://www.theguardian.com/
.. _`The Guardian`: https://www.theguardian.com/international
.. _Ganglia metrics: https://github.com/ganglia/monitor-core/wiki
.. _`metrics and monitoring system`: https://www.theguardian.com/info/developer-blog/2012/oct/04/winning-the-metrics-battle
.. _Guardian developer teams: https://developers.theguardian.com/
.. _`swimlaned`: http://akfpartners.com/growth-blog/fault-isolative-architectures-or-swimlaning
.. _`swimlaned`: https://akfpartners.com/growth-blog/fault-isolative-architectures-or-swimlaning
.. _`riemann-config`: https://github.com/guardian/riemann-config
6 changes: 3 additions & 3 deletions api/alert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following alert attributes are populated at source:
default) then alerts must have an ``environment`` attribute that
is one of either ``Production`` or ``Development`` and it must
define a ``service`` attribute. For more information on configuring
or disabling this plugin see :ref:`plugin config`.
or disabling this plugin see :ref:`plugin settings`.

Attributes added when processing alerts
---------------------------------------
Expand Down Expand Up @@ -138,7 +138,7 @@ Alert Status
Alert Severities
----------------

The `Alarms in Syslog`_ :RFC:`5674` was referenced when defining
The `Alarms in Syslog`_ `5674 <https://datatracker.ietf.org/doc/html/rfc5674.html>`_ was referenced when defining
alert severities.

+-------------------+---------------+--------+
Expand Down Expand Up @@ -171,7 +171,7 @@ alert severities.
| ``unknown`` | 10 | Grey |
+-------------------+---------------+--------+

.. _Alarms in Syslog: http://tools.ietf.org/html/rfc5674#section-2
.. _Alarms in Syslog: https://datatracker.ietf.org/doc/html/rfc5674#section-2

.. _history:

Expand Down
4 changes: 2 additions & 2 deletions api/query-syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Queries are supported by the following resource endpoints:
* :ref:`heartbeats <get_heartbeats>`
* :ref:`users <get_users>`
* :ref:`customers <get_customers>`
* :ref:`oembed <oembed>`
* `oEmbed <https://oembed.com/>`_

.. _url_query_params:

Expand Down Expand Up @@ -155,7 +155,7 @@ To search for numbered devices beginning with "net", "netwrk" or "network" use::
there may be subtle differences between `Postgres POSIX regular expressions`_
and `MongoDB PCRE $regex pattern matching`_ in practice.

.. _Postgres POSIX regular expressions: https://www.postgresql.org/docs/9.6/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP
.. _Postgres POSIX regular expressions: https://www.postgresql.org/docs/9.6/functions-matching.html#FUNCTIONS-POSIX-REGEXP
.. _MongoDB PCRE $regex pattern matching: https://docs.mongodb.com/manual/reference/operator/query/regex/

Ranges
Expand Down
Loading