mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
changing back from beacon to scheduled jobs for healthcheck
This commit is contained in:
@@ -6,7 +6,7 @@ local = salt.client.LocalClient()
|
||||
|
||||
def run():
|
||||
minionid = data['id']
|
||||
zeek_restart = data['zeek_restart']
|
||||
zeek_restart = data['data']['zeek_restart']
|
||||
|
||||
logging.info('zeek_reactor: zeek_need_restarted:%s on:%s' % (zeek_restart, minionid))
|
||||
if zeek_restart:
|
||||
|
||||
Reference in New Issue
Block a user