about summary refs log tree commit diff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* support binding to a specific host addressLeah Neukirchen2024-07-101-1/+8
* add very basic zfs collectorLeah Neukirchen2024-06-101-0/+1
* add netif collectorLeah Neukirchen2024-06-091-0/+1
* add schedstat collectorLeah Neukirchen2024-06-091-0/+1
* add pressure (psi) collectorLeah Neukirchen2024-06-091-0/+1
* add --stdoutLeah Neukirchen2024-06-071-0/+12
* remove daemonize and pidfileLeah Neukirchen2024-06-071-68/+0
* add rapl collectorLeah Neukirchen2024-06-071-0/+1
* add mdstat collectorLeah Neukirchen2024-05-231-0/+1
* add vmstat collectorLeah Neukirchen2024-05-231-0/+1
* add timex collectorLeah Neukirchen2024-05-231-0/+1
* add conntrack collectorLeah Neukirchen2024-05-231-0/+1
* add filefd collectorLeah Neukirchen2024-05-231-0/+1
* add loadavg collectorLeah Neukirchen2024-05-231-0/+1
* main: put each collector on its own lineLeah Neukirchen2024-05-231-2/+10
* Move the collector loop into scrape server code.Heikki Kallasjoki2018-12-231-52/+55
* Rename the network collector to netdev.Heikki Kallasjoki2018-12-151-1/+1
* Add the stat collector.Heikki Kallasjoki2018-12-041-1/+1
* Add Apache License 2.0 headers and files.Heikki Kallasjoki2018-11-301-0/+16
* Clean up compiler warnings.Heikki Kallasjoki2018-11-301-1/+1
* Add support for a --pidfile= argument.Heikki Kallasjoki2018-11-301-4/+17
* Daemonize to background by default.Heikki Kallasjoki2018-11-301-3/+64
* Split the scrape setup and serving to separate functions.Heikki Kallasjoki2018-11-301-1/+6
* Refactor to allow excluding collectors from the build.Heikki Kallasjoki2018-11-301-16/+14
* Add the diskstats collector.Heikki Kallasjoki2018-11-301-0/+2
* Add the filesystem collector.Heikki Kallasjoki2018-11-301-0/+2
* Add the meminfo collector.Heikki Kallasjoki2018-11-301-0/+2
* Switch to standard default port; add command-line argument.Heikki Kallasjoki2018-11-161-2/+6
* Initial prototype.Heikki Kallasjoki2018-08-051-0/+139