Thomas Gruber
a203370aaa
Add scraper for Prometheus clients ( #47 )
2022-02-25 14:46:29 +01:00
Thomas Gruber
f099a311a0
Add sink for Prometheus monitoring system ( #46 )
...
* Add sink for Prometheus monitoring system
* Add prometheus sink to README
2022-02-25 14:33:20 +01:00
Thomas Roehl
940623585c
Merge branch 'develop' of github.com:ClusterCockpit/cc-metric-collector into develop
2022-02-25 13:53:34 +01:00
Thomas Roehl
fe3a8d59b0
Ping InfluxDB server after connecting to recognize faulty connections
2022-02-25 13:51:52 +01:00
Thomas Roehl
bac1f18b1d
Add samples for collectors, sinks and receivers
2022-02-25 13:47:19 +01:00
Thomas Roehl
87ecb12c6f
Merge branch 'develop' of github.com:ClusterCockpit/cc-metric-collector into develop
2022-02-24 18:28:52 +01:00
Thomas Gruber
c8bca59de4
Numa-aware memstat collector ( #45 )
2022-02-24 18:27:05 +01:00
Thomas Gruber
16c03d2aa2
Use Ganglia configuration ( #44 )
...
* Copy all metric configurations from original Ganglia code
* Use metric configurations from Ganglia for some metrics
* Format value string also for known metrics
2022-02-24 18:22:20 +01:00
Holger Obermaier
2f044f4b58
Fix: MetricReceiver uses uninitialized values, when initialization fails
2022-02-23 15:58:51 +01:00
Holger Obermaier
f911ff802c
Merge pull request #43 from ClusterCockpit/new_receiver_instances
...
New receiver instances
2022-02-23 15:20:55 +01:00
Holger Obermaier
2f36375470
Refactor: Embed Init() into New() function
2022-02-23 15:15:17 +01:00
Holger Obermaier
6843902909
Merge pull request #41 from ClusterCockpit/new_sink_instances
...
New sink instances
2022-02-23 15:05:53 +01:00
Holger Obermaier
73981527d3
Refactor: Embed Init() into New() function
2022-02-23 14:56:29 +01:00
Thomas Roehl
d542f32baa
Mention likwid config script in LikwidCollector README
2022-02-22 17:46:44 +01:00
Thomas Roehl
6b6566b0aa
Fix metric scope in likwid configuration script
2022-02-22 17:46:17 +01:00
Thomas Roehl
3598aed090
Use new receiver instances to allow multiple of same receiver type
2022-02-22 16:33:38 +01:00
Thomas Roehl
24e12ccc57
Update sink README and SampleSink
2022-02-22 16:19:46 +01:00
Thomas Roehl
18a226183c
Use new sink instances to allow multiple of same sink type
2022-02-22 16:15:25 +01:00
Thomas Roehl
9cfbe10247
Add uint types to GangliaSink and LibgangliaSink
2022-02-22 15:51:08 +01:00
Thomas Roehl
66275ecf74
DiskstatCollector: cast part_max_used metric to int
2022-02-22 15:50:49 +01:00
Thomas Gruber
b4cc6d54ea
Update README.md
2022-02-22 15:10:27 +01:00
Thomas Gruber
45714fe337
Update README.md
2022-02-22 15:09:12 +01:00
Holger Obermaier
a97c705f4c
Do not create link to libganglia.so.
...
libganglia.so is now loaded during runtime by dlopen
and no longer required during link time
2022-02-21 20:55:14 +01:00
Thomas Roehl
5742721cbd
Proper tag name in release
2022-02-21 18:58:13 +01:00
Thomas Roehl
888292dbef
Remove ganglia build tag documentation, not needed anymore
2022-02-21 18:53:03 +01:00
Thomas Roehl
1425463a26
Upload RPM not SRPM
2022-02-21 18:49:39 +01:00
Thomas Gruber
5cd7ac2541
Update rpmbuild.yml
2022-02-21 18:28:07 +01:00
Thomas Gruber
afa831aff8
Update rpmbuild.yml
2022-02-21 18:17:12 +01:00
Holger Obermaier
54c693532f
Do not create fake libganglia.so.
...
libganglia.so is now loaded during runtime by dlopen
and no longer required during link time
2022-02-21 17:28:54 +01:00
Thomas Roehl
a1328b30e9
Remove CentOS8 from RPMBUILD action. End of Life
2022-02-21 17:16:07 +01:00
Thomas Roehl
842395682c
Remove -lganglia ldflag and check dl lib
2022-02-21 17:01:13 +01:00
Thomas Roehl
3ade75490c
Add RHEL UBI 8 to rpmbuild action
2022-02-21 15:09:42 +01:00
Thomas Roehl
ae64eddcc8
Remove doubled import
2022-02-21 14:50:53 +01:00
Thomas Roehl
eed9cd227c
Remove doubled import and remove merge artifacts
2022-02-21 14:50:11 +01:00
Thomas Roehl
24a2c9992f
Merge branch 'develop' into main
2022-02-21 14:32:24 +01:00
Thomas Gruber
f683f2e6da
Dynamically load liblikwid ( #40 )
...
* Check whether LIKWID library is present
* Generalize nan_to_zero option to invalid_to_zero including +Inf,+Inf and NaN
* Remove double error printing and return if measurements do not work
2022-02-21 13:29:33 +01:00
Thomas Gruber
ea5b3bdbd6
Use receiver names from config ( #34 )
...
* Use common configuration format of 'receiver_name' -> 'receiver_config'
* Adjust receiver configuration files
2022-02-21 12:45:08 +01:00
Thomas Gruber
435528fa97
Split diskstat Collector ( #38 )
...
* Split diskstats (free, total space) and iostats (reads, writes, ...
* Add iostat Collector to CollectorManager
2022-02-21 12:44:26 +01:00
Holger Obermaier
65c3106af2
Remove tags for num cores and packages
2022-02-18 16:59:59 +01:00
Holger Obermaier
635a75c64b
Report maximum and critical temperature
2022-02-18 16:56:41 +01:00
Holger Obermaier
6ffe207768
Merge pull request #37 from ClusterCockpit/dynload_libganglia
...
Dynload libganglia
2022-02-18 15:52:20 +01:00
Holger Obermaier
e8adf5b909
Create an empty libganglia.so stub if none exists
2022-02-18 15:44:12 +01:00
Thomas Roehl
d9a81501e5
Use common functions in both Ganglia sinks
2022-02-18 15:05:45 +01:00
Thomas Roehl
e2f78fe1c0
Add linker flag -Wl,--unresolved-symbols=ignore-in-object-files to build without library. Remove build tags
2022-02-18 11:41:15 +01:00
Thomas Roehl
4e8ee59211
Update NetstatCollector to derive bandwidths and use an include list
2022-02-18 02:25:23 +01:00
Thomas Gruber
0152c0dc1e
Update CpustatCollector ( #36 )
...
* Update cpustat collector
* Update CpustatCollector to use percentages and add 'num_cpus' metric
2022-02-17 15:46:06 +01:00
Thomas Roehl
873befb41f
Add ganglia build tag to README
2022-02-17 15:06:55 +01:00
Holger Obermaier
bb9c6be741
Do not create libganglia link if libganglia is not installed
2022-02-17 08:03:55 +01:00
Thomas Roehl
3f8a2cb9b8
Fix default gmond config file path for libgangliaSink
2022-02-17 01:33:38 +01:00
Thomas Roehl
7be6d2a338
Use only readable files when searching for libganglia.so
2022-02-16 23:23:07 +01:00