Displaying 5 results from an estimated 5 matches for "agent_connected".
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...agent.agent_bank}.#{agent.broker.broker_bank}"
- @heartbeats.delete(bank_key)
+ @heartbeats.delete(agent.key)
end
# The opposite of above, this is called when an agent is alive and well and makes sure
@@ -439,9 +442,7 @@ class DbOmatic < Qpid::Qmf::Console
def agent_connected(agent)
@cached_objects.keys.each do |objkey|
- if @cached_objects[objkey][:broker_bank] == agent.broker.broker_bank and
- @cached_objects[objkey][:agent_bank] == agent.agent_bank
-
+ if @cached_objects[objkey][:agent_key] == agent.key...
2010 Nov 12
3
Updating oVirt Server to the latest Matahari 0.4.0 schema
...perties do exist in new Matahari 0.4.0 schema, patch for this part would be simply:
--- a/src/host-browser/host-register.rb
+++ b/src/host-browser/host-register.rb
@@ -143,7 +143,7 @@ class HostRegister < Qmf::ConsoleHandler
debugputs "Agent #{agent.key}.connected!"
agent_connected(agent)
- host_list = @qmfc.objects(:package => 'com.redhat.matahari', :class => 'host')
+ host_list = @qmfc.objects(:package => 'com.redhat.matahari.host', :class => 'Host')
puts "host_list length is #{host_list.length}"...
2004 Dec 20
1
Problem using SPA-2000 behind NAT
Hello all,
I have a new Sipura SPA-2000 that I am trying to configure beind a
NAT. The SPA is able to register to the asterisk server without a
problem and the SPA can make calls to other extension that are not
behind a NAT. However, when I try to call the SPA from another
extension, the extension connected to the SPA rings, the user at the
SPA answers, and there is no audio in either
2009 Jun 25
2
[PATCH] Fix dbomatic state changes.
...if delta > 30
# No heartbeat for 30 seconds.. deal with dead/disconnected agent.
agent_disconnected(agent)
-
- @heartbeats.delete(key)
else
agent_connected(agent)
end
--
1.6.0.6
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...if delta > 30
# No heartbeat for 30 seconds.. deal with dead/disconnected agent.
agent_disconnected(agent)
-
- @heartbeats.delete(key)
else
agent_connected(agent)
end
diff --git a/src/test/fixtures/permissions.yml b/src/test/fixtures/permissions.yml
index 4895f3e..eed95fd 100644
--- a/src/test/fixtures/permissions.yml
+++ b/src/test/fixtures/permissions.yml
@@ -35,5 +35,9 @@ ovirtadmin_prodops_pool:
ovirtadmin_corp_com_qa_poo...