JSON support for taking in host list (#8)
* Bumping up the version. * Adding flags to take in JSON from the command line. * go.sum no longer strictly necessary since go1.13 * Adding support for reading JSON list of hosts to drain from STDIN or from a file. * Adding changes to changelogs
This commit is contained in:
parent
d63c719cef
commit
f94a055b47
12 changed files with 91 additions and 93 deletions
|
@ -61,7 +61,7 @@ func monitorHost(cmd *cobra.Command, args []string) {
|
|||
}
|
||||
|
||||
log.Infof("Monitoring for %v at %v intervals", monitorHostCmd.monitorTimeout, monitorHostCmd.monitorInterval)
|
||||
hostResult, err := client.HostMaintenanceMonitor(args, maintenanceModes, monitorHostCmd.monitorInterval, monitorHostCmd.monitorTimeout)
|
||||
hostResult, err := client.MonitorHostMaintenance(args, maintenanceModes, monitorHostCmd.monitorInterval, monitorHostCmd.monitorTimeout)
|
||||
|
||||
maintenanceMonitorPrint(hostResult, maintenanceModes)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue