Skip to content

passie/phpipam-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description
===========
phpipam-agent is a scanning agent for phpipam server to be deployed to remote servers

License
=======
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!)
	+ + 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
    + + pcntl				: Adds supports for threading via cli
- PHP PEAR support (dev-php/pear)

Install
=======
Just run index.php script with discover or update as argument.

> For mysql agent type:
	Make sure this client has read/write access to main phpipam database.
	MySQL grants:
		GRANT SELECT on `phpipam`.* TO 'username'@'hostname' identified by "password";
		GRANT INSERT,UPDATE on `phpipam`.`ipaddresses` TO 'username'@'hostname' identified by "password";

Contact
=======
[email protected]

About

phpipam scan agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%