Commit Graph

70 Commits

Author SHA1 Message Date
Calle Pettersson
8df4ea3f51 Debug x86 build failure 2016-12-22 06:45:58 +01:00
Calle Pettersson
f60211aba3 Compile for both x86 and amd64 2016-12-20 18:51:56 +01:00
Martin Lindhe
2808da68d8 Merge pull request #41 from martinlindhe/fix_system_uptime
system: fix uptime calculation
2016-11-16 08:38:21 +01:00
Martin Lindhe
a3f44f60c5 system: fix uptime calculation, fixes #40 2016-11-15 09:07:04 +01:00
Martin Lindhe
5925816a9a Merge pull request #42 from martinlindhe/dns-server-collector
Add DNS server collector
2016-11-15 08:44:38 +01:00
Calle Pettersson
0beff465c0 Add DNS server collector 2016-11-15 06:37:52 +01:00
Martin Lindhe
b40d60b8a4 fix comments 2016-11-14 08:55:51 +01:00
Martin Lindhe
a1910c3963 Merge pull request #39 from martinlindhe/setup-gitversion
Setup GitVersion
2016-10-18 20:13:13 +02:00
Calle Pettersson
4c39660624 Setup GitVersion 2016-10-18 16:37:30 +02:00
Martin Lindhe
2fce1541d8 README: for roadmap, link to issues rather than TODO wiki 2016-10-14 14:32:11 +02:00
Martin Lindhe
66b6145835 README: remove experimental banner 2016-10-14 14:31:03 +02:00
Martin Lindhe
e0b6bf5b4f bumped govendor (#34) 2016-10-14 12:50:14 +02:00
Martin Lindhe
56eef24660 Merge pull request #37 from martinlindhe/update-default-collectors
Set default collectors and update documentation
2016-10-14 10:36:59 +02:00
Calle Pettersson
fab166f70a Set default collectors and update documentation 2016-10-14 10:24:08 +02:00
Martin Lindhe
5dd08db8c4 Merge pull request #36 from martinlindhe/rename-system-factory-from-perfos
Fix missing rename from perfos->system
2016-10-14 10:17:00 +02:00
Calle Pettersson
a973ce9bca Fix missing rename from perfos->system 2016-10-14 10:14:32 +02:00
Martin Lindhe
8974d840d0 Merge pull request #35 from martinlindhe/promu-appveyor
appveyor: build using promu to embed branch and revision info into binary
2016-10-14 09:58:39 +02:00
Martin Lindhe
c5d7bb8375 appveyor: build using promu to embed branch and revision info into binary 2016-10-13 09:07:41 +02:00
Martin Lindhe
2fa997dc7e Merge pull request #32 from martinlindhe/version-info
add boilerplate for promu
2016-10-13 09:03:44 +02:00
Martin Lindhe
5aba27bfe3 add boilerplate for promu 2016-09-30 08:31:19 +02:00
Martin Lindhe
ef04d2c51c Merge pull request #29 from martinlindhe/network
add network collector
2016-09-28 08:23:36 +02:00
Martin Lindhe
2ff652ed86 simplify appveyor (#31) 2016-09-27 19:59:29 +02:00
Martin Lindhe
6a5ae712d6 add network collector 2016-09-27 16:17:03 +02:00
Martin Lindhe
2544995940 Merge pull request #30 from martinlindhe/health
exporter: add /health endpoint. fixes #25
2016-09-27 14:51:24 +02:00
Martin Lindhe
88863c1107 exporter: add /health endpoint. fixes #25 2016-09-27 14:37:12 +02:00
Martin Lindhe
141b28a656 Merge pull request #26 from martinlindhe/cpu-collector
Cpu collector
2016-09-25 08:33:26 +02:00
Martin Lindhe
497ee6563f Merge pull request #28 from martinlindhe/generator-tool
Add a collector generator script
2016-09-25 08:32:51 +02:00
Calle Pettersson
c0b133d157 Add a collector generator script 2016-09-24 20:55:40 +02:00
Calle Pettersson
92b762f6a1 Initial cpu collector implementation 2016-09-24 20:52:56 +02:00
Martin Lindhe
c98a0c16b2 Merge pull request #20 from martinlindhe/improve-os
os: expose Win32_ComputerSystem and Win32_PerfRawData_PerfOS_System
2016-09-21 08:04:55 +02:00
Martin Lindhe
15036bbed3 AUTHORS.md 2016-09-19 09:06:26 +02:00
Martin Lindhe
52592bb097 os: expose Win32_ComputerSystem and Win32_PerfRawData_PerfOS_System 2016-09-19 09:02:05 +02:00
Martin Lindhe
4b7555e5b2 Merge pull request #23 from martinlindhe/fix-appveyor-deployment
Remove branch requirement for deployments, since it seems broken in combination with tags
2016-09-16 12:28:38 +02:00
Calle Pettersson
e67c534b6e Remove branch requirement for deployments, since it seems broken in combination with tags 2016-09-16 12:05:33 +02:00
Calle Pettersson
b3567c379f Add msi builder (#19)
Add msi builder. Installer is built and uploaded to Github as a release when master is tagged with a version string
2016-09-16 08:36:58 +02:00
Martin Lindhe
301fe89859 drop VENDOR.md 2016-09-16 08:34:13 +02:00
Martin Lindhe
3169966989 appveyor: add deploy config (for #19) 2016-09-10 00:09:24 +02:00
Martin Lindhe
29beaa6c3b govendor: update build instructions and fix #18 2016-09-01 21:10:02 +02:00
Calle Pettersson
eebbe0015c Merge pull request #18 from martinlindhe/govendor
vendor dependencies using govendor, fixes #16
2016-09-01 16:12:19 +02:00
Martin Lindhe
8e229c4b93 Merge pull request #17 from martinlindhe/configurable-collectors
make enabled collectors configurable (based on code from node_exporter)
2016-09-01 16:07:49 +02:00
Martin Lindhe
d8f62e07c2 make enabled collectors configurable (based on code from node_exporter) 2016-09-01 16:04:43 +02:00
Martin Lindhe
e4fc3bda11 vendor dependencies using govendor, fixes #16 2016-09-01 15:57:51 +02:00
Martin Lindhe
b203702cad README: mention the IIS collector 2016-09-01 15:41:23 +02:00
Martin Lindhe
2af46d9313 refactor: rename namespace to 'collector' 2016-09-01 14:55:35 +02:00
Martin Lindhe
f99a67b376 iis: fix typo in error message: os -> iis 2016-09-01 14:37:14 +02:00
Martin Lindhe
6515cdde4e Merge pull request #10 from carlpett/f-iis-exporter
IIS collector
2016-09-01 14:34:43 +02:00
Calle Pettersson
bf8c9228fb IIS: Add new IIS collector 2016-09-01 14:24:58 +02:00
Martin Lindhe
36ed911d62 Merge pull request #5 from carlpett/f-disk-metrics-cleanup
Cleanup disk metrics
2016-08-29 08:48:27 +02:00
Calle Pettersson
1caa6589a8 Improve metrics from LogicalDisk 2016-08-28 20:20:33 +02:00
Martin Lindhe
d7c06648cb Merge pull request #8 from carlpett/new-port
Change default port to 9182
2016-08-27 15:10:29 +02:00