Changeset 42930
- Timestamp:
- Oct 1, 2025, 2:39:49 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czarpoll.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czarpoll.pl
r42923 r42930 393 393 if($dbupdate == 1) {check_disk_usage_and_update($czarDb, @hosts);} 394 394 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 395 399 # check pantasks status 396 400 if($dbupdate == 1) {updateServerStatus();} … … 660 664 my $host_label = "$host.$suffix"; 661 665 666 if ($host_label =~ /ippdvo/i) { # case-insensitive match 667 $xattr = 8; # override for ippdvo hosts 668 } 669 662 670 # --- Skip update if total TB < 1 --- 663 671 if ($total_tb < 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
