phpipam / phpipam-agent

phpipam scan agent
88 stars 42 forks source link

Description

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

License

phpipam is released under the GPL v3 license. See misc/gpl-3.0.txt.

Requirements

Install

git clone --recursive https://github.com/phpipam/phpipam-agent/ phpipam-agent

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

Update

cd phpipam-agent
git pull
git submodule update --init --recursive

Scheduled scans

For scheduled scans you have to run a script from cron. Add something like the following to your cron to scan every 15 minutes:

*/15 * * * * php /where/your/agent/index.php update
*/15 * * * * php /where/your/agent/index.php discover

Contact

miha.petkovsek@gmail.com