mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 17:16:59 +02:00
Added basic abuse monitoring and report (Spec 11)
This commit is contained in:
parent
a453a6d745
commit
55fbbfd503
5 changed files with 161 additions and 28 deletions
|
@ -18,6 +18,9 @@
|
|||
# run abusemonitor.php every hour
|
||||
30 * * * * root /usr/bin/php8.2 /opt/registry/automation/abusemonitor.php
|
||||
|
||||
# run abusereport.php every day
|
||||
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/abusereport.php
|
||||
|
||||
# run send-invoice.php every 1st day
|
||||
1 0 1 * * root /usr/bin/php8.2 /opt/registry/automation/send-invoice.php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue