IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30788


Ignore:
Timestamp:
Mar 3, 2011, 4:14:03 PM (15 years ago)
Author:
rhenders
Message:

Added new field for roboczar interested servers; added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/czarconfig.xml

    r30274 r30788  
    11<?xml version="1.0" encoding="UTF-8"?>
     2
     3<!-- Global config for all czartool stuff -->
    24
    35<czarconfig>
    46
     7  <!-- Gnuplot config section -->
    58  <gnuplot>
    69    <font>/usr/share/fonts/corefonts/arial.ttf</font>
     
    811  </gnuplot>
    912
     13  <!-- Metrics section -->
    1014  <metrics>
    1115    <savelocation>/data/ipp004.0/ipp/ippMetrics</savelocation>
     
    1317  </metrics>
    1418
     19  <!-- gpc1 Db section -->
    1520  <gpc1database>
    1621    <name>gpc1</name>
     
    2025  </gpc1database>
    2126
     27  <!-- Czar Db section -->
    2228  <czardatabase>
    2329    <name>czardb</name>
     
    2834  </czardatabase>
    2935
     36  <!-- Roboczar section -->
    3037  <roboczar>
    3138    <email>ps-ipp-ops@ifa.hawaii.edu</email>
     39    <!-- How often should ropbczar check status? (MySQL time format please, eg 20 MINUTE, 1 HOUR etc) check-->
    3240    <serverinterval>20 MINUTE</serverinterval>
     41    <!-- whitespace-separated server list for servers we want roboczar to check -->
     42    <!-- <interestedservers>stdscience distribution summitcopy registration pstamp</interestedservers> -->
     43    <interestedservers>pstamp</interestedservers>
    3344  </roboczar>
     45
    3446</czarconfig>
Note: See TracChangeset for help on using the changeset viewer.