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
3dbca6df34
commit
989afb829c
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@ This container can be used as a discovery scan agent.
|
|||
* For each subnet, enable scan & configure the remote agent by selecting a remote.
|
||||
![config_subnet](https://user-images.githubusercontent.com/4225738/45190619-2ba94f00-b23f-11e8-9e45-b5e721c63d70.png)
|
||||
|
||||
## Scheduled scans
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
### Run this container
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue