mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 18:24:58 +01:00
set default cron to every 5 minutes
This commit is contained in:
@@ -71,5 +71,5 @@ bastille_template_vlan="default/vlan" ## default
|
||||
|
||||
## Monitoring
|
||||
bastille_monitor_cron_path="/usr/local/etc/cron.d/bastille-monitor" ## default: "/usr/local/etc/cron.d/bastille-monitor"
|
||||
bastille_monitor_cron="* * * * * root /usr/local/bin/bastille monitor ALL >/dev/null 2>&1" # default: "*/5 * * * * root /usr/local/bin/bastille monitor ALL >/dev/null 2>&1"
|
||||
bastille_monitor_cron="*/5 * * * * root /usr/local/bin/bastille monitor ALL >/dev/null 2>&1" # default: "*/5 * * * * root /usr/local/bin/bastille monitor ALL >/dev/null 2>&1"
|
||||
bastille_monitor_healthchecks="" ## default: ""
|
||||
|
||||
Reference in New Issue
Block a user