cooperlees / monitord

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

Tool to generate int to meaning table #2

Open cooperlees opened 2 years ago

cooperlees commented 2 years ago

Write some rust to pull the enums from networkd.rs and print out a nice output of

So people can use that to see the meaning s their timeseries gets

When I make a prometheus exporter I will be sure to include the meanings in the HELP prometheus sends back to the collector.

Bonus: Automate this to check the docs / readme + update