grafana / alloy

OpenTelemetry Collector distribution with programmable pipelines
https://grafana.com/oss/alloy
Apache License 2.0
1.46k stars 219 forks source link

Implement script_exporter #1732

Open jkroepke opened 2 months ago

jkroepke commented 2 months ago

Request

There isn't always a exporter for each ecosystem. Somethings, shell scripts exists and can take the job of a exporter.

node and windows exporter supports textfile collectors, but can't schedule scripts.

For that case https://github.com/ricoberger/script_exporter exists.

Use case

For example, check file age of specific directory. Running IMPI/iDrac/HW Raid collector checks. Some nagios checks can be re-used as well.

github-actions[bot] commented 1 month ago

This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it. If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue. The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity. Thank you for your contributions!

jkroepke commented 1 month ago

Still into it