mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-27 15:16:07 +02:00
.github
collectors
docs
internal
receivers
scripts
cc-metric-collector.config
cc-metric-collector.deb.control
cc-metric-collector.deb.rules
cc-metric-collector.init
cc-metric-collector.service
cc-metric-collector.spec
cc-metric-collector.sysusers
likwid_perfgroup_to_cc_config.py
sinks
.gitignore
.gitmodules
LICENSE
Makefile
README.md
cc-metric-collector.go
collectors.json
config.json
go.mod
go.sum
receivers.json
router.json
sinks.json
* Add 'install' and 'DEB' make targets to build binary-only Debian packages * Add control file for DEB builds
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
Package: cc-metric-collector
|
|
Version: {VERSION}
|
|
Installed-Size: {INSTALLED_SIZE}
|
|
Architecture: {ARCH}
|
|
Maintainer: thomas.gruber@fau.de
|
|
Depends: libc6 (>= 2.2.1)
|
|
Build-Depends: debhelper-compat (= 13), git, golang-go
|
|
Description: Metric collection daemon from the ClusterCockpit suite
|
|
Homepage: https://github.com/ClusterCockpit/cc-metric-collector
|
|
Source: cc-metric-collector
|
|
Rules-Requires-Root: no
|
|
|