Skip to content

Commit

Permalink
Tag integrations with event management (#2454)
Browse files Browse the repository at this point in the history
* tag event management
* comments change
---------

Co-authored-by: steveny91 <steven.yuen@datadoghq.com>
  • Loading branch information
Yuqing-Bian and steveny91 committed Aug 7, 2024
1 parent 504e82d commit 471b15a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions zabbix/datadog_checks/zabbix/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ instances:
## client_secret (required): The client secret.
## basic_auth: Whether the provider expects credentials to be transmitted in
## an HTTP Basic Auth header. The default is: false
## options: Mapping of additional options to pass to the provider, such as the audience
## or the scope. For example:
## options:
## audience: https://example.com
## scope: read:example
##
## The available writers are:
##
Expand Down Expand Up @@ -306,8 +311,8 @@ instances:
## @param tls_ca_cert - string - optional
## The path to a file of concatenated CA certificates in PEM format or a directory
## containing several CA certificates in PEM format. If a directory, the directory
## must have been processed using the c_rehash utility supplied with OpenSSL. See:
## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html
## must have been processed using the `openssl rehash` command. See:
## https://www.openssl.org/docs/man3.2/man1/c_rehash.html
#
# tls_ca_cert: <CA_CERT_PATH>

Expand Down
1 change: 1 addition & 0 deletions zabbix/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"media": [],
"classifier_tags": [
"Category::Network",
"Category::Event Management",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS",
Expand Down

0 comments on commit 471b15a

Please sign in to comment.