changing back from beacon to scheduled jobs for healthcheck

This commit is contained in:
m0duspwnens
2020-04-02 15:22:20 -04:00
parent 839b5673d4
commit ec60b7a2d4
7 changed files with 16 additions and 15 deletions

View File

@@ -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: