IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35742 for trunk/ippMonitor


Ignore:
Timestamp:
Jul 3, 2013, 11:15:56 AM (13 years ago)
Author:
heather
Message:

commiting the old stuff (unknown author), and adding stsci1* nodes to czarstuff

Location:
trunk/ippMonitor
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Nebulous.pm

    r34930 r35742  
    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}++;
  • trunk/ippMonitor/czartool/czartool/Plotter.pm

    r34931 r35742  
    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;" .
  • trunk/ippMonitor/czartool/czartool/czarconfig.xml

    r34803 r35742  
    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>
Note: See TracChangeset for help on using the changeset viewer.