Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support binding to a specific host address | Leah Neukirchen | 2024-07-10 | 1 | -1/+8 |
* | add very basic zfs collector | Leah Neukirchen | 2024-06-10 | 1 | -0/+1 |
* | add netif collector | Leah Neukirchen | 2024-06-09 | 1 | -0/+1 |
* | add schedstat collector | Leah Neukirchen | 2024-06-09 | 1 | -0/+1 |
* | add pressure (psi) collector | Leah Neukirchen | 2024-06-09 | 1 | -0/+1 |
* | add --stdout | Leah Neukirchen | 2024-06-07 | 1 | -0/+12 |
* | remove daemonize and pidfile | Leah Neukirchen | 2024-06-07 | 1 | -68/+0 |
* | add rapl collector | Leah Neukirchen | 2024-06-07 | 1 | -0/+1 |
* | add mdstat collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
* | add vmstat collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
* | add timex collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
* | add conntrack collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
* | add filefd collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
* | add loadavg collector | Leah Neukirchen | 2024-05-23 | 1 | -0/+1 |
* | main: put each collector on its own line | Leah Neukirchen | 2024-05-23 | 1 | -2/+10 |
* | Move the collector loop into scrape server code. | Heikki Kallasjoki | 2018-12-23 | 1 | -52/+55 |
* | Rename the network collector to netdev. | Heikki Kallasjoki | 2018-12-15 | 1 | -1/+1 |
* | Add the stat collector. | Heikki Kallasjoki | 2018-12-04 | 1 | -1/+1 |
* | Add Apache License 2.0 headers and files. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+16 |
* | Clean up compiler warnings. | Heikki Kallasjoki | 2018-11-30 | 1 | -1/+1 |
* | Add support for a --pidfile= argument. | Heikki Kallasjoki | 2018-11-30 | 1 | -4/+17 |
* | Daemonize to background by default. | Heikki Kallasjoki | 2018-11-30 | 1 | -3/+64 |
* | Split the scrape setup and serving to separate functions. | Heikki Kallasjoki | 2018-11-30 | 1 | -1/+6 |
* | Refactor to allow excluding collectors from the build. | Heikki Kallasjoki | 2018-11-30 | 1 | -16/+14 |
* | Add the diskstats collector. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+2 |
* | Add the filesystem collector. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+2 |
* | Add the meminfo collector. | Heikki Kallasjoki | 2018-11-30 | 1 | -0/+2 |
* | Switch to standard default port; add command-line argument. | Heikki Kallasjoki | 2018-11-16 | 1 | -2/+6 |
* | Initial prototype. | Heikki Kallasjoki | 2018-08-05 | 1 | -0/+139 |