You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Breaking changes:
170
170
171
171
## Setup
172
172
173
-
### What sensu effects
173
+
### What sensu affects
174
174
175
175
This module will install packages, create configuration and start services necessary to manage Sensu agents and backend.
176
176
@@ -549,7 +549,7 @@ The types `sensu_ad_auth` and `sensu_ldap_auth` require a valid enterprise licen
549
549
550
550
### Contact routing
551
551
552
-
See [Sensu Go - Contact Routing](https://docs.sensu.io/sensu-go/latest/guides/contact-routing/) for details. The following is one way to configure contact routing in Puppet.
552
+
See [Sensu Go - Route alerts with event filters](https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-filter/route-alerts/) for details. The following is one way to configure contact routing in Puppet.
Copy file name to clipboardExpand all lines: manifests/backend.pp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
# Sets if the Sensu agent user should be disabled
51
51
# Not applicable if `manage_agent_user` is `false`
52
52
# This is useful if using agent TLS authentication
53
-
# See https://docs.sensu.io/sensu-go/latest/guides/securing-sensu/#sensu-agent-tls-authentication
53
+
# See [Sensu Go - Secure Sensu](https://docs.sensu.io/sensu-go/latest/operations/deploy-sensu/secure-sensu/#optional-configure-sensu-agent-mtls-authentication)
54
54
# @param show_diff
55
55
# Sets show_diff parameter for backend.yml configuration file
0 commit comments