Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service is not starting in Centos but same is working fine in Ubuntu system #71

Open
skbluecollars1990 opened this issue Jun 27, 2022 · 0 comments

Comments

@skbluecollars1990
Copy link

Hi, The same Ping_exporter works fine in Ubuntu OS, But Centos OS giving following error.

$ sudo systemctl status ping_exporter_uat -l
● ping_exporter_uat.service - Ping Exporter UAT
Loaded: loaded (/usr/lib/systemd/system/ping_exporter_uat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2022-06-27 11:22:14 UTC; 2s ago
Process: 23193 ExecStart=/usr/local/bin/ping_exporter_uat --config.path="/etc/ping_exporter_uat/ping_exporter_uat.yaml" --web.listen-address=":9427" --metrics.deprecated=disable --metrics.rttunit=ms (code=exited, status=1/FAILURE)
Main PID: 23193 (code=exited, status=1/FAILURE)

Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: (ping_rtt_ms{type=best|worst|mean|std_dev}).
Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: Valid choices: [enable, disable]
Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: --metrics.rttunit="ms" Export ping results as either millis (default),
Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: or seconds (best practice), or both (for
Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: migrations). Valid choices: [ms, s, both]
Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: Args:
Jun 27 11:22:14 uat-cdc-1 ping_exporter_uat[23193]: [] A list of targets to ping
Jun 27 11:22:14 uat-cdc-1 systemd[1]: ping_exporter_uat.service: main process exited, code=exited, status=1/FAILURE
Jun 27 11:22:14 uat-cdc-1 systemd[1]: Unit ping_exporter_uat.service entered failed state.
Jun 27 11:22:14 uat-cdc-1 systemd[1]: ping_exporter_uat.service failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant