Chris Grindstaff
Chris Grindstaff
## Custom all variables There are two kinds of All variables in harvest: 1. Normal 2. Partial The normal All variables can be changed to `.*` while the partial ones...
ZapiPerf requires PollInstance because `perf-object-get-instances` (called by PollData) requires the list of instances you want to collect counters for. RestPerf does not require that so we may be able to...
hello @cgrinds Thanks a ton for your quick response. Apologies if my last question was confusing. So when the SSO was disabled we were able to make it work using...
https://www.netapp.com/cloud-services/cloud-volumes-ontap/ - Amazon Web Services - Microsoft Azure - Google Cloud
Thanks to @jmg011 for raising
Calculate the empty row to use for padding instead of assuming an empty rows is always length=2
``` package main import ( "github.com/olekukonko/tablewriter" "os" "strings" ) func main() { lines := []string{ "Lorem ipsum dolor", "quis commodo odio", } linesWithNewline := strings.Join(lines, "\n") data := [][]string{ {"...
A few folks have asked for this - not sure it's worth the effort