github.com/netdata/go.d.plugin@v0.58.1/config/go.d/nginx.conf (about)

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/nginx
     3  
     4  #update_every: 1
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  jobs:
     9    - name: local
    10      url: http://127.0.0.1/basic_status
    11  
    12    - name: local
    13      url: http://localhost/stub_status
    14  
    15    - name: local
    16      url: http://127.0.0.1/stub_status
    17  
    18    - name: local
    19      url: http://127.0.0.1/nginx_status
    20  
    21    - name: local
    22      url: http://127.0.0.1/status
    23