DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Id | Bigint(20) | Primary Key | Auto_increment |
uuid | varchar | Not null | |
Load_balancer_id | BigInt | Fk to Load_balancer_rule(id) | |
pingpath | varchar2(1024) | Default ("/") | |
Response_time | Int | Default (5 sec) | |
Healthcheck_interval | Double | Default (5 sec) | |
Healthy_thresshold | Int | Default (2) | |
Unhealth_thresshold | Int | Default(10) |
a new colum "state" will be added which will store the state of the service.
The following APIs are supported in this feature.
...
lbmonitor mymon = new lbmonitor();
mymon.set_monitorname("cshttpmon");
mymon.set_type(lbmonitor.typeEnum.HTTP);
lbmonitor.add(ns_session, mymon);
netscaler commands:
TBD
...