--
You received this message because you are subscribed to the Google Groups "Cloudprober" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudprober...@googlegroups.com.
To post to this group, send email to cloud...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudprober/45a7067c-295e-47e2-994d-f639b93933ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am not sure I understand what you mean by capturing the output. Are you referring to creating metrics from the script output? If yes, it is documented at:TL;DR: Script should output variables in the format: "var-name var-value", with each variable in its own line:var1 value1var2 value2
On Wed, Apr 3, 2019 at 9:45 PM Athul Krishna <athul...@gmail.com> wrote:
Hi everyone,--I have run a python script using cloudprober to print a string and getting an output like this.cloudprober 1554292480695531650 1554292482 labels=ptype=external,probe=testing,dst=in01devmonvm3 success=1 total=1 latency=137107.481How can we capture the output using cloudprober?Regards,Athul.
You received this message because you are subscribed to the Google Groups "Cloudprober" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudprober+unsubscribe@googlegroups.com.
To post to this group, send email to cloud...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudprober/45a7067c-295e-47e2-994d-f639b93933ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am not sure I understand what you mean by capturing the output. Are you referring to creating metrics from the script output? If yes, it is documented at:TL;DR: Script should output variables in the format: "var-name var-value", with each variable in its own line:var1 value1var2 value2
On Wed, Apr 3, 2019 at 9:45 PM Athul Krishna <athul...@gmail.com> wrote:
Hi everyone,--I have run a python script using cloudprober to print a string and getting an output like this.cloudprober 1554292480695531650 1554292482 labels=ptype=external,probe=testing,dst=in01devmonvm3 success=1 total=1 latency=137107.481How can we capture the output using cloudprober?Regards,Athul.
You received this message because you are subscribed to the Google Groups "Cloudprober" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud...@googlegroups.com.
To post to this group, send email to cloud...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudprober/45a7067c-295e-47e2-994d-f639b93933ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Manu,Cloudprober is able to give numerical values. For example the script output is:a ATHULb 10c 9The cloudprober gives:cloudprober 1554877867949069869 1554877870 labels=ptype=external,probe=testing,dst= b=10.000 c=9.000Cloudprober is not giving string value.Is it possible to get string value?If yes what should be the change?
To unsubscribe from this group and stop receiving emails from it, send an email to cloudprober...@googlegroups.com.
To post to this group, send email to cloud...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudprober/7cf99967-9fac-4970-97fd-f43b648c34db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.