IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2026, 4:28:09 PM (4 days ago)
Author:
cclin33
Message:

update ping vxlan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/getimage.php

    r41730 r43071  
    9696/* --site=$SITE */
    9797$output = array();
    98 exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id 2> /tmp/errors", $output, $status);
     98//exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id 2> /tmp/errors", $output, $status);
     99exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id 2>&1", $output, $status);
     100
     101if ($debug) {
     102  echo "DEBUG  3.5<br>";
     103  for ($i = 0; $i < count($output); $i++) {
     104    echo "output x $i: $output[$i]<br>";
     105  }
     106  echo "status xx:   $status<br>";
     107
     108}
    99109
    100110# use these to check the environment
Note: See TracChangeset for help on using the changeset viewer.