Changeset 40008 for trunk/ippMonitor/czartool/czarpoll.pl
- Timestamp:
- Mar 24, 2017, 3:06:20 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czarpoll.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czarpoll.pl
r38258 r40008 40 40 41 41 # for now hardcode two databases. Later I'll look into handling a variable number 42 unless (-d $config->getGnuplotPath() . "/gpc1") { 43 unless (mkdir($config->getGnuplotPath() . "/gpc1")) { 44 die "Cannot create output directory " . $config->getGnuplotPath() . "/gpc1\n"; 45 } 46 } 47 unless (-d $config->getGnuplotPath() . "/gpc2") { 48 unless (mkdir($config->getGnuplotPath() . "/gpc2")) { 49 die "Cannot create output directory " . $config->getGnuplotPath() . "/gpc2\n"; 50 } 51 } 42 52 my $plotter1 = czartool::Plotter->new_file($config, $gpc1Db, $config->getGnuplotPath() . "/gpc1", $save_temps); 43 53 my $plotter2 = czartool::Plotter->new_file($config, $gpc2Db, $config->getGnuplotPath() . "/gpc2", $save_temps);
Note:
See TracChangeset
for help on using the changeset viewer.
