IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29480


Ignore:
Timestamp:
Oct 18, 2010, 2:18:38 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Restrict MOPS query to today

Location:
trunk/ippMonitor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r29402 r29480  
    208208$(DESTWWW)/scatterCpiBgReSaImage.php \
    209209$(DESTWWW)/exposureStatus.php \
    210 $(DESTWWW)/mopsStatus.php
     210$(DESTWWW)/mopsStatus.php \
     211$(DESTWWW)/mysqlProcessList.php
    211212
    212213PICTURES = \
  • trunk/ippMonitor/def/mopsStatus.d

    r29405 r29480  
    55MENU ipp.imfiles.dat
    66
    7 WHERE object != 'ENGINEERING'
    8 WHERE chipRun.data_group like 'OSS.%'
     7# WHERE object != 'ENGINEERING'
     8# WHERE chipRun.data_group like 'OSS.%'
    99
    10 UNRESTRICTED AND dateobs >= CURDATE()
     10# WHERE comment like 'OSS.%'
     11WHERE dateobs >= CURDATE()
    1112
    1213# OP  OP1   ($ddiff_id > 0 ? $ddiff_id : $tdiff_id)
  • trunk/ippMonitor/raw/ipp.imfiles.dat

    r29402 r29480  
    4343menulink  | menuselect   | link    | Exposures Status             | exposureStatus.php
    4444menulink  | menuselect   | link    | MOPS Exposures Status        | mopsStatus.php
     45menulink  | menuselect   | link    | GPC1 MySql ProcessList            | mysqlProcessList.php
Note: See TracChangeset for help on using the changeset viewer.