Displaying 2 results from an estimated 2 matches for "_identify".
Did you mean:
identify
2009 May 27
3
[PATCH server] correctly set collectd dnsmasq entry to udp
...virt._tcp,<%= ovirt_host %>,80
srv-host=_ipa._tcp,<%= ipa_host %>,80
srv-host=_ldap._tcp,<%= ipa_host %>,389
-srv-host=_collectd._tcp,<%= ovirt_host %>,25826
+srv-host=_collectd._udp,<%= ovirt_host %>,25826
srv-host=_qpidd._tcp,<%= ovirt_host %>,5672
srv-host=_identify._tcp,<%= ovirt_host %>,12120
--
1.6.0.6
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...644
--- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb
+++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
@@ -4,4 +4,5 @@ srv-host=_ldap._tcp,<%= ipa_host %>,389
srv-host=_collectd._udp,<%= ovirt_host %>,25826
srv-host=_qpidd._tcp,<%= ovirt_host %>,5672
srv-host=_identify._tcp,<%= ovirt_host %>,12120
+srv-host=_rsyslog._tcp,<%= ovirt_host %>,514
diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in
index 0715690..ec18b38 100644
--- a/ovirt-server.spec.in
+++ b/ovirt-server.spec.in
@@ -45,6 +45,7 @@ Requires: ruby-qpid >= 0.5.776856
Requires: qpi...