159 Commits

Author SHA1 Message Date
Thomas Roehl
a14210061c Use seperate page per collector 2021-12-27 13:01:50 +01:00
Thomas Roehl
ad647ceeb5 Update collectors README 2021-12-21 18:55:46 +01:00
Thomas Roehl
4b55a18cf5 Update collectors README 2021-12-21 18:15:45 +01:00
Thomas Roehl
fc074468c4 Update README for receivers 2021-12-21 18:04:01 +01:00
Thomas Roehl
ebd96b41e2 Update go files 2021-12-21 17:48:10 +01:00
Thomas Roehl
7af8393626 Update README for sinks 2021-12-21 17:47:58 +01:00
Thomas Roehl
50d24915cc Remove SinkEntity type 2021-12-21 17:47:46 +01:00
Thomas Roehl
9030a64a78 Update main README 2021-12-21 17:21:12 +01:00
Thomas Roehl
2c3836756b Add README to metric router 2021-12-21 17:07:59 +01:00
Thomas Gruber
ef6bdcd768
Update README.md 2021-12-21 15:40:52 +01:00
Thomas Roehl
0385eb724c Add README for MultiChanTicker 2021-12-21 15:39:58 +01:00
Thomas Roehl
0c10b15561 Add README for MultiChanTicker 2021-12-21 15:39:21 +01:00
Thomas Gruber
5aee19549f
Update README.md 2021-12-21 14:23:36 +01:00
Thomas Roehl
a6feb16ec1 Formatting 2021-12-21 14:04:31 +01:00
Thomas Roehl
988cea381e Update README for CCMetric 2021-12-21 14:04:14 +01:00
Thomas Roehl
3c5b5f4d71 Start with README 2021-12-20 18:29:01 +01:00
Thomas Roehl
9eac94d7e7 Update entry points 2021-12-20 17:44:10 +01:00
Thomas Roehl
8366f69a89 Add expression to router config 2021-12-20 17:41:16 +01:00
Thomas Roehl
b7fbd198ff Use central timer for collectors and router. Add expressions to router 2021-12-20 17:40:28 +01:00
Thomas Roehl
44d8b0c979 Use channels, add a metric router, split up configuration and use extended version of Influx line protocol internally 2021-12-20 12:40:51 +01:00
Thomas Gruber
15cf16b46f
Add Github Action to build RPM (#14)
* Update SPEC file

* Add clean target to Makefile

* add rpmbuild action

* Add missing build dependency

* Fix package name of golang for CentOS8

* Change outputs

* Fix file list and build requires

* Fix for file list

* Also upload SRPM
2021-11-29 16:04:50 +01:00
Thomas Roehl
28163f5d2e Format fixes 2021-11-29 15:32:58 +01:00
Thomas Roehl
6d14e66505 Fix missing colon in netstat collector 2021-11-26 19:02:09 +01:00
Thomas Roehl
3a13a41a15 Catch panic in Nvidia Go Bindings 2021-11-26 19:01:47 +01:00
Thomas Roehl
75f5ac8980 Catch panicing collectors (hello Nvidia Go Bindings) late. 2021-11-26 19:01:31 +01:00
Thomas Roehl
7a7ce0c1b3 Catch panicing collectors (hello Nvidia Go Bindings) late. 2021-11-26 19:01:12 +01:00
Thomas Roehl
cb8221e73c Read config JSON only if there is any 2021-11-26 18:19:45 +01:00
Thomas Roehl
8d643bb5e8 Set default for topprocs collector to Top2 processes if no config is given 2021-11-26 18:19:26 +01:00
Thomas Roehl
f5b7da5046 Use configuration with all supported collectors for CI. Fixes #13 2021-11-26 18:15:04 +01:00
Thomas Roehl
bf43f6d975 Updated README.md for collectors. Fix TODO 2021-11-26 15:58:59 +01:00
Thomas Roehl
734d9e5b8f Updated README.md for collectors. Not finished 2021-11-26 15:57:11 +01:00
Thomas Roehl
325d97df96 Updated contributing section for sinks 2021-11-26 15:56:52 +01:00
Thomas Roehl
09e15c9949 Update receiver README.md 2021-11-26 14:19:07 +01:00
Thomas Roehl
32d5a5b98f Update sink README.md 2021-11-26 14:18:59 +01:00
Thomas Roehl
24bf9590ee Update sink README.md 2021-11-26 14:10:22 +01:00
Thomas Roehl
fcf8dfb680 Update global README.md 2021-11-26 14:10:12 +01:00
Thomas Gruber
3997984714
Temp collector from sysfs hwmon (#8)
* Add collector for hwmon temperature

* Comment out local tag overrides

* Add temperature collector to README

* Update temperature collector with own config parser
2021-11-25 18:19:09 +01:00
Thomas Gruber
1e7a75598e
Add collector to read data from ipmitool or ipmi-sensors (fallback) (#9)
* Add collector to read data from ipmitool or ipmi-sensors

* Update IPMI collector to use own config

* Add 'ipmitool sensor' parser
2021-11-25 18:15:56 +01:00
Thomas Roehl
c6edf7aed4 Fix application name 2021-11-25 17:54:58 +01:00
Thomas Roehl
59ac123662 Add Makefile, update LIKWID Makefile and fix Github Action 2021-11-25 17:51:34 +01:00
Thomas Roehl
f749179213 Add Makefile, update LIKWID Makefile and fix Github Action 2021-11-25 17:50:18 +01:00
Thomas Roehl
156664d78f Make Infiniband collector more configurable 2021-11-25 16:25:20 +01:00
Thomas Roehl
71e86fe79d Simple run test for Github Action. No RPM build 2021-11-25 16:24:33 +01:00
Thomas Roehl
512fa44a74 Remove unneeded stuff 2021-11-25 16:20:52 +01:00
Thomas Roehl
f6a707ac31 Remove unneeded function and const values 2021-11-25 16:01:16 +01:00
Thomas Roehl
9232dd9732 Formatting 2021-11-25 15:11:39 +01:00
Thomas Roehl
a88ea4fd43 Activate all collectors in config.json 2021-11-25 14:38:19 +01:00
Thomas Roehl
7d33193e0c Merge branch 'main' of github.com:ClusterCockpit/cc-metric-collector into main 2021-11-25 14:04:25 +01:00
Thomas Roehl
51b8c62d4d Collector-specific configuration. LIKWID collector derives metrics itself, Run once CLI option 2021-11-25 14:04:03 +01:00
Thomas Gruber
5d9ce2bf6c
Update rpmbuild.yml 2021-11-22 17:22:05 +01:00