IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42930


Ignore:
Timestamp:
Oct 1, 2025, 2:39:49 PM (10 months ago)
Author:
cclin33
Message:

include ippdvo machines

File:
1 edited

Legend:

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

    r42923 r42930  
    393393        if($dbupdate == 1) {check_disk_usage_and_update($czarDb, @hosts);}
    394394
     395        print "* Checking ippdvo hosts\n";
     396        my @hosts = qw(ippdvo00 ippdvo01 ippdvo02 ippdvo03 ippdvo04 ippdvo05 ippdvo06 ippdvo07 ippdvo08 ippdvo09 ippdvo10 ippdvo11 ippdvo12 ippdvo13 ippdvo14 ippdvo15);
     397        if($dbupdate == 1) {check_disk_usage_and_update($czarDb, @hosts);}
     398
    395399        # check pantasks status
    396400        if($dbupdate == 1) {updateServerStatus();}
     
    660664            my $host_label = "$host.$suffix";
    661665
     666            if ($host_label =~ /ippdvo/i) {        # case-insensitive match
     667                $xattr = 8;                        # override for ippdvo hosts
     668            }
     669
    662670            # --- Skip update if total TB < 1 ---
    663671            if ($total_tb < 1) {
Note: See TracChangeset for help on using the changeset viewer.