Skip to content

Commit

Permalink
Merge pull request #100 from V1D1AN/devel
Browse files Browse the repository at this point in the history
Add Velociraptor monitoring
  • Loading branch information
V1D1AN authored Mar 11, 2023
2 parents 4ac4a87 + c4f4cb0 commit 6fb7ad6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ EXCLUDE=\.tmp$
MONITOR_FILE=close_write
THE_HIVE_KEY=thehive_api_key
THE_HIVE_HOST=https://s1em_hostname/thehive
VELOX_SERVER_URL=https:://s1em_hosotname:8000/
VELOX_SERVER_URL=https:://s1em_hostname:8000/
2 changes: 1 addition & 1 deletion heartbeat/monitors.d/es01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
id: es01
name: Es01
hosts: ["es01"]
ports: [9200]
ports: [9200,9300]
schedule: '@every 30s'
2 changes: 1 addition & 1 deletion heartbeat/monitors.d/es02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
id: es02
name: Es02
hosts: ["es02"]
ports: [9200]
ports: [9200,9300]
schedule: '@every 30s'
2 changes: 1 addition & 1 deletion heartbeat/monitors.d/es03.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
id: es03
name: Es03
hosts: ["es03"]
ports: [9200]
ports: [9300]
schedule: '@every 30s'
7 changes: 7 additions & 0 deletions heartbeat/monitors.d/velociraptor-upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: tcp
enabled: true
id: velociraptor
name: Velociraptor upload
hosts: ["velociraptor-upload"]
ports: [80]
schedule: '@every 30s'
7 changes: 7 additions & 0 deletions heartbeat/monitors.d/velociraptor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: tcp
enabled: true
id: velociraptor
name: Velociraptor
hosts: ["velociraptor"]
ports: [8000,8001,8889]
schedule: '@every 30s'

0 comments on commit 6fb7ad6

Please sign in to comment.