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