How to add PHPIPAM Cron jobs for host discovery

Steps:

Make sure subnet has these flags

  • Check host status
  • Discover new hosts
  • Resolve DNS names

Then

crontab -e

Then

*/15 * * * *<-->/usr/bin/php7.4>/home/user/public_html/functions/scripts/pingCheck.php
*/15 * * * *<-->/usr/bin/php7.4 /home/user/public_html/functions/scripts/discoveryCheck.php
*/15 * * * *<-->/usr/bin/php7.4>/home/user/public_html/functions/scripts/resolveIPadresses.php

Tags

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top