Using Uptime Robot/Pingdom for Instance Uptime Monitoring?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2014 07:17 PM
We have a requirement for external uptime monitoring of our instance in addition to what is provided through the Hi system. We're looking at Pingdom, and previously used Uptime Monitor for quick and dirty monitoring to verify instance availability. What we ran into with Uptime Robot were a significant number of false alarms. Have other folks used either product for instance monitoring, were false alarms an issue for you, and how were these mitigated?
Thanks,
Brian Rowland
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2014 08:29 AM
We use Pingdom to monitor our ServiceNow instances. I use the transaction monitor. Here is the VERY basic script I use:
Go to URL https://<yourinstancename>.service-now.com/
HTTP status code should be 200
Basic auth login with xxxxxxx and xxxxxxx
You could actually have it walk pages and stuff but I think its overkill.
We generally do not get false positive however we are trying to figure out why we get down alerts for SN when we are having an internal network outage... it makes no sense but we are tracking that one down now.
Hope this helps.
April
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2014 09:37 AM
If you're interested, you can also look into Perspectium, which does instance monitoring and is built by former SN folks.