mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-7860-excluir-mfserver-en-chequeo-pandora_ha' into 'develop'
Excluded MFSERVER from component checks See merge request artica/pandorafms!4332
This commit is contained in:
commit
0f8a22feb3
@ -171,8 +171,9 @@ sub ha_keep_pandora_running($$) {
|
|||||||
'SELECT count(*) AS "delayed"
|
'SELECT count(*) AS "delayed"
|
||||||
FROM tserver
|
FROM tserver
|
||||||
WHERE ((status = -1) OR ( (unix_timestamp() - unix_timestamp(keepalive)) > (server_keepalive+1) AND status != 0 ))
|
WHERE ((status = -1) OR ( (unix_timestamp() - unix_timestamp(keepalive)) > (server_keepalive+1) AND status != 0 ))
|
||||||
AND server_type != ? AND name = ?',
|
AND server_type NOT IN (?, ?) AND name = ?',
|
||||||
PandoraFMS::Tools::SATELLITESERVER,
|
PandoraFMS::Tools::SATELLITESERVER,
|
||||||
|
PandoraFMS::Tools::MFSERVER,
|
||||||
$conf->{'servername'}
|
$conf->{'servername'}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user