Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
flame
flame-clmc
Commits
ef811d6e
Commit
ef811d6e
authored
7 years ago
by
Rowan Powell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed apache telegraf config
parent
16163081
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/clmc-agent/install.sh
+3
-0
3 additions, 0 deletions
scripts/clmc-agent/install.sh
scripts/clmc-service/install.sh
+4
-0
4 additions, 0 deletions
scripts/clmc-service/install.sh
test/services/apache/telegraf_template.conf
+1
-1
1 addition, 1 deletion
test/services/apache/telegraf_template.conf
with
8 additions
and
1 deletion
scripts/clmc-agent/install.sh
+
3
−
0
View file @
ef811d6e
...
...
@@ -24,6 +24,9 @@
#//
#/////////////////////////////////////////////////////////////////////////
# Force fail on command fail
set
-euo
pipefail
# Install telegraf
if
[
"$#"
-ne
10
]
;
then
echo
"Error: illegal number of arguments: "
$#
...
...
This diff is collapsed.
Click to expand it.
scripts/clmc-service/install.sh
+
4
−
0
View file @
ef811d6e
...
...
@@ -24,6 +24,10 @@
#//
#/////////////////////////////////////////////////////////////////////////
# Force fail on command fail
set
-euo
pipefail
# install python for the simulator
apt-get update
apt-get
-y
install
python
...
...
This diff is collapsed.
Click to expand it.
test/services/apache/telegraf_template.conf
+
1
−
1
View file @
ef811d6e
...
...
@@ -2,7 +2,7 @@
## 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"
]
urls
= [
"http://localhost
:8890
/server-status?auto"
]
## Credentials for basic HTTP authentication.
# username = "myuser"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment