mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
parent
9e6c5f9ebf
commit
de047e8f90
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ for my $rslt_info (@rsltInfos) {
|
|||
my $acttask = $acttask[0];
|
||||
$acttask =~ s/^\s+active_task_state: //;
|
||||
if (( ($schedstat eq "2") && ($state eq "2") && ($acttask eq "1") ) ||
|
||||
( ($schedstate eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) {
|
||||
( ($schedstat eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) {
|
||||
# This is running task
|
||||
$projects{$url}->{prj_running} += 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue