about summary refs log tree commit diff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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