Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

cleanup configs #1350

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
181 changes: 2 additions & 179 deletions config/go.d/activemq.conf
Original file line number Diff line number Diff line change
@@ -1,182 +1,5 @@
# netdata go.d.plugin configuration for activemq
#
# This file is in YAML format. Generally the format is:
#
# name: value
#
# There are 2 sections:
# - GLOBAL
# - JOBS
#
#
# [ GLOBAL ]
# These variables set the defaults for all JOBs, however each JOB may define its own, overriding the defaults.
#
# The GLOBAL section format:
# param1: value1
# param2: value2
#
# Currently supported global parameters:
# - update_every
# Data collection frequency in seconds. Default: 1.
#
# - autodetection_retry
# Re-check interval in seconds. Attempts to start the job are made once every interval.
# Zero means not to schedule re-check. Default: 0.
#
# - priority
# Priority is the relative priority of the charts as rendered on the web page,
# lower numbers make the charts appear before the ones with higher numbers. Default: 70000.
#
#
# [ JOBS ]
# JOBS allow you to collect values from multiple sources.
# Each source will have its own set of charts.
#
# IMPORTANT:
# - Parameter 'name' is mandatory.
# - Jobs with the same name are mutually exclusive. Only one of them will be allowed running at any time.
#
# This allows autodetection to try several alternatives and pick the one that works.
# Any number of jobs is supported.
#
# The JOBS section format:
#
# jobs:
# - name: job1
# param1: value1
# param2: value2
#
# - name: job2
# param1: value1
# param2: value2
#
# - name: job2
# param1: value1
#
#
# [ List of JOB specific parameters ]:
# - url
# Server URL.
# Syntax:
# url: http://localhost:80
#
# - webadmin
# Webadmin root path.
# Syntax:
# webadmin: webadmin
#
# - max_queues
# Queues processing/charting limit.
# Syntax:
# max_queues: 999
#
# - max_topics
# Topics processing/charting limit.
# Syntax:
# max_topics: 999
#
# - queues_filter
# Queues processing/charting filter.
# Syntax:
# queues_filter: pattern # Pattern syntax: simple patterns.
#
# - topics_filter
# Topics processing/charting filter.
# Syntax:
# topics_filter: pattern # Pattern syntax: simple patterns.
#
# - username
# Username for basic HTTP authentication.
# Syntax:
# username: tony
#
# - password
# Password for basic HTTP authentication.
# Syntax:
# password: stark
#
# - proxy_url
# Proxy URL.
# Syntax:
# proxy_url: http://localhost:3128
#
# - proxy_username
# Username for proxy basic HTTP authentication.
# Syntax:
# username: bruce
#
# - proxy_password
# Password for proxy basic HTTP authentication.
# Syntax:
# username: wayne
#
# - timeout
# HTTP response timeout.
# Syntax:
# timeout: 1
#
# - method
# HTTP request method.
# Syntax:
# method: GET
#
# - body
# HTTP request method.
# Syntax:
# body: '{fake: data}'
#
# - headers
# HTTP request headers.
# Syntax:
# headers:
# X-API-Key: key
#
# - not_follow_redirects
# Whether to not follow redirects from the server.
# Syntax:
# not_follow_redirects: yes/no
#
# - tls_skip_verify
# Whether to skip verifying server's certificate chain and hostname.
# Syntax:
# tls_skip_verify: yes/no
#
# - tls_ca
# Certificate authority that client use when verifying server certificates.
# Syntax:
# tls_ca: path/to/ca.pem
#
# - tls_cert
# Client tls certificate.
# Syntax:
# tls_cert: path/to/cert.pem
#
# - tls_key
# Client tls key.
# Syntax:
# tls_key: path/to/key.pem
#
#
# Simple patterns syntax: https://docs.netdata.cloud/libnetdata/simple_pattern/
#
#
# [ JOB defaults ]:
# url: http://localhost:8161
# timeout: 1
# method: GET
# not_follow_redirects: no
# tls_skip_verify: no
# max_queues: 50
# max_topics: 50
#
#
# [ JOB mandatory parameters ]:
# - name
# - url
# - webadmin
#
# ------------------------------------------------MODULE-CONFIGURATION--------------------------------------------------
## All available configuration options, their descriptions and default values:
## https://github.com/netdata/go.d.plugin/tree/master/modules/activemq

#update_every: 1
#autodetection_retry: 0
Expand Down
150 changes: 2 additions & 148 deletions config/go.d/apache.conf
Original file line number Diff line number Diff line change
@@ -1,151 +1,5 @@
# netdata go.d.plugin configuration for apache
#
# This file is in YAML format. Generally the format is:
#
# name: value
#
# There are 2 sections:
# - GLOBAL
# - JOBS
#
#
# [ GLOBAL ]
# These variables set the defaults for all JOBs, however each JOB may define its own, overriding the defaults.
#
# The GLOBAL section format:
# param1: value1
# param2: value2
#
# Currently supported global parameters:
# - update_every
# Data collection frequency in seconds. Default: 1.
#
# - autodetection_retry
# Re-check interval in seconds. Attempts to start the job are made once every interval.
# Zero means not to schedule re-check. Default: 0.
#
# - priority
# Priority is the relative priority of the charts as rendered on the web page,
# lower numbers make the charts appear before the ones with higher numbers. Default: 70000.
#
#
# [ JOBS ]
# JOBS allow you to collect values from multiple sources.
# Each source will have its own set of charts.
#
# IMPORTANT:
# - Parameter 'name' is mandatory.
# - Jobs with the same name are mutually exclusive. Only one of them will be allowed running at any time.
#
# This allows autodetection to try several alternatives and pick the one that works.
# Any number of jobs is supported.
#
# The JOBS section format:
#
# jobs:
# - name: job1
# param1: value1
# param2: value2
#
# - name: job2
# param1: value1
# param2: value2
#
# - name: job2
# param1: value1
#
#
# [ List of JOB specific parameters ]:
# - url
# Server URL.
# Syntax:
# url: http://localhost:80
#
# - username
# Username for basic HTTP authentication.
# Syntax:
# username: tony
#
# - password
# Password for basic HTTP authentication.
# Syntax:
# password: stark
#
# - proxy_url
# Proxy URL.
# Syntax:
# proxy_url: http://localhost:3128
#
# - proxy_username
# Username for proxy basic HTTP authentication.
# Syntax:
# username: bruce
#
# - proxy_password
# Password for proxy basic HTTP authentication.
# Syntax:
# username: wayne
#
# - timeout
# HTTP response timeout.
# Syntax:
# timeout: 1
#
# - method
# HTTP request method.
# Syntax:
# method: GET
#
# - body
# HTTP request method.
# Syntax:
# body: '{fake: data}'
#
# - headers
# HTTP request headers.
# Syntax:
# headers:
# X-API-Key: key
#
# - not_follow_redirects
# Whether to not follow redirects from the server.
# Syntax:
# not_follow_redirects: yes/no
#
# - tls_skip_verify
# Whether to skip verifying server's certificate chain and hostname.
# Syntax:
# tls_skip_verify: yes/no
#
# - tls_ca
# Certificate authority that client use when verifying server certificates.
# Syntax:
# tls_ca: path/to/ca.pem
#
# - tls_cert
# Client tls certificate.
# Syntax:
# tls_cert: path/to/cert.pem
#
# - tls_key
# Client tls key.
# Syntax:
# tls_key: path/to/key.pem
#
#
# [ JOB defaults ]:
# url: http://localhost/server-status?auto
# timeout: 2
# method: GET
# not_follow_redirects: no
# tls_skip_verify: no
#
#
# [ JOB mandatory parameters ]:
# - name
# - url
#
# ------------------------------------------------MODULE-CONFIGURATION--------------------------------------------------
## All available configuration options, their descriptions and default values:
## https://github.com/netdata/go.d.plugin/tree/master/modules/apache

#update_every: 1
#autodetection_retry: 0
Expand Down
Loading