mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-25 16:32:20 +00:00
Update README.md
This commit is contained in:
parent
c0d39790e5
commit
f5638640d7
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ This container can be used as a discovery scan agent.
|
|||
|
||||
For scheduled scans you have to run script from cron. Add something like following to your cron to scan each 15 minutes:
|
||||
```bash
|
||||
1/15 * * * * php /where/your/agent/index.php update
|
||||
1/15 * * * * php /where/your/agent/index.php discover
|
||||
1/15 * * * * /usr/local/bin/php /opt/phpipam-agent/index.php update
|
||||
1/15 * * * * /usr/local/bin/php /opt/phpipam-agent/index.php discover
|
||||
```
|
||||
|
||||
## Run this container
|
||||
|
|
Loading…
Reference in a new issue