Changeset 28448
- Timestamp:
- Jun 24, 2010, 9:52:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/scripts/czartool_checkServer.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/scripts/czartool_checkServer.pl
r28148 r28448 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.
