File tree Expand file tree Collapse file tree 5 files changed +0
-19
lines changed
ESXi/ansible/roles/logger/tasks
Proxmox/Ansible/roles/logger/tasks Expand file tree Collapse file tree 5 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 650
650
shell : |
651
651
# Include Splunk and Zeek in the PATH
652
652
echo export PATH="$PATH:/opt/splunk/bin:/opt/zeek/bin" >>~/.bashrc
653
- # Ping DetectionLab server for usage statistics
654
- curl -s -A "DetectionLab-logger" "https:/ping.detectionlab.network/logger" || echo "Unable to connect to ping.detectionlab.network"
655
653
656
654
Original file line number Diff line number Diff line change 662
662
shell : |
663
663
# Include Splunk and Zeek in the PATH
664
664
echo export PATH="$PATH:/opt/splunk/bin:/opt/zeek/bin" >>~/.bashrc
665
- # Ping DetectionLab server for usage statistics
666
- curl -s -A "DetectionLab-logger" "https:/ping.detectionlab.network/logger" || echo "Unable to connect to ping.detectionlab.network"
667
665
668
666
Original file line number Diff line number Diff line change 4
4
5
5
DetectionLab is tested weekly on Saturdays via a scheduled CircleCI workflow to ensure that builds are passing.
6
6
7
- [ ![ CircleCI] ( https://circleci.com/gh/clong/DetectionLab/tree/master.svg?style=shield )] ( https://circleci.com/gh/clong/DetectionLab/tree/master )
8
7
![ Lint Code Base] ( https://github.com/clong/DetectionLab/workflows/Lint%20Code%20Base/badge.svg )
9
8
[ ![ license] ( https://img.shields.io/github/license/clong/DetectionLab.svg?style=flat-square )] ( https://github.com/clong/DetectionLab/blob/master/license.md )
10
9
![ Maintenance] ( https://img.shields.io/maintenance/no/2023.svg?style=flat-square )
Original file line number Diff line number Diff line change @@ -585,11 +585,6 @@ install_guacamole() {
585
585
echo " [$( date +%H:%M:%S) ]: Guacamole installation complete!"
586
586
}
587
587
588
- postinstall_tasks () {
589
- # Ping DetectionLab server for usage statistics
590
- curl -s -A " DetectionLab-logger" " https:/ping.detectionlab.network/logger" || echo " Unable to connect to ping.detectionlab.network"
591
- }
592
-
593
588
configure_splunk_inputs () {
594
589
echo " [$( date +%H:%M:%S) ]: Configuring Splunk Inputs..."
595
590
# Suricata
@@ -629,7 +624,6 @@ main() {
629
624
install_zeek
630
625
install_guacamole
631
626
configure_splunk_inputs
632
- postinstall_tasks
633
627
}
634
628
635
629
splunk_only () {
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ If (!(Test-Path $ProfilePath)) {
20
20
}
21
21
}
22
22
23
- # Ping DetectionLab server for usage statistics
24
- Try {
25
- curl - userAgent " DetectionLab-$box " " https://ping.detectionlab.network/$box " - UseBasicParsing | out-null
26
- } Catch {
27
- Write-Host " $ ( ' [{0:HH:mm}]' -f (Get-Date )) Unable to connect to ping.detectionlab.network"
28
- Write-Host $_.Exception.Message
29
- }
30
-
31
23
Write-Host " $ ( ' [{0:HH:mm}]' -f (Get-Date )) Disabling IPv6 on all network adapters..."
32
24
Get-NetAdapterBinding - ComponentID ms_tcpip6 | ForEach-Object {Disable-NetAdapterBinding - Name $_.Name - ComponentID ms_tcpip6}
33
25
Get-NetAdapterBinding - ComponentID ms_tcpip6
You can’t perform that action at this time.
0 commit comments