From 253ffad853fde7cbbfc8cba9fe2bd425a6beed3a Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 11 Jun 2020 16:09:30 -0400 Subject: [PATCH] add monint to tab for standalone - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/739 --- pillar/data/addtotab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/data/addtotab.sh b/pillar/data/addtotab.sh index 33a42a1b1..696ec171e 100644 --- a/pillar/data/addtotab.sh +++ b/pillar/data/addtotab.sh @@ -47,7 +47,7 @@ if [ $TYPE == 'sensorstab' ]; then echo " monint: $MONINT" >> $local_salt_dir/pillar/data/$TYPE.sls salt-call state.apply grafana queue=True fi -if [ $TYPE == 'evaltab' ]; then +if [ $TYPE == 'evaltab' ] || [ $TYPE == 'standalonetab' ]; then echo " monint: $MONINT" >> $local_salt_dir/pillar/data/$TYPE.sls if [ ! $10 ]; then salt-call state.apply grafana queue=True