Skip to content

Commit ae29c13

Browse files
committed
fix modem-stats config
Signed-off-by: Jeff Billimek <[email protected]>
1 parent 6d62b77 commit ae29c13

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

monitoring/modem-stats/modem-stats.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,17 @@ spec:
2020
image:
2121
repository: billimek/sb6183-for-influxdb
2222
tag: latest
23-
debug: true
24-
config:
25-
delay: 600
26-
influxdb:
27-
host: influxdb
28-
port: 8086
29-
database: cable_modem_stats
30-
modem:
31-
url: http://192.168.100.1/RgConnect.asp
23+
config: |
24+
[GENERAL]
25+
Delay = 600
26+
Output = True
27+
[INFLUXDB]
28+
Address = influxdb
29+
Port = 8086
30+
Database = cable_modem_stats
31+
Username =
32+
Password =
33+
Verify_SSL = False
34+
[MODEM]
35+
URL = http://192.168.100.1/RgConnect.asp
36+

0 commit comments

Comments
 (0)