mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
bumping modem-stats
This commit is contained in:
parent
04d3d1a520
commit
bd982d0b67
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: modem-stats
|
name: modem-stats
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: periodic cable modem data collection and save the results to InfluxDB
|
description: periodic cable modem data collection and save the results to InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
@ -12,4 +12,4 @@ sources:
|
|||||||
- https://github.com/billimek/billimek-charts
|
- https://github.com/billimek/billimek-charts
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
|
@ -20,15 +20,15 @@ resources: {}
|
|||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
debug: false
|
debug: false
|
||||||
config:
|
config:
|
||||||
# how many seconds to wait between checks
|
# how many seconds to wait between checks
|
||||||
delay: 3600
|
delay: 3600
|
||||||
influxdb:
|
influxdb:
|
||||||
# host/port/database are mandatory - change as needed
|
# host/port/database are mandatory - change as needed
|
||||||
host: influxdb-influxdb
|
host: influxdb-influxdb
|
||||||
port: 8086
|
port: 8086
|
||||||
database: cable_modem_stats
|
database: cable_modem_stats
|
||||||
# username:
|
# username:
|
||||||
# password:
|
# password:
|
||||||
ssl: false
|
ssl: false
|
||||||
modem:
|
modem:
|
||||||
url: http://192.168.100.1/RgConnect.asp
|
url: http://192.168.100.1/RgConnect.asp
|
||||||
|
Loading…
Reference in New Issue
Block a user