On Thursday, 30 April 2020 09:23:24 UTC+1, Nidhi Sharma wrote: > > *Entrypoint.sh* > > #!/bin/sh > exec "/bin/pushgateway --log.level=warn --web.enable-lifecycle > --web.enable-admin-api" > > Remove the double quotes.
What you've written is to try to run a command whose filename is exactly that one long string, including spaces. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/dcc25099-4b49-4798-8e29-c4feeb84e803%40googlegroups.com.

