cooperlees / monitord

Script to parse systemd units and components health + offer telemetry
GNU General Public License v2.0
6 stars 8 forks source link

units stat parsing: Revaluate services_to_get_stats: Vec<&String> in `parse_unit_state` #39

Open cooperlees opened 1 year ago

cooperlees commented 1 year ago

I feel I did a bad here and we want &Vec<&str> or &Vec ...

It's making using the API harder than it should be ... Might be because of the ini file config parser fun and games ...

cooperlees commented 2 months ago

https://github.com/cooperlees/monitord/pull/79 helped here.