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
|
||||
name: modem-stats
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
appVersion: 1.0.0
|
||||
description: periodic cable modem data collection and save the results to InfluxDB
|
||||
keywords:
|
||||
@ -12,4 +12,4 @@ sources:
|
||||
- https://github.com/billimek/billimek-charts
|
||||
maintainers:
|
||||
- name: billimek
|
||||
email: jeff@billimek.com
|
||||
email: jeff@billimek.com
|
||||
|
@ -20,15 +20,15 @@ resources: {}
|
||||
nodeSelector: {}
|
||||
debug: false
|
||||
config:
|
||||
# how many seconds to wait between checks
|
||||
delay: 3600
|
||||
influxdb:
|
||||
# host/port/database are mandatory - change as needed
|
||||
host: influxdb-influxdb
|
||||
port: 8086
|
||||
database: cable_modem_stats
|
||||
# username:
|
||||
# password:
|
||||
ssl: false
|
||||
modem:
|
||||
url: http://192.168.100.1/RgConnect.asp
|
||||
# how many seconds to wait between checks
|
||||
delay: 3600
|
||||
influxdb:
|
||||
# host/port/database are mandatory - change as needed
|
||||
host: influxdb-influxdb
|
||||
port: 8086
|
||||
database: cable_modem_stats
|
||||
# username:
|
||||
# password:
|
||||
ssl: false
|
||||
modem:
|
||||
url: http://192.168.100.1/RgConnect.asp
|
||||
|
Loading…
Reference in New Issue
Block a user