Displaying 5 results from an estimated 5 matches for "agent_connect".
Did you mean:
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
...n
issue on the SPA. Does anyone know how to configure the SPA-2000
behind a NAT? Any help would greatly appreciated.
The relevant entry in my sip.conf:
[2001]
type = friend
secret = 2001
auth = md5
nat = yes
host = dynamic
reinvite = no
canreinvite = no
qualify = 300
dtmfmode = rfc2833
context = agent_connect
callerid = "Demo 1" <2001>
disallow=all
allow=alaw
Thanks,
Patrick
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_p...