Last active
January 13, 2016 09:36
-
-
Save omkar0001/1250c199548f0feaae5d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
init_config: | |
instances: | |
# For every instance, you need an `nginx_status_url` and can optionally | |
# supply a list of tags. This plugin requires nginx to be compiled with | |
# the nginx stub status module option, and activated with the correct | |
# configuration stanza. On debian/ubuntu, this is included in the | |
# `nginx-extras` package. For more details, see: | |
# | |
# http://docs.datadoghq.com/integrations/nginx/ | |
# | |
- nginx_status_url: http://popioka.idelivr.info/basic_status | |
# tags: | |
# - instance:foo | |
# | |
# - nginx_status_url: http://example2.com:1234/nginx_status/ | |
# ssl_validation: False | |
# tags: | |
# - instance:bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment