OpsMon - An OpsView Client for iOS Devices
Last year, I decided to try and write an iOS client for OpsView, an enterprise monitoring system. OpsView comes with an XML or JSON API. For my experimentation, I went with the JSON. Easier for me to work with!
I never got round to finishing this work. Ran out of time and had to head back to college for 4th year. Perhaps I'll get a chance to finish it up someday!
In its current iteration it can run as a universal binary on iPhone and iPad. It simply displays all devices being monitored and a list of the checks being performed on that device. A more DetailedView of a specific check data can be obtained also.
The displayed table view cells are also colour coded depending on check status, whether an error is handled or unhandled and whether downtime has been scheduled for that device/check.
