Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: cropped the image

...

lbmonitor mymon = new lbmonitor();
mymon.set_monitorname("cshttpmon");
mymon.set_type(lbmonitor.typeEnum.HTTP);
lbmonitor.add(ns_session, mymon);

HAProxy.

TBD

UI flow

Image RemovedImage Added

  1. A new dialog will be shown to when clicked on the above button, so that user can provide the health check params
  2. if the health check is created then status of the health check will be shown next to the VM in details page of LB rule.

...