Commit Graph

4353 Commits

Author SHA1 Message Date
Cody Lee 9ffa6e3af9
The elves did a little winter cleaning! They are making room for all the features and bug fixes coming soon, I can almost hear the jolly old ho ho ho! 2022-12-17 08:45:25 -06:00
Cody Lee eb3653a178
Merge pull request #465 from unpoller/dependabot/go_modules/golang.org/x/crypto-0.4.0
Bump golang.org/x/crypto from 0.3.0 to 0.4.0
2022-12-12 07:40:00 -06:00
dependabot[bot] f3e63e11e6
Bump golang.org/x/crypto from 0.3.0 to 0.4.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 11:52:48 +00:00
Cody Lee 234b4b53e5
Merge pull request #464 from unpoller/dependabot/go_modules/golang.org/x/term-0.3.0
Bump golang.org/x/term from 0.2.0 to 0.3.0
2022-12-12 05:51:56 -06:00
dependabot[bot] 1530d104a7
Bump golang.org/x/term from 0.2.0 to 0.3.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 11:02:48 +00:00
Cody Lee 53affb3670
Merge pull request #463 from unpoller/dependabot/go_modules/github.com/prometheus/common-0.38.0
Bump github.com/prometheus/common from 0.37.0 to 0.38.0
2022-12-12 05:01:31 -06:00
dependabot[bot] f11414c269
Bump github.com/prometheus/common from 0.37.0 to 0.38.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 02:01:33 +00:00
Cody Lee 05eeb1eb02
Merge pull request #462 from unpoller/update-unifi-0-1-1
update unifi to v0.1.1
2022-12-11 19:26:54 -06:00
Cody Lee da10f87800
update unifi to v0.1.1 2022-12-11 19:24:03 -06:00
Cody Lee 6ee728cba6
add additional source data for issue #414 2022-12-11 14:29:13 -06:00
Cody Lee d51fb68ccd
Merge pull request #460 from unpoller/fix-docker-start
Default Config missing for docker containers
2022-12-11 13:02:54 -06:00
Cody Lee fded91ce40
fixed start loop 2022-12-11 13:00:40 -06:00
Cody Lee 4259d4f396
fix the default missing config based off example config, this was affecting #443 2022-12-09 10:01:47 -06:00
Cody Lee 8a3bb1a562
add documentation for timeout 2022-12-08 21:14:43 -06:00
Cody Lee 1c847303e4
Merge pull request #458 from unpoller/output-plugin-interface
Output Plugin Interface
2022-12-08 20:48:02 -06:00
Cody Lee feaa8d808f
Merge branch 'master' into output-plugin-interface 2022-12-08 20:45:48 -06:00
Cody Lee cc10c08d78
Merge pull request #459 from unpoller/leaner-ci
Leaner CI
2022-12-08 20:45:42 -06:00
Cody Lee 4816c13431
Merge branch 'output-plugin-interface' of github.com:unpoller/unpoller into output-plugin-interface 2022-12-08 20:45:21 -06:00
Cody Lee 3e5dd38e2f
duplicated assignment 2022-12-08 20:45:16 -06:00
Cody Lee 25871385b0
Merge branch 'master' into output-plugin-interface 2022-12-08 20:42:33 -06:00
Cody Lee f8f4aa7a8f
Merge pull request #456 from unpoller/influxdb-support-2
InfluxDB 2.x support
2022-12-08 20:42:24 -06:00
Cody Lee 1c6e3f9d7b
we do not need to lint in different OS, only one OS, cleanup warning as well 2022-12-08 20:42:11 -06:00
Cody Lee f392648182
add log info 2022-12-08 20:35:13 -06:00
Cody Lee bd51cf59f3
move to a common pattern on output plugins to catch common issues 2022-12-05 22:00:48 -06:00
Cody Lee b78c778cc7
Merge pull request #457 from unpoller/fix-postinstall-script
fixes post install script
2022-12-05 22:22:09 -05:00
Cody Lee a62ce0ecf0
fixes post install script 2022-12-05 16:29:09 -06:00
Cody Lee a148f669da
update per PR suggestions 2022-12-05 16:06:30 -06:00
Cody Lee 8273aafaf4
update readme 2022-12-04 20:44:52 -06:00
Cody Lee f86e9731da
merge main and fix conflict 2022-12-04 20:40:19 -06:00
Cody Lee c23b8893e9
find a way to merge 2022-12-04 20:38:44 -06:00
Cody Lee 689423d4dd
Merge pull request #454 from unpoller/dependabot/go_modules/github.com/prometheus/client_golang-1.14.0
Bump github.com/prometheus/client_golang from 1.11.0 to 1.14.0
2022-12-04 21:24:24 -05:00
Cody Lee 307096946d
Merge branch 'master' into dependabot/go_modules/github.com/prometheus/client_golang-1.14.0 2022-12-04 21:21:58 -05:00
Cody Lee 4f42eafbb9
Merge pull request #455 from unpoller/dependabot/go_modules/github.com/DataDog/datadog-go-4.8.3incompatible
Bump github.com/DataDog/datadog-go from 4.0.0+incompatible to 4.8.3+incompatible
2022-12-04 21:21:47 -05:00
dependabot[bot] c5377d43ea
Bump github.com/prometheus/client_golang from 1.11.0 to 1.14.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 02:20:17 +00:00
Cody Lee e050513e3e
Merge branch 'master' into dependabot/go_modules/github.com/DataDog/datadog-go-4.8.3incompatible 2022-12-04 21:19:48 -05:00
Cody Lee 4176ed66ca
Merge pull request #453 from unpoller/dependabot/go_modules/github.com/prometheus/common-0.37.0
Bump github.com/prometheus/common from 0.29.0 to 0.37.0
2022-12-04 21:19:18 -05:00
dependabot[bot] da5756198d
Bump github.com/DataDog/datadog-go
Bumps [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go) from 4.0.0+incompatible to 4.8.3+incompatible.
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DataDog/datadog-go/compare/v4.0.0...v4.8.3)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 02:17:18 +00:00
Cody Lee 79b5da224f
Merge branch 'master' into dependabot/go_modules/github.com/prometheus/common-0.37.0 2022-12-04 21:16:28 -05:00
Cody Lee 65a7b251c2
Merge pull request #452 from unpoller/dependabot/go_modules/golift.io/cnfg-0.2.1
Bump golift.io/cnfg from 0.1.1 to 0.2.1
2022-12-04 21:15:52 -05:00
dependabot[bot] 4ff712ce21
Bump github.com/prometheus/common from 0.29.0 to 0.37.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.29.0 to 0.37.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.29.0...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 02:02:33 +00:00
dependabot[bot] 2e0e9cc8b9
Bump golift.io/cnfg from 0.1.1 to 0.2.1
Bumps [golift.io/cnfg](https://github.com/golift/cnfg) from 0.1.1 to 0.2.1.
- [Release notes](https://github.com/golift/cnfg/releases)
- [Commits](https://github.com/golift/cnfg/compare/v0.1.1...v0.2.1)

---
updated-dependencies:
- dependency-name: golift.io/cnfg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 02:02:23 +00:00
Cody Lee 9af59bc90c
bump to goreleaser action v3 2022-12-04 14:26:32 -06:00
Cody Lee 714923dc9d
add stalebot 2022-12-04 09:21:32 -06:00
Cody Lee b7280a8625
Merge pull request #450 from unpoller/fix-nfpm-install-process
nfpm tips to fix this for systemd systems
2022-12-04 10:13:53 -05:00
Cody Lee fcaf4958fe
fix location 2022-12-04 09:02:40 -06:00
Cody Lee e2f62a8526
parsing fix 2022-12-04 08:57:25 -06:00
Cody Lee 9a2546f897
nfpm tips to fix this for systemd systems 2022-12-04 08:26:04 -06:00
Cody Lee 5f821d4a71
Merge pull request #448 from unpoller/fix-systemd-install
Fixes service location for deb, fixes old links to docker image
2022-12-03 17:52:48 -05:00
Cody Lee 1b0d74459b
fix compose files
also fix location of service file for deb
2022-12-03 16:49:01 -06:00
Cody Lee 85e4bbefd8
Merge pull request #447 from unpoller/interface-to-any
go 1.19 interface{} -> any
2022-12-03 17:35:08 -05:00