Groupwise Health Monitor (Working curl needs to translate to Health Monitor)
Authentication Health Monitor for Groupwise issue. I have this curl working and I've messed around with removing the settings and putting this into post/get statements and haven't had any success. So how can I change this to a health monitor? Any ideas? Is it no possible? Changed the username and passwords to protect the innocent and domain as well. Please let me know. Thanks for any help you guys could provide.
curl -X POST -H "Origin: https://host.domain.com" -H "Upgrade-Insecure-Requests: 1" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36" -H "Content-Type: application/x-www-form-urlencoded" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8" -H "Referer: https://host.domain.com/gw/webacc" -H "Accept-Encoding: gzip, deflate, br" -H "Accept-Language: en-US,en;q=0.8" -H "Cookie: NJSCN=25fbad356fab718dc2879d5b4ad1d1d27d; NJSCN=dd7a66394fa370ffc5785ea8c1f59d85552d87e; CID=AgAAAPw0A649NbvE7V2utGQJGp8=; __utma=75229380.2040030237.1466698286.1467230192.1467294329.4; __utmz=75229380.1466797179.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); nmstat=1473434161716; _gat=1; _ga=GA1.2.2040030237.1466698286" -H "Cache-Control: no-cache" -H "Postman-Token: d70c37d5-81f8-970e-fb51-051ff264d162" -d 'Security.Private.timeout=false&Timezone.Workstation.HasDaylight=1&Timezone.Workstation.IsDaylight=1&Timezone.Workstation.dstEndDate=2016-11-6&Timezone.Workstation.dstOffset=-240&Timezone.Workstation.dstStartDate=2016-3-13&Timezone.Workstation.gmtOffset=-240&Timezone.Workstation.offsetAvailable=1&Timezone.Workstation.stdOffset=-300&User.context=a2552e69f72accc5d0308124ab3a1748cdc2a6&User.id=username&User.interface=css&User.lang=en&User.password=password&action=User.Login&error=login&merge=webacc&submit=Login' "https://host.domain.com/gw/webacc"