Skip to content

Commit

Permalink
pause netbox in read-only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 21, 2022
1 parent bd05c0c commit 486ccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/demo/reset_and_auto_populate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ if [[ -f "$MALCOLM_DOCKER_COMPOSE" ]] && \
sleep 5
docker-compose -f "$MALCOLM_FILE" exec -T dashboards-helper /data/opensearch_read_only.py -i _cluster
sleep 5
for CONTAINER in filebeat logstash upload pcap-monitor zeek name-map-ui pcap-capture freq; do
for CONTAINER in filebeat logstash upload pcap-monitor zeek name-map-ui netbox netbox-postgres netbox-redis netbox-redis-cache pcap-capture freq; do
docker-compose -f "$MALCOLM_FILE" pause "$CONTAINER" || true
done
sleep 5
Expand Down

0 comments on commit 486ccbb

Please sign in to comment.