Galorhallen
3a7bf0ba16
Fixed conflict in go.mod
...
Merge branch 'master' into async
2022-02-10 11:12:47 +01:00
Galorhallen
b743735aa4
Merge branch 'async' of github.com:Galorhallen/pihole-exporter into async
2022-02-10 11:11:57 +01:00
Vincent Composieux
5242c87cea
Merge pull request #117 from eko/dependabot/go_modules/github.com/prometheus/client_golang-1.12.1
...
Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
2022-02-02 21:10:17 +01:00
dependabot[bot]
3a0a02c402
Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.12.0 to 1.12.1.
- [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.12.0...v1.12.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 04:12:38 +00:00
Galorhallen
c13fb48352
Merge branch 'master' into async
2022-01-30 11:25:20 +01:00
Galorhallen
ecfd7f75fd
Fixed empty field in Config String function
2022-01-30 11:23:26 +01:00
Vincent Composieux
828dd30524
Merge pull request #113 from eko/dependabot/go_modules/github.com/prometheus/client_golang-1.12.0
...
Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
2022-01-22 10:16:19 +01:00
dependabot[bot]
540c6d2309
Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.11.0 to 1.12.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.12.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-01-20 04:13:11 +00:00
Vincent Composieux
5da5728147
Merge pull request #112 from sylr/patch-1
...
Build releases with go 1.17
2022-01-16 20:13:12 +01:00
Sylvain Rabot
87105fb865
Build releases with go 1.17
2022-01-14 20:20:51 +01:00
Vincent Composieux
ca60f3a55e
Merge pull request #109 from Galorhallen/master
...
Removed print of token/password in logs
2022-01-07 23:06:34 +01:00
Galorhallen
ea2e9ab9ce
Fix go.mod
2022-01-07 22:57:18 +01:00
Galorhallen
7824dee545
Merge branch 'master' into async
2022-01-07 22:57:00 +01:00
Galorhallen
89284bf1c4
Fix wrong parenthesis
2022-01-07 22:55:31 +01:00
Galorhallen
98f9693ec1
Fix go.mod
2022-01-07 22:54:02 +01:00
Galorhallen
e521a908a4
Updated docs
2022-01-05 22:07:23 +01:00
Galorhallen
4381338fae
Removed 'interval' configuration. Add timeout
2022-01-05 22:05:32 +01:00
Galorhallen
2a939bf754
Fix error message
2022-01-05 21:58:06 +01:00
Galorhallen
479456edc4
Merge branch 'master' into async
2022-01-05 21:30:47 +01:00
Galorhallen
1d96b5c332
Removed fmt used as log
2022-01-05 21:25:14 +01:00
Galorhallen
0d8f3ea9c9
Merge branch 'master' into async
2022-01-05 21:20:36 +01:00
Galorhallen
a31d5c382f
Removed print of token and password in Config.String
2022-01-05 21:20:06 +01:00
Galorhallen
bda504dbe4
Add async metrics fetch for multiple piholes
...
parent 8d5586558c
author Galorhallen <andrea.ponte1987@gmail.com> 1640558190 +0100
committer Galorhallen <andrea.ponte1987@gmail.com> 1640821760 +0100
Add test for multiple pihole
Add async mode for multiple piholes
Fixed GitHub Actions go versions
Add test for multiple pihole
Cleanup
2022-01-05 20:54:53 +01:00
Galorhallen
e4ddf5c3b1
Add channel
2022-01-05 20:54:53 +01:00
Galorhallen
2c062e5bf9
Woring on logging
2022-01-05 20:44:11 +01:00
Vincent Composieux
b06c5833c8
Upgraded to go 1.17 and alpine 3.15
2021-12-31 17:50:55 +01:00
Galorhallen
7009c705bb
Add async metrics fetch for multiple piholes
...
parent 8d5586558c
author Galorhallen <andrea.ponte1987@gmail.com> 1640558190 +0100
committer Galorhallen <andrea.ponte1987@gmail.com> 1640821760 +0100
Add test for multiple pihole
Add async mode for multiple piholes
Fixed GitHub Actions go versions
Add test for multiple pihole
Cleanup
2021-12-30 00:49:33 +01:00
Galorhallen
8d5586558c
Add channel
2021-12-30 00:43:34 +01:00
Vincent Composieux
cf04392b13
Fixed GitHub Actions go versions
2021-12-30 00:43:34 +01:00
Vincent Composieux
2e99d259b8
Merge pull request #105 from Galorhallen/master
...
[Bugfix] When multiple host is specified, one port/protocol can't be specified
2021-12-27 15:18:23 +01:00
Galorhallen
035842e305
Add test for multiple pihole
2021-12-26 23:36:30 +01:00
Galorhallen
922b295ba0
Merge branch 'master' of github.com:Galorhallen/pihole-exporter
2021-12-23 13:19:43 +01:00
Galorhallen
d4a012d404
Add trim space to env variables and fix protocol index bug
2021-12-23 12:05:26 +01:00
Vincent Composieux
b8873c499e
Fixed GitHub Actions go versions
2021-12-22 08:45:08 +01:00
Vincent Composieux
53b1034f19
Merge pull request #104 from Galorhallen/master
...
Support multiple pihole instances
2021-12-22 08:39:43 +01:00
Galorhallen
3cf4ad6781
Removed commented code
2021-12-21 14:59:21 +01:00
Galorhallen
8170a4c0f7
Add readme
2021-12-18 00:25:23 +01:00
Galorhallen
fc19ac5d29
Better /metrics handling
2021-12-10 15:39:22 +01:00
Galorhallen
fdbd1a678f
Add initial support to multiple pihole servers
2021-12-10 04:48:28 +01:00
Vincent Composieux
53aae16d90
Merge pull request #103 from eko/dependabot/docker/golang-1.17.3-alpine3.13
...
Bump golang from 1.17.2-alpine3.13 to 1.17.3-alpine3.13
2021-11-06 11:02:53 +01:00
dependabot[bot]
a3b90451a1
Bump golang from 1.17.2-alpine3.13 to 1.17.3-alpine3.13
...
Bumps golang from 1.17.2-alpine3.13 to 1.17.3-alpine3.13.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-05 04:13:13 +00:00
Vincent Composieux
58b8396f9b
Merge pull request #102 from darmiel/patch-1
...
feat: include sha256sum for release files
2021-10-23 09:34:30 +02:00
Daniel
7709529f1a
feat: include sha256sum for release files
2021-10-18 12:35:35 +02:00
Vincent Composieux
502756592f
Merge pull request #100 from eko/eko-patch-1
...
Removed CI build on branches and pull requests
2021-10-12 11:49:43 +02:00
Vincent Composieux
0985fda8a7
Update master.yml
2021-10-12 11:48:41 +02:00
Vincent Composieux
a1ccafcf33
Merge pull request #99 from eko/dependabot/docker/golang-1.17.2-alpine3.13
...
Bump golang from 1.17.1-alpine3.13 to 1.17.2-alpine3.13
2021-10-09 09:47:13 +02:00
dependabot[bot]
f084c3de61
Bump golang from 1.17.1-alpine3.13 to 1.17.2-alpine3.13
...
Bumps golang from 1.17.1-alpine3.13 to 1.17.2-alpine3.13.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 04:17:10 +00:00
Vincent Composieux
9d50a54945
Merge pull request #96 from tsunam/master
...
Update test matrix for supported go versions and add example docker-compose.yml
2021-09-26 00:22:21 +02:00
Joshua Jackson
e20140af99
fix typo for consistency
2021-09-22 17:49:22 -07:00
Joshua Jackson
af7761653d
add docker-compose.yml examples
...
Why do we need this change?
----
Give a practical docker-compose.yml example to make it easier for people
to build and or run within their own compose setups
What effects does this change have?
----
2021-09-22 17:43:58 -07:00