Skip to content

Commit

Permalink
Create pdnssoccli.cron
Browse files Browse the repository at this point in the history
  • Loading branch information
4quarks authored Jul 29, 2024
1 parent 9de1a1b commit 3213a4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions files/configuration/pdnssoccli/pdnssoccli.cron
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Run fetch_iocs every 10 minutes
*/10 * * * * dnscollector /usr/local/bin/pdnssoc-cli fetch-iocs -c /etc/pdnssoccli/pdnssoccli.yml

# Run correlation every 1 minute
* * * * * dnscollector /usr/local/bin/pdnssoc-cli correlate -c /etc/pdnssoccli/pdnssoccli.yml

# Run alerting every 1 minute
* * * * * dnscollector /usr/local/bin/pdnssoc-cli alert -c /etc/pdnssoccli/pdnssoccli.yml

0 comments on commit 3213a4c

Please sign in to comment.