Chris Grindstaff

Results 64 issues of 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...

feature
status/open
24.05

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...

feature

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...

customer
24.08

https://www.netapp.com/cloud-services/cloud-volumes-ontap/ - Amazon Web Services - Microsoft Azure - Google Cloud

feature

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

enhancement