Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-nomachine-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ics-ansible-galaxy
ics-ans-role-nomachine-node
Commits
555d6679
Commit
555d6679
authored
3 years ago
by
Stephane Armanet
Browse files
Options
Downloads
Patches
Plain Diff
remove monitoring script (to be implemented in node-exporter role)
parent
1c91521b
No related branches found
No related tags found
No related merge requests found
Pipeline
#70904
passed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+1
-1
1 addition, 1 deletion
defaults/main.yml
tasks/main.yml
+1
-17
1 addition, 17 deletions
tasks/main.yml
with
2 additions
and
18 deletions
defaults/main.yml
+
1
−
1
View file @
555d6679
...
...
@@ -6,7 +6,7 @@ nomachine_terminalsrv_rpm: https://artifactory.esss.lu.se/artifactory/swi-pkg/no
nomachine_node_rpm
:
https://artifactory.esss.lu.se/artifactory/swi-pkg/nomachine/nomachine-enterprise-terminal-server_7.3.2_1_x86_64.rpm
desktop_base_xfce_profile_reset
:
false
desktop_base_xfce_profile
:
"
1screen"
nomachine_monitoring_scripts_
url
:
https://gitlab.esss.lu.se/ics-infrastructure/devops-scripts
/-/raw/master/nomachine/
nomachine_monitoring_scripts_
repo
:
https://gitlab.esss.lu.se/ics-infrastructure/devops-scripts
.git
nomachine_monitoring_scripts
:
-
nomachine_stats
-
cpu_per_nomachine_user
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
17
View file @
555d6679
...
...
@@ -6,6 +6,7 @@
-
freerdp.x86_64
-
remmina.x86_64
-
remmina-plugins-rdp.x86_64
-
git
state
:
present
tags
:
setup
...
...
@@ -25,20 +26,3 @@
owner
:
root
group
:
root
mode
:
0755
when
:
"
'nomachine_nodes'
not
in
group_names"
-
name
:
copy monitoring scripts to extend node_exporter for nomachine
get_url
:
url
:
"
{{
nomachine_monitoring_scripts_url
}}/{{
item
}}"
dest
:
"
/usr/local/bin/{{
item
}}"
mode
:
0755
loop
:
"
{{
nomachine_monitoring_scripts
}}"
-
name
:
setup crontab to collect nomachine metrics
cron
:
name
:
"
{{
item
}}"
minute
:
"
*"
job
:
"
/usr/local/bin/{{
item
}}
>
{{
node_exporter_textfile_dir
}}/{{
item
}}.prom"
user
:
root
cron_file
:
/etc/crontab
loop
:
"
{{
nomachine_monitoring_scripts
}}"
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