1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

[boinc_projs] fix typo

the problem was introduced in 1568bf67ea
This commit is contained in:
Lars Kruse 2016-10-20 03:01:23 +02:00
parent 9e6c5f9ebf
commit de047e8f90

View file

@ -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;
}