So we have an agent that we need to push to our servers, and below is the command to run it:
LRSystemMonitor.exe /s /v" /qn ADDLOCAL=System_Monitor HOST=xx.xx.xx.xx SERVERPORT=443 CLIENTADDRESS=0 CLIENTPORT=3333" Only issue is this part: CLIENTADDRESS=0 The CLIENTADDRESS portion needs to have the local IP of the server and not 0. i.e CLIENTADDRESS=10.10.10.1 for example. We have to push this agent to 500+ servers in our environment, we can install using the above script, but I am not exactly sure, how we can make the clientaddress point to the IP of the primary NIC of the server to be installed on, by itself. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bc1157f6-2ce7-42a0-bbca-7845be743a01n%40googlegroups.com.
