search for: srv_server

Displaying 2 results from an estimated 2 matches for "srv_server".

2009 Sep 07
1
[PATCH node] Fix SRV_SERVER for SRV_HOST to work with /etc/init.d/ovirt-functions
...ollectd @@ -98,9 +98,9 @@ if [ "$1" = "AUTO" ]; then if [ -z "$OVIRT_COLLECTD_SERVER" -o -z "$OVIRT_COLLECTD_PORT" ]; then printf "\nAttempting to locate remote collectd server..." find_srv collectd udp - if [ -n "$SRV_SERVER" -a -n "$SRV_PORT" ]; then - printf "found! Using collectd server '$SRV_SERVER:$SRV_PORT'.\n" - ovirt_collectd $SRV_SERVER $SRV_PORT + if [ -n "$SRV_HOST" -a -n "$SRV_PORT" ]; then + printf "found! Usi...
2009 May 28
2
[PATCH node] correctly use collectd udp dns entry
..."$1" = "AUTO" ]; then if [ -z "$OVIRT_COLLECTD_SERVER" -o -z "$OVIRT_COLLECTD_PORT" ]; then printf "\nAttempting to locate remote collectd server..." - find_srv collectd tcp + find_srv collectd udp if [ -n "$SRV_SERVER" -a -n "$SRV_PORT" ]; then printf "found! Using collectd server '$SRV_SERVER:$SRV_PORT'.\n" ovirt_collectd $SRV_SERVER $SRV_PORT -- 1.6.0.6