Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Øistein Kjos
phpipam-agent
Commits
5107255b
Commit
5107255b
authored
Oct 10, 2019
by
Gary Allan
Browse files
Update README.md
parent
fa26da5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5107255b
...
...
@@ -5,7 +5,7 @@ phpipam-agent is a scanning agent for phpipam server to be deployed to remote se
phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.
## Requirements
-
PHP version 5.
2
+ with following modules
(On windows php 5.3 is required!)
-
PHP version 5.
3
+ with following modules
-
pdo, pdo_mysql : Adds support for mysql connections (if type=mysql)
-
gmp : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
-
json : Adds supports for JSON data-interexchange format
...
...
@@ -13,6 +13,11 @@ phpipam is released under the GPL v3 license, see misc/gpl-3.0.txt.
-
PHP PEAR support (dev-php/pear)
## Install
```
git clone --recursive https://github.com/phpipam/phpipam-agent/ phpipam-agent
```
Just run index.php script with discover or update as argument.
-
Make sure this client has read/write access to main phpipam database.
...
...
@@ -26,6 +31,14 @@ Just run index.php script with discover or update as argument.
GRANT DELETE on `phpipam`.`ipaddresses` TO 'username'@'hostname' identified by "password";
```
## Update
```
cd phpipam-agent
git update
git submodule update --init --recursive
```
## Scheduled scans
For scheduled scans you have to run script from cron. Add something like following to your cron to scan
each 15 minutes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment