Skip to content

Commit

Permalink
work in progress on script consolidation for kubernetes, #172
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Apr 18, 2023
1 parent 2a935d4 commit d964143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ def printURLs():
print(f" - Arkime: https://{myIp}/")
print(f" - OpenSearch Dashboards: https://{myIp}/dashboards/")
print(f" - PCAP upload (web): https://{myIp}/upload/")
print(f" - PCAP upload (sftp): sftp://username@{myIp}:8022/files/")
if orchMode is not OrchestrationFramework.KUBERNETES:
print(f" - PCAP upload (sftp): sftp://username@{myIp}:8022/files/")
print(f" - NetBox: https://{myIp}/netbox/")
print(f" - Account management: https://{myIp}/auth/")
print(f" - Documentation: https://{myIp}/readme/")
Expand Down

0 comments on commit d964143

Please sign in to comment.