Steve Weber
Steve Weber
Trying to serve influxdb v2.0alpha through nginx proxy because I need to run multiple websites on the same host while admins only allow one port to be open 443. `https://dnsname/influxdb2`...
added some fixes to handle nagios data from windows systems and a few extras. feel free to merge whatever code you find useful if any.
``` Failed to send metrics to InfluxDB. Status code: 400: {"error":"partial write:\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=C:\\ value=38.92 1473986586000000000': invalid tag format\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=F:\\ value=78.45 1473986586000000000': invalid tag format\nunable to parse...
https://github.com/shawn-sterling/graphios/blob/master/graphios.py#L97 ``` parser.add_option("--backend", dest="backend", default="stdout", help="sets which storage backend to use of(carbon, statsd, librato)") ``` note no influxdb https://github.com/shawn-sterling/graphios/blob/master/graphios.py#L303
Using https on private network; documents could perhaps use more info on how to setup a OCSP proxy.
Trying to use ipxe https on a private network. Public systems with internet access work fine. cert is generated from ACME letsencrypt using `preferred-chain "ISRG Root X1" ` The private...
Moving and downsampling data between databases or retention policies should allow us to maintain the field names. I tried ``` SELECT last(*) AS "" INTO "mfcf_vmware"."autogen".:measurement FROM /^vmware_.*/ WHERE time...
it's sad to see the hard coded paths for two providers and lack of custom providers setup in config `/etc/ssh/ssh_import_id`. I would have expected... something like the following for the...
I'm seeing junk get printed out after closing carbonyl. It seems to be an order of operations issue when the app is closing down the mouse pointer location is getting...
I might just be missing something obvious but the documents don't seem to have an example of hooking a bash script using prekill_hooks. I'm wondering if that is possible or...
Axes tab to set units would be nice to have,