summaryrefslogtreecommitdiff
path: root/doc/administration/high_availability/monitoring_node.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Fix assorted linksMarcel Amirault2019-08-071-1/+1
| | | | Fix links as discovered by the lint in the docs project
* SSoT for administration/high_availability docsAchilleas Pipinellis2019-07-161-0/+18
| | | | | | - Make sure we have type defined in the frontmatter - Add troubleshooting sections where absent - Meaningful intros where absent
* Fix whitespace in many administration docsMarcel Amirault2019-07-121-38/+38
| | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for many admin docs in /high_availability and /auth (part 1)
* Crosslink prometheus and grafana to HA monitoringdocs-crosslink-prometheus-grafana-in-ha-monitoringabuerer2019-07-101-1/+1
|
* Update redirected links in CE part 1Marcel Amirault2019-07-081-1/+1
| | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs
* Add note to collect CONSUL_SERVER_NODES in HA docs63588-follow-up-from-documentation-for-prometheus-service-discoveryCindy Pallares2019-06-261-0/+2
| | | | | | | There are several instances in our HA docs where an example of `Y.Y.Y.Y consul1.gitlab.example.com Z.Z.Z.Z` is given, but this value isn't explicitly stated. It should be the IP addresses or DNS records of the Consul server nodes.
* Adding documentation for Prometheus Service DiscoveryAric Buerer2019-06-211-0/+67
Updating documentation to include Prometheus Service Discovery. Added monitoring node documentaiton as well as documentation for the individual service nodes.