Update monitoring.md

format the command line
This commit is contained in:
XsWack 2017-08-21 14:15:23 +08:00 committed by Andrew Chen
parent 36dd257ba1
commit 94d91de1b2
1 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,11 @@ This page assumes you have a working Juju deployed cluster.
{% capture steps %}
## Connecting Datadog
Datadog is a SaaS offering which includes support for a range of integrations, including Kubernetes and ETCD. While the solution is SAAS/Commercial, they include a Free tier which is supported with the following method. To deploy a full Kubernetes stack with Datadog out of the box, do: `juju deploy canonical-kubernetes-datadog`
Datadog is a SaaS offering which includes support for a range of integrations, including Kubernetes and ETCD. While the solution is SAAS/Commercial, they include a Free tier which is supported with the following method. To deploy a full Kubernetes stack with Datadog out of the box, do:
```
juju deploy canonical-kubernetes-datadog
```
### Installation of Datadog
@ -132,4 +136,4 @@ juju configure nrpe-external-master nagios_master=255.255.255.255
Once configured, connect nrpe-external-master as outlined above.
{% endcapture %}
{% include templates/task.md %}
{% include templates/task.md %}