Skip to content

Commit

Permalink
Merge branch 'master' into Azure_firewall_heartbeat_update
Browse files Browse the repository at this point in the history
  • Loading branch information
haedri authored Nov 13, 2023
2 parents 5fa7b71 + 33027d6 commit 8f6d144
Show file tree
Hide file tree
Showing 154 changed files with 479 additions and 464 deletions.
3 changes: 2 additions & 1 deletion .spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ matrix:
sources:
- '*.md'
- 'docs/**/*.md|!docs/severity.md'
- 'scripts/**/*.md'
- 'examples/**/*.md'
- 'scripts/**/*.md'
- 'scripts/**/*.md.j2'
default_encoding: utf-8
296 changes: 155 additions & 141 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,199 +1,213 @@
AUTH
CRIT
Changelog
Claranet
claranet
clara
SignalFx
signalfx
sfx
SFX
Splunk
splunk
Terraform
terraform
HashiCorp
Github
github
Datadog
serverless
integrations
MTS
datapoints
datapoint
VM
DocToc
Dockerfile
EOF
EOQ
EOT
Github
HCL
HashiCorp
IAAS
MyISAM
InnoDB
symlink
deadlinks
specificities
customizable
customizations
TLDR
hcl
png
px
api
auth
eu
HCL
journalctl
sudo
dps
SignalFlow
signalflow
Linux
MAJOR
MINOR
MTS
MacOS
Makefile
MyClient
MyISAM
MyStack
bool
extraGroups
extraMetrics
datapointsToExclude
middlewares
extraDimensionsFromEndpoint
dimensionTransformations
daemonset
disableHostDimensions
isServerless
webchecks
extraDimensions
hostname
PagerDuty
credentialId
globalDimensions
disableEndpointDimensions
metricNames
discoveryRule
html
https
io
www
tf
doctoc
DocToc
pyspelling
PySpelling
Makefile
Dockerfile
severities
renderer
cli
coalescelist
novalue
timeframe
webcheck
Webcheck
faq
sexualized
socio
dev
env
url
init
readme
readmes
yaml
pre
cpu
backend
homogeneity
NewRelic
Observability
OpenMetrics
OpenTelemetry
PR
PRs
mergeable
cp
MacOS
macOS
xcode
Linux
linux
PWD
PagerDuty
PySpelling
Roadmap
Runbook
SFX
SignalFlow
SignalFx
Splunk
TEMPLATING
TLDR
TOC
TODO
Templating
Terraform
Unix
unix
VM
WARN
WSL
Changelog
Roadmap
mutualise
xargs
sed
md
xxx
Webcheck
analytics
apache
api
apigateway
apiserver
apm
auth
aws
cd
fillme
backend
balancer
bigquery
bool
cassandra
cd
ci
clara
claranet
cli
coalescelist
conf
cp
cpu
credentialId
customizable
customizations
daemonset
datapoint
datapoints
datapointsToExclude
deadlinks
detectorName
dev
df
dimensionTransformations
disableEndpointDimensions
disableHostDimensions
discoveryRule
distro
dns
doctoc
dps
ecs
elasticache
elasticsearch
elb
elif
endfor
endif
env
eu
extraDimensions
extraDimensionsFromEndpoint
extraGroups
extraMetrics
failover
faq
fillme
firehose
fka
fmt
fpm
gce
gcp
genericjmx
github
globalDimensions
haproxy
hcl
homogeneity
hostname
html
http
https
init
instantiation
integrations
io
isServerless
jinja
journalctl
kinesis
kong
kubernetes
linux
macOS
maxlevel
md
memcached
mergeable
metricNames
middleware
middlewares
mongo
mongodb
mutualise
myapp
myenv
mysql
mystack
nagios
newrelic
nginx
nlb
notEmpty
novalue
ntp
otel
php
png
postgresql
pre
prometheus
pubsub
px
pyspelling
rabbitmq
rds
readableRule
readme
readmes
redis
renderer
repo
ruleSeverity
runbookUrl
saas
scaleset
sed
serverless
severities
sexualized
sfx
signalflow
signalfx
smartagent
socio
solr
specificities
splunk
sql
sqs
subfolders
sudo
superset
symlink
systemctl
templating
terraform
tf
tflint
timeframe
toc
unix
url
velero
vpn
TOC
toc
jinja
tflint
fmt
templating
TEMPLATING
Templating
otel
conf
maxlevel
ci
df
systemctl
PWD
CRIT
MAJOR
MINOR
WARN
AUTH
EOT
EOF
EOQ
Runbook
detectorName
notEmpty
readableRule
ruleSeverity
runbookUrl
TODO
instantiation
myapp
myenv
mystack
webcheck
webchecks
www
xargs
xcode
xxx
yaml
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ an example stack and importing all modules. It consists of `make init-stack && t
* __compliance__: check and lint the terraform code. It consists of `make module-check` which use
[tflint](https://github.com/terraform-linters/tflint/) tool to check common terraform errors that
`validate` does not find like [unused
declarations](https://github.com/terraform-linters/tflint/blob/master/docs/rules/terraform_unused_declarations.md).
declarations](https://github.com/terraform-linters/tflint-ruleset-terraform/blob/main/docs/rules/terraform_unused_declarations.md).

* __outputs__: regenerates the detectors terraform outputs listing all resources in the modules
to ensure outputs are up to date. It consists of `make update-module-outputs`.
Expand Down
4 changes: 2 additions & 2 deletions modules/cwagent-ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Note the following parameters:
Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding)
documentation to understand the recommended role of each severity.

These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all
These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all
[modules](../) in this repository. Other variables, specific to this module, are available in
[variables-gen.tf](variables-gen.tf).
In general, the default configuration "works" but all of these Terraform
[variables](https://www.terraform.io/language/values/variables) make it possible to
customize the detectors behavior to better fit your needs.

Most of them represent usual tips and rules detailled in the
Most of them represent usual tips and rules detailed in the
[guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the
common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation.

Expand Down
Loading

0 comments on commit 8f6d144

Please sign in to comment.