mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 13:35:55 +02:00
add installation of ganglia to runonce
This commit is contained in:
parent
402d6fb425
commit
b126733c22
6
.github/workflows/runonce.yml
vendored
6
.github/workflows/runonce.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
go-version: '^1.17.6'
|
||||
|
||||
- name: Setup Ganglia
|
||||
run: sudo apt install gmond ganglia-monitor
|
||||
run: sudo apt install ganglia-monitor libganglia1
|
||||
|
||||
- name: Build MetricCollector
|
||||
run: make
|
||||
@ -37,10 +37,10 @@ jobs:
|
||||
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
||||
|
||||
- name: Setup Ganglia
|
||||
run: sudo apt install gmond ganglia-monitor
|
||||
run: sudo apt install ganglia-monitor libganglia1
|
||||
|
||||
- name: Build MetricCollector
|
||||
run: make
|
||||
|
||||
- name: Run MetricCollector
|
||||
- name: Run MetricCollectorlibganglia1
|
||||
run: ./cc-metric-collector --once --config .github/ci-config.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user