This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

ipMonitor 10 - updating HTTP: User Experience Monitor using API

ipMonitor Info:

  Version: 10.0

  Build: 1371

Hoping someone might be able to provide some insight on an issue i'm having...

I work for a small-midsize ASP/Hosting company. We develop and host our application on our equipment and host it to our customers over HTTP/HTTPS. Occasionally our app crashes or becomes unresponsive so i have created a monitor in ipMonitor called HTTP: User Experience which sends an HTTP request to a specific .jsp of the app to see if it responds. The monitor grabs the file size and checksum of the specified URL and matches it to the values that were saved in the monitor when it was initially created.

My issue is that we make regular changes and updates to our app which means we need to recompile the code. When we do this, the .jsp that we query gets changed (every single jsp gets touched) so the checksum of the file comes back different than what was originally set in the monitor which causes it to go red and send alerts regardless of whether or not the page is responsive. The only way to rectify the issue is to manually login to ipMonitor, navigate to the monitor, select update under the Analysis of test results section, and then select apply once the new checksum is generated. We make changes so often that this can be a pain and a lot of times people either forget to do it or just don't bother since they know someone else will.

I have been working with the API (via PowerShell) for quite awhile to disable/enable monitors or make changes to drive space thresholds so i'm pretty familiar with it but i can't figure out how to initiate the update to get the new checksum. I can manually change the values but i don't know what ipMonitor is using to get the checksum. It's definitely not MD5 or SHA... it looks like it may be some sort of CRC but i haven't been able to reproduce a checksum using any of my tools.

Does anyone know what ipMonitor uses to get the checksum for HTTP requests??

Or better yet, does anyone know if there is a way to initiate an update through the actual API?

Here is a picture of the monitor for clarification:
pastedImage_5.png

Any insight would be greatly appreciated.

Parents Reply Children
No Data