mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-09-12 08:39:56 +02:00
add installation of ganglia to runonce
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
go-version: '^1.17.6'
|
go-version: '^1.17.6'
|
||||||
|
|
||||||
- name: Setup Ganglia
|
- name: Setup Ganglia
|
||||||
run: apt install gmond ganglia-monitor
|
run: sudo apt install gmond ganglia-monitor
|
||||||
|
|
||||||
- name: Build MetricCollector
|
- name: Build MetricCollector
|
||||||
run: make
|
run: make
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
||||||
|
|
||||||
- name: Setup Ganglia
|
- name: Setup Ganglia
|
||||||
run: apt install gmond ganglia-monitor
|
run: sudo apt install gmond ganglia-monitor
|
||||||
|
|
||||||
- name: Build MetricCollector
|
- name: Build MetricCollector
|
||||||
run: make
|
run: make
|
||||||
|
|||||||
Reference in New Issue
Block a user