Changing timeouts to Duration types for giving the user an easier time setting high amoutns of time. Added support for sla-drain count and percentage policies. Coordination policy is to be implemented. Bumped up version number and fixed eimplicit recon calling the wrong API function.
This commit is contained in:
parent
2de607464f
commit
ef76abd73c
5 changed files with 84 additions and 35 deletions
|
@ -21,10 +21,13 @@ var clientKey, clientCert string
|
|||
var configFile string
|
||||
var toJson bool
|
||||
var logLevel string
|
||||
var duration time.Duration
|
||||
var percent float64
|
||||
var count int64
|
||||
|
||||
const australisVer = "v0.0.6"
|
||||
const australisVer = "v0.0.7"
|
||||
|
||||
var monitorInterval, monitorTimeout int
|
||||
var monitorInterval, monitorTimeout time.Duration
|
||||
|
||||
func init() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue