Questions tagged [availability-monitoring]

7 questions
2
votes
1 answer

API support for Bluemix Availability Monitoring service

I am looking for API support for Bluemix Availability Monitoring service to report availability across all components of the service. Currently I need to individually select every application to see the availability. The availability reporting is…
jaydeepva
  • 71
  • 5
1
vote
1 answer

Does IBM Cloud Availability Monitoring work when IBM Cloud is down?

When IBM Cloud is down, does it also affect the Availability Monitoring service? I understand tests are run from locations around the world and it should not really fail when IBM Cloud is down. Also any information on high availability and failover…
1
vote
1 answer

How to configure monitoring for multiple IBM cloud apps at once

My application consists of >10 microservices every of each is running as cloud foundry app in IBM Cloud. They run in multiple environments (dev, test, prod, etc). I want to add monitoring to them and now I'm only able to do this configuring every…
0
votes
1 answer

code for uptime availability of an API call

I have a Perl script that runs every 5 minutes which does an API call. This API call consist of a REST call to authenticate to the database. If I authenticate successfully, it returns an 'ok' or a '1'. I've been tasked to give our front end…
BioRod
  • 529
  • 1
  • 5
  • 19
0
votes
1 answer

Bluemix availability monitoring - Scripting support

Bluemix availability monitoring provides scripting support for Selenium only. Is there a way, I can have my shell or bash script that does following - Builds a url - Calls url using curl - Process the response My current urls are protected by…
jaydeepva
  • 71
  • 5
0
votes
1 answer

Bluemix availability monitoring - Availability reporting when application is down

It looks like, if I pushed a new version of application, there is application downtime and availability is < 100%. How does the availability computed if I have a planned downtime? If I stopped the application for pushing a new version of…
jaydeepva
  • 71
  • 5
0
votes
1 answer

How to programatically reconfigure Availability Monitoring in DevOps stage for Blue-Green deployment?

I'm using an IBM devops pipeline based on the Cloud Foundry template. The template gives you Blue-Green deployments. My stage deploy script looks like this: #!/bin/bash cat << EOF > ${WORKSPACE}/manifest.yml declared-services: my_cloudant: …