[grpc-io] Managing linux devices

2018-02-04 Thread johnpearson555
I manage a fleet of linux devices and I need a way to send telemetry data(CPU, memory, drives, etc.) from devices to a centralized server and also send commands(linux service restarts for example) from server to devices to execute on the device. The 15 different linux devices are bare metal

[grpc-io] Re: [C++] grpc::SslServerCredentialsOptions::pem_root_certs option

2018-02-04 Thread Benjamin Krämer
Hi Arpit, I would assume (by the name) that it's for the root certificate. So if you use a self-signed certificate with pem_key_cert_pairs (signed with your self-generated root certificate and not by a paid service like COMODO), you have to establish the trust yourself. Normally, the system

Re: [grpc-io] Python gRPC interceptors for Prometheus

2018-02-04 Thread Amit Saha
On Mon, Feb 5, 2018 at 3:46 PM wrote: > Now that python gRPC has support for interceptors, is there a plan for > adding Prometheus metrics for Python, similar to Go and Java gRPC servers? > Any pointers on how to go about adding them? > I made an attempt here:

[grpc-io] Python gRPC interceptors for Prometheus

2018-02-04 Thread usethisemail102
Now that python gRPC has support for interceptors, is there a plan for adding Prometheus metrics for Python, similar to Go and Java gRPC servers? Any pointers on how to go about adding them? Thanks, KC -- You received this message because you are subscribed to the Google Groups "grpc.io"