Skip to content

Commit bff8879

Browse files
authored
InfluxDB: Add Ports as Info / Script-End (#3141)
* InfluxDB: Add Ports as Info / Script-End * Update influxdb.sh
1 parent c056163 commit bff8879

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

ct/influxdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ description
4141
msg_ok "Completed Successfully!\n"
4242
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4343
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
44-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8086${CL}"
44+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP} and Port 8888 for v1 or Port 8086 (v2)${CL}"

json/influxdb.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,14 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
34-
}
33+
"notes": [
34+
{
35+
"text": "Port for V1: 8888",
36+
"type": "info"
37+
},
38+
{
39+
"text": "Port for V2: 8086",
40+
"type": "info"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)