Changeset 42794 for trunk/ippMonitor
- Timestamp:
- Mar 25, 2025, 4:04:52 PM (16 months ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 7 edited
-
INSTALL (modified) (1 diff)
-
czartool/czartool/Nebulous.pm (modified) (1 diff)
-
czartool/czartool/Pantasks.pm (modified) (3 diffs)
-
czartool/extra_labels.dat (modified) (1 diff)
-
raw/czartool_labels.php (modified) (1 diff)
-
raw/ipp.php (modified) (1 diff)
-
scripts/czartool_getServerStatus.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/INSTALL
r42790 r42794 39 39 # $CZARPLOTDIR and $METRICSPLOTDIR will be generated as links in the same folder as ippMonitor 40 40 # 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 41 42 # 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/ 45 psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /var/www/localhost/htdocs/ippMonitor --site ~/ippconfig/ippmonitor.config 43 46 44 47 ## NOTES: -
trunk/ippMonitor/czartool/czartool/Nebulous.pm
r39805 r42794 111 111 112 112 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)|| 114 114 ($line =~ m/(ippb[0-9]+\.[0-9]{1})\s.+[0-9]+\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)%.*/i) 115 115 # these nodes are gone -
trunk/ippMonitor/czartool/czartool/Pantasks.pm
r41558 r42794 10 10 "cleanup", 11 11 "distribution", 12 " pstamp",12 "ippitc:pstamp", 13 13 "registration", 14 14 "stack", … … 22 22 "ippqub:stdscience_ws", 23 23 "ippqub2:stdscience_ws", 24 "ippsky:stdscience_ipp138", 24 25 "publishing", 25 26 "replication", … … 27 28 ); 28 29 # current home dir of gpc1 and gpc2 29 my $ipphome1 = "/home/panstarrs/ipp itc";30 my $ipphome1 = "/home/panstarrs/ippps1"; 30 31 my $ipphome2 = "/home/panstarrs/ippps2"; 31 32 -
trunk/ippMonitor/czartool/extra_labels.dat
r41125 r42794 1 1 ## TdB20190626: add extra labels for processing in this file. Syntax is as follows: [labelname] [telescope] 2 2 ## Priorities for the labels must be added to the priorities mySQL table for the relevant telescope, if desired. 3 PV3.Pole.Reprocess.20180510 gpc13 ## PV3.Pole.Reprocess.20180510 gpc1 4 4 ps_ud_QUB gpc1 5 ## update.ipp138.fix gpc1 6 ## update.ipp138.fix gpc2 -
trunk/ippMonitor/raw/czartool_labels.php
r42790 r42794 87 87 "distribution", 88 88 "ippqub:stdscience_ws", 89 " pstamp",89 "ippitc:pstamp", 90 90 "registration", 91 91 // "stack", -
trunk/ippMonitor/raw/ipp.php
r42736 r42794 982 982 } 983 983 984 985 986 984 ?> -
trunk/ippMonitor/scripts/czartool_getServerStatus.pl
r41726 r42794 19 19 20 20 if ($proj eq 'gpc1') { 21 $user = 'ipp itc';21 $user = 'ippps1'; 22 22 } else { 23 23 $user = 'ippps2'; 24 } 25 26 my @cmdOut3 = `grep PANTASKS_SERVER ~$user/$server/ptolemy.rc |grep -v std | grep -v PORT 2>&1`; 27 my $line3; 28 foreach $line3 (@cmdOut3) { 29 chomp($line3); 30 print "$line3 \n"; 24 31 } 25 32 … … 40 47 my @fields = split /\s+/, $line2; 41 48 49 42 50 # run job example 43 51 # field0 1 2 3 4 5 6 7 8 … … 50 58 $nline = $nline + 1; 51 59 } 60 61
Note:
See TracChangeset
for help on using the changeset viewer.
