Joshua Powers

Results 758 comments of Joshua Powers

next steps: look into the above library to collect metrics, like # of seconds till expire, on domains. This is going to be similar logic, but for a different domain...

Hi @andrewbierbaum, Per the Telegraf logs you provided, it appears that 1000s of metrics are getting read and sent to InfluxDB. Are the numbers in the logs what you expect?...

Hi @andrewbierbaum, Thanks for the clarification, but it is not clear to me where metrics are getting lost based on these comments: > this one bucket for reasons I'm not...

@andrewbierbaum, Thanks for the update and now my time to apologize of the lack of response, I've been out of the office. Can I ask what input plugin is used...

Thanks for the config and code! You have an interesting mix of InfluxDB v1 Python client library, writing to InfluxDB v1 listener, but writing out to the InfluxDB v2 output....

@LarsStegman were you able to work through your legal department? As @sjwang90 mentioned we are happy to help out if you need anything from InlfuxData. @R290 - yeah let's see...

Sounds good to me. @LarsStegman does that work for you? If it does come down to it, I'm sure @R290 and myself would love your help testing something.

In this example: ``` Project,SpaceStatus,FileStatus,SpaceUsed,SpaceSoftLimit,SpaceHardLimit,SpaceGrace,FileUsed,FileSoftLimit,FileHardLimit,FileGrace timtest_a68e,ok,ok,849892K,0K,0K,,196,0,0, ``` You have 11 header columns and 10 data columns this won't work. Please provide a full example set of data + a working...

Nope, what version of telegraf are you running? ``` ❯ cat data.csv numberCol 200 ❯ cat config.toml [[outputs.file]] [[inputs.file]] files = ["data.csv"] name_override = "vmware" data_format = "csv" csv_header_row_count =...

Let me ask again, what version of Telegraf are you running? ``` ❯ ./telegraf --config config.toml --debug 2022-02-22T15:33:20Z I! Starting Telegraf 1.22.0-2ca5cfed 2022-02-22T15:33:20Z I! Loaded inputs: file 2022-02-22T15:33:20Z I! Loaded...