Index: /branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl
===================================================================
--- /branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl	(revision 41023)
+++ /branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl	(revision 41024)
@@ -292,5 +292,5 @@
         } else {
             print "There is a recent Czarpoll iteration already made ($timediff sec ago)\n";
-            print "* Skipping database queries and entries*\n";
+            print "* Skipping database queries and entries\n";
             $dbupdate = 0;
         }
@@ -345,5 +345,5 @@
 
         # check nebulous
-       if($checkneb == 1){
+        if ($checkneb == 1) {
             print "* Checking Nebulous\n";
             if($dbupdate == 1) {$nebulous->updateClusterSpaceInfo();}
@@ -351,7 +351,11 @@
             $plotter0->plotDiskUsageHistogram();
             $plotter0->plotDiskUsageHistogramLarge();
-            if($dbupdate == 1) {updateServerStatus();}
-       }
-       else {print "* Locahost, so no checking nebulous\n";}
+        }
+        else {
+            print "* Locahost, so no checking nebulous\n";
+        }
+
+        # check pantasks status
+        if($dbupdate == 1) {updateServerStatus();}
 
         # check pantasks dates
