Changeset 28484 for branches/pap/ippMonitor/scripts/czartool_checkServer.pl
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/scripts/czartool_checkServer.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippMonitor/scripts/czartool_checkServer.pl
r28148 r28484 17 17 if ($line =~ m/Scheduler is stopped/) {$isRunning = 0; $foundStatus=1;last;} 18 18 if ($line =~ m/Scheduler is running/) {$isRunning = 1; $foundStatus=1;last;} 19 if ($line =~ m/Task Sta us/) {last;}19 if ($line =~ m/Task Status/) {last;} 20 20 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.
