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

@@ -37,7 +37,7 @@ base:
- firewall
- pcap
- suricata
- salt.beacons
- healthcheck
{%- if BROVER != 'SURICATA' %}
- zeek
{%- endif %}
@@ -58,7 +58,7 @@ base:
- firewall
- idstools
- auth #Shared secrets
- salt.beacons
- healthcheck
{%- if FLEETMASTER or FLEETNODE %}
- mysql
{%- endif %}