2008-08-07 Sancho Lerena <slerena@gmail.com>

* bin/pandora_server: Disabled downtime server code until
        we can review changes in db structure from new code / console.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1004 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2008-08-07 09:54:57 +00:00
parent b16aac61f6
commit 5761431807
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-07 Sancho Lerena <slerena@gmail.com>
* bin/pandora_server: Disabled downtime server code until
we can review changes in db structure from new code / console.
2008-08-05 Sancho Lerena <slerena@gmail.com>
* bin/pandora_recon: New functional recon server. It implements

View File

@ -93,7 +93,8 @@ my $dbh = DBI->connect("DBI:mysql:$dbname:$dbhost:3306",
while (1) {
pandora_serverkeepaliver (\%pa_config, 0, $dbh);
pandora_planned_downtime (\%pa_config, $dbh);
# Disabled until we can finish code from editor and update server code
# pandora_planned_downtime (\%pa_config, $dbh);
keep_alive_check (\%pa_config, $dbh);
threads->yield;
sleep ($pa_config{"server_threshold"});