File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Description
2
- phpipam-agent is a scanning agent for phpipam server to be deployed to remote servers
2
+ phpipam-agent is a scanning agent for a phpipam server to be deployed to remote servers
3
3
4
4
## License
5
- phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.
5
+ phpipam is released under the GPL v3 license. See misc/gpl-3.0.txt.
6
6
7
7
## Requirements
8
8
- 64bit PHP version 5.4+ with following modules
9
9
- pdo, pdo_mysql : Adds support for mysql connections (if type=mysql)
10
10
- gmp : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
11
11
- json : Adds supports for JSON data-interexchange format
12
- - pcntl : Adds supports for threading via cli ( not supported by windows )
12
+ - pcntl : Adds supports for threading via CLI ( not supported by windows )
13
13
- PHP PEAR support (dev-php/pear)
14
14
15
15
## Install
@@ -40,8 +40,8 @@ git submodule update --init --recursive
40
40
```
41
41
42
42
## Scheduled scans
43
- For scheduled scans you have to run script from cron. Add something like following to your cron to scan
44
- each 15 minutes:
43
+ For scheduled scans you have to run a script from cron. Add something like the following to your cron to scan
44
+ every 15 minutes:
45
45
46
46
```
47
47
* /15 * * * * php /where/your/agent/index.php update
You can’t perform that action at this time.
0 commit comments