Changeset 29480
- Timestamp:
- Oct 18, 2010, 2:18:38 PM (16 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 3 edited
-
Makefile.in (modified) (1 diff)
-
def/mopsStatus.d (modified) (1 diff)
-
raw/ipp.imfiles.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r29402 r29480 208 208 $(DESTWWW)/scatterCpiBgReSaImage.php \ 209 209 $(DESTWWW)/exposureStatus.php \ 210 $(DESTWWW)/mopsStatus.php 210 $(DESTWWW)/mopsStatus.php \ 211 $(DESTWWW)/mysqlProcessList.php 211 212 212 213 PICTURES = \ -
trunk/ippMonitor/def/mopsStatus.d
r29405 r29480 5 5 MENU ipp.imfiles.dat 6 6 7 WHERE object != 'ENGINEERING'8 WHERE chipRun.data_group like 'OSS.%'7 # WHERE object != 'ENGINEERING' 8 # WHERE chipRun.data_group like 'OSS.%' 9 9 10 UNRESTRICTED AND dateobs >= CURDATE() 10 # WHERE comment like 'OSS.%' 11 WHERE dateobs >= CURDATE() 11 12 12 13 # OP OP1 ($ddiff_id > 0 ? $ddiff_id : $tdiff_id) -
trunk/ippMonitor/raw/ipp.imfiles.dat
r29402 r29480 43 43 menulink | menuselect | link | Exposures Status | exposureStatus.php 44 44 menulink | menuselect | link | MOPS Exposures Status | mopsStatus.php 45 menulink | menuselect | link | GPC1 MySql ProcessList | mysqlProcessList.php
Note:
See TracChangeset
for help on using the changeset viewer.
