Manuel
b1977ca6bf
Minor stylistic change
4 years ago
Manuel
db0c08b5e4
Fix automatic build and update base image
* Revert to amd64 Dockerfile to fix automatic Docker Hub building and add multiarch image separately instead
* Change base image for the building stage to alpine and update the golang version to latest
* Change the entrypoint path for consistency with base image
* Make use of COPY instead of cloning the git repo in the building stage
* Add missing default lua-metrics-file argument as it is required
4 years ago
Christian Fritz
d845fd773d
Uses logrus instead printf for logging and fixes creating error messages.
4 years ago
Christian Fritz
cb38eed10a
Adding .idea to .gitignore file.
4 years ago
Manuel
001ea62b91
Docker multi-arch images
4 years ago
Christian Fritz
11f6517cbf
Adds information about the docker build.
4 years ago
Christian Fritz
48cdab8f04
Adds Dockerfile
4 years ago
Christian Fritz
8fe58d46bb
Improves readme
- add toc
- updates build instructions
- fixed some typos
4 years ago
Christian Fritz
1cf0dfb5ae
Adds readiness and liveness endpoints.
4 years ago
Christian Fritz
5fda388374
Add additional flag to control the verification of tls connections.
4 years ago
Christian Fritz
d9031e6c39
Adds go.mod file to use go modules while building.
4 years ago
sberk42
4d5b0d2095
added 7.25 metrics and updated docu a bit
4 years ago
sberk42
5530549743
added WLAN status to metrics
4 years ago
sberk42
25f17b7dd6
fix lua not collected after fritzbox restart
4 years ago
sberk42
66406b96c5
added dslforum max bit rate to handle different results with 5.29
4 years ago
sberk42
ec79d1d1c4
updated dashboard to new metric names
4 years ago
sberk42
98bbb89110
fixed typo
4 years ago
sberk42
315571adf5
introduced global duplicate cache
4 years ago
sberk42
d69754c709
cleaned up metrics to use labels
4 years ago
sberk42
717ea05749
fixed collect error due to duplicate labels
4 years ago
sberk42
d3138a11af
adjusted dashboard to removal of counters
4 years ago
sberk42
a8da0da336
cleaned up golint issues
4 years ago
sberk42
cc53249253
removed counter from metrics and updated dashboard
4 years ago
sberk42
129f5aff2e
fixed fixedLabels for normal metrics added traffic as gauge
4 years ago
sberk42
33fc59a3c8
added support for caching results between collections
4 years ago
sberk42
320ad2d613
moved fixedLabels to promDesc
4 years ago
sberk42
ac37786b5c
fixed ramusage metric definition
4 years ago
sberk42
bf7d020b74
lua metric collection now working
4 years ago
sberk42
fd481630fb
collected lua call, started on lua metrics, added testLua call
4 years ago
sberk42
c79be399bc
added support for lan/wan status
4 years ago
sberk42
ef5d6b1f3b
added support to retrieve usb storage details
4 years ago
sberk42
bc6f8cd35c
support for values from ecoStat page
4 years ago
sberk42
81979f3749
first test for lua calls
4 years ago
sberk42
2e2b094ebd
updated dashboard
4 years ago
sberk42
abd95b5c27
added modelname metric and limited lowercase labels to hostname and macaddress
4 years ago
sberk42
f47a658a59
added active hosts panel
4 years ago
sberk42
8d493192b4
fixed uptime panel with new metric labels
4 years ago
sberk42
4aefde6a39
Update README.md
4 years ago
sberk42
7ca10bc939
added some more metrics and labels
4 years ago
sberk42
a39ad12936
adjusted metric name
4 years ago
sberk42
25ec52f9bc
adjusted metric name
4 years ago
sberk42
c1a3f62749
added host and dect active to metrics
4 years ago
sberk42
44aa1a7dc9
support to collect indexed metrics
4 years ago
sberk42
2ff35cbc2d
added support for additional labels
4 years ago
sberk42
fa9c9084e1
partial support for calling metrics with action argument
4 years ago
sberk42
03d5a481fa
added missing export
4 years ago
sberk42
74b1ed86d3
add action name to error message
4 years ago
sberk42
86d59aecd8
added support for calling actions with arguments
4 years ago
sberk42
b8fdbf5f87
also report argument name
4 years ago
sberk42
253eaa47ba
added support for listing not called actions with parameters
4 years ago