Skip to content
Snippets Groups Projects
Commit cd23530f authored by Kerri Wait's avatar Kerri Wait
Browse files

Clean up telegraf.conf.j2 to get rid of karaage and mlx artefacts

parent be060aea
No related branches found
No related tags found
7 merge requests!399Capture extra NFS stats,!393Hotfix: monitor NFS GETATTR stats via telegraf,!392Temporarily disable inputs.filecount in telegraf,!389Update telegraf config to ignore more ethX interfaces in ethtool plugin,!388Fix the telegraf config for mlx hw counters to get rid of errors in logs,!387Telegraf 1.15 nvidia_smi fix,!386Telegraf 1.15 nvidia_smi plugin
...@@ -180,51 +180,6 @@ ...@@ -180,51 +180,6 @@
influxdb_database="slurm" influxdb_database="slurm"
{% endif %} {% endif %}
## Read mlx hardware counters
#{% if 'hw_counters' in ansible_local %}
#{% for interface in ansible_local['hw_counters'] %}
#[[inputs.multifile]]
# name_override = 'infiniband'
# base_dir = '/sys/class/infiniband'
# interval = '60s'
#
# [[inputs.multifile.tags]]
# device = '{{ interface }}'
# port = '1'
# type = 'hw_counters'
#
# {% for counter in ansible_local['hw_counters'][interface] | sort %}
#[[inputs.multifile.file]]
# file = '{{ interface }}/ports/1/hw_counters/{{ counter }}'
# conversion = 'int'
#
# {% endfor %}
#{% endfor %}
#{% endif %}
{% if 'Karaage' in group_names %}
[[inputs.apache]]
interval = "60s"
# An array of URLs to gather from, must be directed at the machine
# readable version of the mod_status page including the auto query string.
# Default is "http://localhost/server-status?auto".
urls = ["http://localhost/server-status?auto"]
# Credentials for basic HTTP authentication.
# username = "myuser"
# password = "mypassword"
# Maximum time to receive response.
response_timeout = "5s"
# Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
# Use TLS but skip chain & host verification
# insecure_skip_verify = false
{% endif %}
############################################################################### ###############################################################################
# SERVICE INPUTS # # SERVICE INPUTS #
############################################################################### ###############################################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment