2008-01-08 Sancho Lerena <slerena@gmail.com>
* pandora_server: Latest stupid error fixed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@690 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b16edfa6b9
commit
349cbd7b92
|
@ -198,7 +198,7 @@ sub keep_alive_check {
|
|||
$module_name = $data[5];
|
||||
# Agent down - Keepalive utimestamp too low (2x)
|
||||
if (($module_utimestamp + ($interval * 2)) < $utimestamp){
|
||||
pandora_writestate ($pa_config, $agent_name, "keep_alive", $module_name, 0, 0, $dbh, 1);
|
||||
pandora_writestate ($pa_config, $agent_name, "keep_alive", $module_name, 0, 1, $dbh, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue