mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Excluded MFSERVER from component checks
This commit is contained in:
parent
5aef20ee31
commit
403b901e8e
@ -171,8 +171,9 @@ sub ha_keep_pandora_running($$) {
|
||||
'SELECT count(*) AS "delayed"
|
||||
FROM tserver
|
||||
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::MFSERVER,
|
||||
$conf->{'servername'}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user