Commit 9f07e394 authored by Brian Brazil's avatar Brian Brazil Committed by GitHub

RobustPerception website is served over https now. (#645)

parent 75029e7f
......@@ -126,12 +126,12 @@ With the Prometheus ecosystem continuing to grow, the first users have started
asking about commercial support. While Prometheus will always remain an
independent open source project, one of our core contributors ([Brian
Brazil](https://github.com/brian-brazil)) has recently founded his own company,
[Robust Perception](http://www.robustperception.io/), which provides support
[Robust Perception](https://www.robustperception.io/), which provides support
and consulting services around Prometheus and monitoring in general.
On a lighter note, 2015 has also been the year in which Brian proved Prometheus's query
language to be Turing complete by implementing
[Conway's Game of Life in PromQL](http://www.robustperception.io/conways-life-in-prometheus/).
[Conway's Game of Life in PromQL](https://www.robustperception.io/conways-life-in-prometheus/).
## The road ahead
......
......@@ -122,7 +122,7 @@ swag possible:
<h3>Diamond</h3>
<div class="sponsor-logos">
<a href="http://www.robustperception.io/"><img src="/assets/blog/2016-09-02/robust_perception_logo.png"/></a>
<a href="https://www.robustperception.io/"><img src="/assets/blog/2016-09-02/robust_perception_logo.png"/></a>
<a href="https://www.weave.works/"><img src="/assets/blog/2016-09-02/weave_logo.png"/></a>
</div>
......
......@@ -90,7 +90,7 @@ We decided to export and monitor the following metrics:
We have most of our services duplicated in two Google Cloud Platform availability zones. That includes the monitoring system. It’s straightforward to have more than one operation exporter in two or more different zones, as Prometheus can aggregate the data from all of them and make one metric (i.e., the maximum of all). We currently don’t have Prometheus or the Alertmanager in HA — only a metamonitoring instance — but we are working on it.
For external blackbox monitoring, we use the Prometheus [Blackbox Exporter](https://github.com/prometheus/blackbox_exporter). Apart from checking if our external frontends are up, it is especially useful for having metrics for SSL certificates’ expiration dates. It even checks the whole chain of certificates. Kudos to Robust Perception for explaining it perfectly in their [blogpost](http://www.robustperception.io/get-alerted-before-your-ssl-certificates-expire/).
For external blackbox monitoring, we use the Prometheus [Blackbox Exporter](https://github.com/prometheus/blackbox_exporter). Apart from checking if our external frontends are up, it is especially useful for having metrics for SSL certificates’ expiration dates. It even checks the whole chain of certificates. Kudos to Robust Perception for explaining it perfectly in their [blogpost](https://www.robustperception.io/get-alerted-before-your-ssl-certificates-expire/).
We set up some charts in Grafana for visual monitoring in some dashboards, and the integration with Prometheus was trivial. The query language used to define the charts is the same as in Prometheus, which simplified their creation a lot.
......@@ -103,7 +103,7 @@ We can't compare Prometheus with our previous solution because we didn’t have
* It has very few maintenance requirements.
* It’s efficient: one machine can handle monitoring the whole cluster.
* The community is friendly—both dev and users. Moreover, [Brian’s blog](http://www.robustperception.io/blog/) is a very good resource.
* The community is friendly—both dev and users. Moreover, [Brian’s blog](https://www.robustperception.io/blog/) is a very good resource.
* It has no third-party requirements; it’s just the server and the exporters. (No RabbitMQ or Redis needs to be maintained.)
* Deployment of Go applications is a breeze.
......
......@@ -59,7 +59,7 @@ title: Community
project which does not endorse any company.
</p>
<ul>
<li><a href="http://www.robustperception.io">Robust Perception</a></li>
<li><a href="https://www.robustperception.io">Robust Perception</a></li>
<li><a href="http://juliusv.com">Julius Volz</a> (independent contractor)</li>
<li><a href="https://container-solutions.com">Container Solutions</a></li>
</ul>
......
......@@ -215,7 +215,7 @@ There’s generally two cases where this comes up.
The first is some label it’d be useful to have on the metrics that are about,
such as the version number of the software. Use the approach described at
[http://www.robustperception.io/how-to-have-labels-for-machine-roles/](http://www.robustperception.io/how-to-have-labels-for-machine-roles/)
[https://www.robustperception.io/how-to-have-labels-for-machine-roles/](http://www.robustperception.io/how-to-have-labels-for-machine-roles/)
instead.
The other case are what are really target labels. These are things like region,
......
......@@ -30,7 +30,7 @@ The Alertmanager cannot currently be made highly available, but this is a goal.
### I was told Prometheus “doesn't scale”.
There are in fact various ways to scale and federate
Prometheus. Read [Scaling and Federating Prometheus](http://www.robustperception.io/scaling-and-federating-prometheus/)
Prometheus. Read [Scaling and Federating Prometheus](https://www.robustperception.io/scaling-and-federating-prometheus/)
on the Robust Perception blog to get started.
### What language is Prometheus written in?
......@@ -258,7 +258,7 @@ authentication solutions in every server component.
If you need TLS or authentication, we recommend putting a reverse proxy in
front of Prometheus. See for example [Adding Basic Auth to Prometheus with
Nginx](http://www.robustperception.io/adding-basic-auth-to-prometheus-with-nginx/).
Nginx](https://www.robustperception.io/adding-basic-auth-to-prometheus-with-nginx/).
Note that this applies only to inbound connections. Prometheus does support
[scraping TLS- and auth-enabled
......
......@@ -17,7 +17,7 @@ with Prometheus.
* [SoundCloud's blog post announcing Prometheus](https://developers.soundcloud.com/blog/prometheus-monitoring-at-soundcloud)
– a more elaborate overview than the one given on this site.
* Prometheus-related posts on the
[Robust Perception blog](http://www.robustperception.io/tag/prometheus/).
[Robust Perception blog](https://www.robustperception.io/tag/prometheus/).
## Tutorials
......
......@@ -168,7 +168,7 @@ layout: jumbotron
<a href="http://www.quobyte.com/"><img src="assets/company-logos/quobyte.png"/></a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 logos">
<a href="http://www.robustperception.io/"><img src="assets/company-logos/RobustPerception.png"/></a>
<a href="https://www.robustperception.io/"><img src="assets/company-logos/RobustPerception.png"/></a>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 logos">
<a href="http://www.showmax.com/"><img src="assets/company-logos/ShowMax.png"/></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment