-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversion (and correction) of detectors to generator format #536
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or format (#532) * feat : convert module integration_azure-functions-capacity to generator format * fix: renamed conf files
feat : convert module integration_aws-ecs-service to gen format
fix : incorrect rule level
* feat : generator template, don't add 'lasting' to signalflow if not used (makes conversion to generator format easier when reading diff from terraform) * feat : convert module smart-agent_mysql to generator format * feat : convert module smart-agent_php-fpm to generator format * feat : convert module smart-agent_nginx to generator format * feat : convert module smart-agent_varnish to generator format * feat : convert module smart-agent_haproxy to generator format * feat : convert module smart-agent_elasticsearch to generator format * feat : convert module smart-agent_rabbitmq-node to generator format * feat : generator, support for custom heartbeat duration * feat : convert module smart-agent_ntp to generator format * feat : convert module smart-agent_memcached to generator format * feat : convert module smart-agent_mongodb to generator format * feat : convert module smart-agent_kubernetes-volumes to generator format * feat : convert module smart-agent_tomcat to generator format * feat : convert module smart-agent_postgresql to generator format * feat : convert module smart-agent_supervisor to generator format * feat : convert module smart-agent_docker to generator format * feat : convert module smart-agent_kubernetes-apiserver to generator format * feat : convert module smart-agent_kubernetes-velero to generator format * feat : convert module smart-agent_solr to generator format * feat : convert module smart-agent_dns to generator format * feat : convert module smart-agent_zookeeper to generator format
fix : spaces in metric name for smart agent tomcat
# Conflicts: # docs/severity.md # modules/integration_azure-application-gateway/README.md # modules/integration_azure-application-gateway/detectors-gen.tf # modules/integration_azure-application-gateway/variables-gen.tf
haedri
requested review from
BzSpi,
cvauvarin,
JMHAUTBOIS-Claranet,
pdecat,
Shr3ps and
tchernomax
as code owners
January 16, 2024 10:02
# Conflicts: # modules/integration_aws-ecs-service/detectors-gen.tf # modules/integration_aws-ecs-service/variables-gen.tf # modules/integration_aws-rds-common/detectors-rds-common.tf # modules/integration_aws-rds-common/variables.tf
JMHAUTBOIS-Claranet
approved these changes
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatic conversion of most of the detectors that where not in generator format
And some misc corrections (bad dependency, and such)