RT#18834: Cacti integration [added warning messages]
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 2 Jul 2015 18:16:21 +0000 (13:16 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 2 Jul 2015 18:54:42 +0000 (13:54 -0500)
FS/FS/part_export/cacti.pm

index cbb50af..cfd71b2 100644 (file)
@@ -493,8 +493,12 @@ sub process_graphs {
           $dbh->rollback if $oldAutoCommit;
           die $error;
         }
+      } else {
+        warn "File $thumbfile is too large, skipping";
       }
       unlink($thumbfile);
+    } else {
+      warn "File $thumbfile does not exist, skipping";
     }
     $job->update_statustext(49 + int($i / @graphs) * 50);
   }