We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d62b77 commit ae29c13Copy full SHA for ae29c13
monitoring/modem-stats/modem-stats.yaml
@@ -20,12 +20,17 @@ spec:
20
image:
21
repository: billimek/sb6183-for-influxdb
22
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
+ config: |
+ [GENERAL]
+ Delay = 600
+ Output = True
+ [INFLUXDB]
+ Address = influxdb
+ Port = 8086
+ Database = cable_modem_stats
+ Username =
32
+ Password =
33
+ Verify_SSL = False
34
+ [MODEM]
35
+ URL = http://192.168.100.1/RgConnect.asp
36
+
0 commit comments