IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 1:43:50 PM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130509/ippMonitor
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/ippMonitor

  • branches/eam_branches/ipp-20130509/ippMonitor/czartool/czartool/Nebulous.pm

    r34930 r35747  
    113113        } elsif (($line =~ m/(ipp[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)||
    114114               ($line =~ m/(ippb[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i) ||
    115                ($line =~ m/(stsci0[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)) {
     115               ($line =~ m/(stsci[0-1][0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)) {
    116116
    117117            $self->{_totalHosts}++;
  • branches/eam_branches/ipp-20130509/ippMonitor/czartool/czartool/Plotter.pm

    r34931 r35747  
    707707    if ($self->{_outputFormat} ne "X11") {print GP "set output \"$outputFile\";";}
    708708    print GP
    709         "set term $self->{_outputFormat} size 1280,1024;" .
     709        "set term $self->{_outputFormat} size 2560,1024;" .
    710710        "set title \"Nebulous disk use across IPP cluster ($totalPercent of total allocated)\";" .
    711711        "set style fill solid 1.00 border -1;" .
  • branches/eam_branches/ipp-20130509/ippMonitor/czartool/czartool/czarconfig.xml

    r34803 r35747  
    4747    <serverinterval>20 MINUTE</serverinterval>
    4848    <!-- whitespace-separated server list for servers we want roboczar to check -->
    49     <interestedservers>stdscience distribution summitcopy registration pstamp stack publishing</interestedservers>
     49    <interestedservers>stdscience distribution summitcopy registration stack publishing pstamp </interestedservers>
    5050    <!-- <interestedservers>pstamp</interestedservers> -->
    5151  </roboczar>
  • branches/eam_branches/ipp-20130509/ippMonitor/def/diffProcessedSkyfile_Images.d

    r30454 r35747  
    33FILE  diffProcessedSkyfile_Images.php
    44MENU  ipp.stack.dat
     5
     6UNRESTRICTED AND 0>1
     7RESTRICT_COUNT AND 0>1
    58
    69WHERE diffRun.diff_id             = diffSkyfile.diff_id
     
    1316
    1417# if no query restrictions are supplied, we want to limit the query or it is extremely long running:
    15 UNRESTRICTED AND diffRun.diff_id = 0
     18# UNRESTRICTED AND diffRun.diff_id = 0
    1619
    1720# XXX need to get camera from lookup
Note: See TracChangeset for help on using the changeset viewer.