grehon / wlsagent

Automatically exported from code.google.com/p/wlsagent
GNU General Public License v3.0
0 stars 0 forks source link

Issue configuring wasagent #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. wget -q -O - 'http://localhost:4444/wlsagent/WlsAgent' 
--post-data='hostname=abc.xyz.com&port=7103&username=nagios&password=xxxxx'

What is the expected output? What do you see instead?
Should give status of the server
Instead i get some special characters 



What version of the product are you using? On what operating system?
wlsagent-r185
Oracle Linux Server release 6.5- x86_64

Please provide any additional information below.
Am running my WASAgent on port 4444
netstat -ano|grep 4444
tcp        0      0 0.0.0.0:4444                0.0.0.0:*                   
LISTEN      off (0.00/0/0)

Weblogic is ssl enabled
The nagios user is not an admin user, it belogs to Monitors group

Original issue reported on code.google.com by sanmuga....@gmail.com on 12 Jun 2014 at 4:18