IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42794 for trunk/ippMonitor


Ignore:
Timestamp:
Mar 25, 2025, 4:04:52 PM (16 months ago)
Author:
cclin33
Message:

update pstamp server status with ippitc account

Location:
trunk/ippMonitor
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r42790 r42794  
    3939# $CZARPLOTDIR and $METRICSPLOTDIR will be generated as links in the same folder as ippMonitor 
    4040# the structure of the names for these two directories are defined in Makefile.in a
     41# pltdir is for ippMetrics and czartool_plots hyperlinked from /export/ipp113.0/ipp/ in /var/www/localhost/htdocs/ippMonitor
    4142# pltdir in ipp117 is /var/www/localhost/htdocs/ippMonitor
    42 psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /some/path --site ~/ippconfig/ippmonitor.config
     43# ippMetrics -> /export/ipp113.0/ipp/ippMetrics/
     44# czartool_plots -> /export/ipp113.0/ipp/czartool_plots/
     45psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /var/www/localhost/htdocs/ippMonitor --site ~/ippconfig/ippmonitor.config
    4346
    4447## NOTES:
  • trunk/ippMonitor/czartool/czartool/Nebulous.pm

    r39805 r42794  
    111111
    112112            next;
    113         } elsif (($line =~ m/(ipp[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i)||
     113        } elsif (($line =~ m/(ipp[0-9]+(?:_bck)?\.[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)
    115115# these nodes are gone
  • trunk/ippMonitor/czartool/czartool/Pantasks.pm

    r41558 r42794  
    1010        "cleanup",
    1111        "distribution",
    12         "pstamp",
     12        "ippitc:pstamp",
    1313        "registration",
    1414        "stack",
     
    2222        "ippqub:stdscience_ws",
    2323        "ippqub2:stdscience_ws",
     24        "ippsky:stdscience_ipp138",
    2425        "publishing",
    2526        "replication",
     
    2728        );
    2829# current home dir of gpc1 and gpc2
    29 my $ipphome1 = "/home/panstarrs/ippitc";
     30my $ipphome1 = "/home/panstarrs/ippps1";
    3031my $ipphome2 = "/home/panstarrs/ippps2";
    3132
  • trunk/ippMonitor/czartool/extra_labels.dat

    r41125 r42794  
    11## TdB20190626: add extra labels for processing in this file. Syntax is as follows: [labelname] [telescope]
    22## Priorities for the labels must be added to the priorities mySQL table for the relevant telescope, if desired.
    3 PV3.Pole.Reprocess.20180510 gpc1
     3## PV3.Pole.Reprocess.20180510 gpc1
    44ps_ud_QUB gpc1
     5## update.ipp138.fix gpc1
     6## update.ipp138.fix gpc2
  • trunk/ippMonitor/raw/czartool_labels.php

    r42790 r42794  
    8787        "distribution",
    8888        "ippqub:stdscience_ws",
    89         "pstamp",
     89        "ippitc:pstamp",
    9090        "registration",
    9191//        "stack",
  • trunk/ippMonitor/raw/ipp.php

    r42736 r42794  
    982982}
    983983
    984 
    985 
    986984?>
  • trunk/ippMonitor/scripts/czartool_getServerStatus.pl

    r41726 r42794  
    1919
    2020if ($proj eq 'gpc1') {
    21   $user = 'ippitc';
     21  $user = 'ippps1';
    2222} else {
    2323  $user = 'ippps2';
     24}
     25
     26my @cmdOut3 = `grep PANTASKS_SERVER ~$user/$server/ptolemy.rc |grep -v std | grep -v PORT 2>&1`;
     27my $line3;
     28foreach $line3 (@cmdOut3) {
     29    chomp($line3);
     30    print "$line3 \n";
    2431}
    2532
     
    4047    my @fields = split /\s+/, $line2;
    4148
     49
    4250#    run job example
    4351# field0      1        2       3         4      5       6           7       8
     
    5058    $nline = $nline + 1;
    5159}
     60
     61
Note: See TracChangeset for help on using the changeset viewer.