Hi,
I have this situation where I want to add a prometheus job to scrape an endpoint and on the server script_exporter would execute let's say 3 scripts. Is it possible to scrape them on the same job like this?
If I run the above I get the metrics only of the first script check_script1 meaning that the other 2 scripts are not executed.
The endpoint scraped from above would be:
http://target_server:9469/probe?script=check_script1&script=check_script2&script=check_script3
Hi, I have this situation where I want to add a prometheus job to scrape an endpoint and on the server
script_exporter
would execute let's say 3 scripts. Is it possible to scrape them on the same job like this?If I run the above I get the metrics only of the first script
check_script1
meaning that the other 2 scripts are not executed. The endpoint scraped from above would be:http://target_server:9469/probe?script=check_script1&script=check_script2&script=check_script3
Thanks, Enid