I ran netrics debug run ping and received the following output:
Name: ping
Command: /Users/marcwitasee/test_netrics/venv/bin/netrics-ping
Status: Error (Exit code 71)
Result: -
Logged (standard error):
<5> {"dest": "localhost", "status": "Error", "msg": "host network interface down"}
Running netrics.d --foreground also produces the error:
ℹ️ time="2023-04-05 12:57:39.960" level="info" event="3efEnxQRrqiA" session="3efEnxQRumoV" execution_count=0 scheduled_next=2023-04-05T12:58:00
☠️ time="2023-04-05 12:58:00.229" level="critical" event="3efEo7y1Xe3o" exc_line="base.py:27" exc_frame="verify" msg="fatal exception of type ProcessExecutionError"
netrics.d: fatal: ProcessExecutionError: Unexpected exit code: 71
Command line: | /Users/marcwitasee/test_netrics/venv/bin/netrics-ping
Stderr: | <5> {"dest": "localhost", "status": "Error", "msg": "host network interface down"}
I ran
netrics debug run pingand received the following output:Running
netrics.d --foregroundalso produces the error: