Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the network collector to netdev. | Heikki Kallasjoki | 2018-12-15 | 1 | -1/+1 |
| | | | | | Resolves #14. For consistency with node_exporter, and with other network-related collectors. | ||||
* | 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 |
| | | | | This is a refactoring in preparation for supporting daemonization: we'll want to set up the port before daemonizing, so that any failures can be reported early. | ||||
* | Refactor to allow excluding collectors from the build. | Heikki Kallasjoki | 2018-11-30 | 1 | -16/+14 |
| | | | | | | | Stop including hardcoded links to all collectors from main.c. Instead, use a preprocessor X-macro "XCOLLECTORS" to take the list of collectors, and use that to declare the external "struct collector" objects and the list of collectors. | ||||
* | 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 |