Index: /trunk/ippMonitor/czartool/czarpoll.pl
===================================================================
--- /trunk/ippMonitor/czartool/czarpoll.pl	(revision 42929)
+++ /trunk/ippMonitor/czartool/czarpoll.pl	(revision 42930)
@@ -393,4 +393,8 @@
         if($dbupdate == 1) {check_disk_usage_and_update($czarDb, @hosts);}
 
+        print "* Checking ippdvo hosts\n";
+        my @hosts = qw(ippdvo00 ippdvo01 ippdvo02 ippdvo03 ippdvo04 ippdvo05 ippdvo06 ippdvo07 ippdvo08 ippdvo09 ippdvo10 ippdvo11 ippdvo12 ippdvo13 ippdvo14 ippdvo15);
+        if($dbupdate == 1) {check_disk_usage_and_update($czarDb, @hosts);}
+
         # check pantasks status
         if($dbupdate == 1) {updateServerStatus();}
@@ -660,4 +664,8 @@
             my $host_label = "$host.$suffix";
 
+            if ($host_label =~ /ippdvo/i) {        # case-insensitive match
+                $xattr = 8;                        # override for ippdvo hosts
+            }
+
             # --- Skip update if total TB < 1 ---
             if ($total_tb < 1) {
