ossec role
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
[stream]
|
||||
# Enable this on slaves, to have them send metrics.
|
||||
enabled = yes
|
||||
destination = tcp:toolbox.turnsys.net:19999
|
||||
api key = 6ed9e20a-c819-4ebc-b894-322eb0710d03
|
||||
timeout seconds = 60
|
||||
buffer size bytes = 1048576
|
||||
reconnect delay seconds = 5
|
||||
initial clock resync iterations = 60
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "stopping ossec..."
|
||||
/var/ossec/bin/ossec-control stop
|
||||
|
||||
echo "starting ossec..."
|
||||
/var/ossec/bin/ossec-control start
|
||||
|
||||
Reference in New Issue
Block a user