Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Merge requests
!380
Telegraf monitoring for Karaage (hpc.erc.monash.edu.au)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Telegraf monitoring for Karaage (hpc.erc.monash.edu.au)
telegraf-1.15
into
master
Overview
3
Commits
21
Pipelines
4
Changes
1
Merged
Kerri Wait
requested to merge
telegraf-1.15
into
master
4 years ago
Overview
3
Commits
21
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
2cc92c5b
Prev
Next
Show latest version
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2cc92c5b
Merge branch 'HEAD' into telegraf-1.15
· 2cc92c5b
Kerri Wait
authored
4 years ago
roles/telegraf/templates/telegraf.conf.j2
+
24
−
0
Options
@@ -201,6 +201,30 @@
{% 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 #
###############################################################################
Loading