Changeset 40016 for trunk/ippMonitor
- Timestamp:
- Apr 19, 2017, 3:16:53 PM (9 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
-
czartool_labels.php (modified) (1 diff)
-
heathers_plot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_labels.php
r39804 r40016 293 293 $sql = "SELECT label, COUNT(job_id) AS 'Unfinished Jobs', IFNULL(priority,10000) AS priority FROM pstampRequest JOIN pstampJob USING(req_id) LEFT JOIN Label USING(label) WHERE pstampJob.state ='run' and pstampRequest.state ='run' GROUP by label"; 294 294 295 $pstampdb = DB::connect("mysql://ippuser:ippuser@ipp c17/ippRequestServer");295 $pstampdb = DB::connect("mysql://ippuser:ippuser@ipp113/ippRequestServer"); 296 296 $qry = $pstampdb->query($sql); 297 297 if (dberror($qry)) { -
trunk/ippMonitor/raw/heathers_plot.php
r35391 r40016 10 10 menu('ipp.czar.dat', 'useful tools for the czar', 'ipp.css', $ID['link'], $ID['proj']); 11 11 12 echo "These images are generated every day at 7:00 HST (17:00 GMT) on ipp@ipp c11\n";12 echo "These images are generated every day at 7:00 HST (17:00 GMT) on ipp@ipp115\n"; 13 13 // document body 14 14 echo "<table>\n";
Note:
See TracChangeset
for help on using the changeset viewer.
