cacti-cron.sh 223 B

123456789
  1. #!/bin/sh
  2. ##
  3. ## cacti-cron.sh -- Cacti Cron Job
  4. ##
  5. server=`grep '^Listen' @l_prefix@/etc/cacti/cacti-apache.conf | head -1 | awk '{ print $2; }'`
  6. @l_prefix@/bin/wget -qO /dev/null http://$server/cacti/poller.php || true