I received an error collection ipmi sensors status, because my output table is missing status column. It can be added by the argument according to `--help` information.
Add the exporter-toolkit to support TLS and authentication.
* Cleanup error throwaway in logging calls.
* Bump Go modules.
Signed-off-by: SuperQ <superq@gmail.com>
When we need to debug special target on exporter among dozens of hosts - target is necessary for greps
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
* Update Makefile.common from prometheus/prometheus.
* Switch from Cirrus to CircleCI.
* Add CHANGELOG.md and VERSION.
* Drop inline /vendor.
* Update references to old github URL.
* Update copyrights.
* Update Go version.
* Skip building on aix (undefined: syscall.Mkfifo)
Signed-off-by: SuperQ <superq@gmail.com>
- Move every collector into its own file
- Move FreeIPMI code into own package
- Allow more customization of commands executed by collectors
- Split up documentation, so README is a little less overwhelming
A single commit message does not do justice to the amount of changes
here, but hey... :)