IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2015, 11:11:50 AM (11 years ago)
Author:
eugene
Message:

updating changes to ippMonitor

Location:
trunk/ippMonitor/czartool
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool.pl

    r33814 r37983  
    5555    @stdscienceLabels = @{$pantasks->getLabels("stdscience")};
    5656    @distributionLabels = @{$pantasks->getLabels("distribution")};
    57     @publishingLabels = @{$pantasks->getLabels("publishing")};
     57    # @publishingLabels = @{$pantasks->getLabels("publishing")};
     58    @publishingLabels = @stdscienceLabels;
    5859    checkAllLabels("new");
    5960    printInstructions();
     
    109110sub checkServers {
    110111
    111     my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
     112    # my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
     113    my @servers = ("cleanup", "detrend", "distribution", "pstamp", "registration", "replication", "stdscience", "summitcopy");
    112114    printf("\n+-----------------------------------------------+\n");
    113115    printf("|                      Servers                  |\n");
  • trunk/ippMonitor/czartool/czartool/CzarDb.pm

    r34931 r37983  
    272272    my $size = scalar @{$labels};
    273273    if ($size < 1) { return; }
     274# CZW: 2014-09-12 edit to force in lanl labels
     275    if ($server eq 'stdscience') {
     276        push @{$labels}, 'LAP.PV3.20140730.final';
     277#        push @{$labels}, 'LAP.PV3.20140730.local';
     278#        push @{$labels}, 'LAP.PV3.20140730.ipp';
     279#        push @{$labels}, 'LAP.PV3.20140730.ipp.local';
     280#        push @{$labels}, 'LAP.PV3.20140730.restack';
     281#        push @{$labels}, 'LAP.PV3.20140730.bigmem';
     282#        push @{$labels}, 'LAP.PV3.20140730.sky01';
     283        push @{$labels}, 'LAP.PV3.20140730.sky01.remote';
     284        push @{$labels}, 'LAP.PV3.20140730.diff01';
     285        push @{$labels}, 'LAP.PV3.20140730.diff01.left';
     286        push @{$labels}, 'LAP.PV3W.20150312';
     287#       push @{$labels}, 'SAS.20141118';
     288    }
     289
    274290
    275291    my $query = $self->{_db}->prepare(<<SQL);
  • trunk/ippMonitor/czartool/czartool/czarconfig.xml

    r36785 r37983  
    2727  <gpc1database>
    2828    <name>gpc1</name>
    29     <host>scidbs1</host>
     29    <host>scidbm</host>
    3030    <user>ippuser</user>
    3131    <password>ippuser</password>
     
    4747    <serverinterval>20 MINUTE</serverinterval>
    4848    <!-- whitespace-separated server list for servers we want roboczar to check -->
    49     <interestedservers>stdscience distribution summitcopy registration stack pstamp </interestedservers>
     49    <interestedservers>stdscience distribution summitcopy registration pstamp </interestedservers>
    5050    <!-- <interestedservers>pstamp</interestedservers> -->
    5151  </roboczar>
Note: See TracChangeset for help on using the changeset viewer.