Andrew Laurence

Results 16 comments of Andrew Laurence

Whoops. I didn't attach this to the file. Will reopen.

Reopening as I apparently misunderstand github. #### Affected Files: - https://github.com/jgstew/tools/blob/master/bash/install_bigfix.sh - https://github.com/jgstew/tools/blob/master/CMD/install_bigfix.bat

The relay install fixlets only apply for the agent version that matches the running server. Ergo, if you intend the machine to be a relay (as I am building in...

I just checked one of my relays, and the header is there as well.

Putting stuff here while I noodle on this: ``` SERVERVERSION=`curl -sD - http://$RELAYFQDN:52311 | grep Server | awk -F/ '{print $2}'` ```

My adaptation is below. This adds/changes: - required -fqdn switch - optional -match switch - handling of cmd line switches - output usage instructions on invalid input - test connection...

Reference for the switch splitting: ``` # - http://stackoverflow.com/a/1420 ```

Correct link: ``` # - http://stackoverflow.com/a/14203146 ```

I thought this was an easy way to integrate what I desired without overly impacting the existing work. I also generally prefer strict inputs over implicit behavior, so I went...

I just realized, I left some stray echo statements in there that I'd used for debugging. Editing...