feat: ping host from agent #803

Open
opened 2026-03-28 04:28:42 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2404
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2404
Original created: 2026-01-20T05:14:05Z


Is your feature request related to a problem?

serviceradar-agent supports the ability to perform ICMP ping checks on a configurable host, we need to expose this in the UI somewhere.

We have an orphaned/abandoned 'Agents' page https://staging.serviceradar.cloud/agents that you can only find yourself in if you click an agent and get into the agent details page https://staging.serviceradar.cloud/agents/k8s-agent and then click the back to agents button. When you arrive at this agents page, there is a SQL error as well:

SRQL error: %Postgrex.Error{message: nil, postgres: %{code: :undefined_column, line: "3722", message: "column ocsf_agents.ip does not exist", position: "261", file: "parse_relation.c", unknown: "ERROR", severity: "ERROR", pg_code: "42703", routine: "errorMissingColumn"}, connection_id: 441574, query: "SELECT \"ocsf_agents\".\"uid\", \"ocsf_agents\".\"name\", \"ocsf_agents\".\"type_id\", \"ocsf_agents\".\"type\", \"ocsf_agents\".\"version\", \"ocsf_agents\".\"vendor_name\", \"ocsf_agents\".\"uid_alt\", \"ocsf_agents\".\"policies\", \"ocsf_agents\".\"gateway_id\", \"ocsf_agents\".\"capabilities\", \"ocsf_agents\".\"ip\", \"ocsf_agents\".\"first_seen_time\", \"ocsf_agents\".\"last_seen_time\", \"ocsf_agents\".\"created_time\", \"ocsf_agents\".\"modified_time\", \"ocsf_agents\".\"metadata\", \"ocsf_agents\".\"config_source\" FROM \"ocsf_agents\" LIMIT $1 OFFSET $2"}

We should probably be able to configure the ICMP check from the agent details page, https://staging.serviceradar.cloud/agents/k8s-agent

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Imported from GitHub. Original GitHub issue: #2404 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2404 Original created: 2026-01-20T05:14:05Z --- **Is your feature request related to a problem?** `serviceradar-agent` supports the ability to perform ICMP ping checks on a configurable host, we need to expose this in the UI somewhere. We have an orphaned/abandoned 'Agents' page https://staging.serviceradar.cloud/agents that you can only find yourself in if you click an agent and get into the agent details page https://staging.serviceradar.cloud/agents/k8s-agent and then click the back to agents button. When you arrive at this agents page, there is a SQL error as well: ``` SRQL error: %Postgrex.Error{message: nil, postgres: %{code: :undefined_column, line: "3722", message: "column ocsf_agents.ip does not exist", position: "261", file: "parse_relation.c", unknown: "ERROR", severity: "ERROR", pg_code: "42703", routine: "errorMissingColumn"}, connection_id: 441574, query: "SELECT \"ocsf_agents\".\"uid\", \"ocsf_agents\".\"name\", \"ocsf_agents\".\"type_id\", \"ocsf_agents\".\"type\", \"ocsf_agents\".\"version\", \"ocsf_agents\".\"vendor_name\", \"ocsf_agents\".\"uid_alt\", \"ocsf_agents\".\"policies\", \"ocsf_agents\".\"gateway_id\", \"ocsf_agents\".\"capabilities\", \"ocsf_agents\".\"ip\", \"ocsf_agents\".\"first_seen_time\", \"ocsf_agents\".\"last_seen_time\", \"ocsf_agents\".\"created_time\", \"ocsf_agents\".\"modified_time\", \"ocsf_agents\".\"metadata\", \"ocsf_agents\".\"config_source\" FROM \"ocsf_agents\" LIMIT $1 OFFSET $2"} ``` We should probably be able to configure the ICMP check from the agent details page, https://staging.serviceradar.cloud/agents/k8s-agent **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
mfreeman451 added this to the 1.1.1 milestone 2026-03-28 04:28:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#803
No description provided.