pkg-exporter icon indicating copy to clipboard operation
pkg-exporter copied to clipboard

Results 8 pkg-exporter issues
Sort by recently updated
recently updated
newest added

These changes will solve issue #13 And there is no longer a need to setup a cron job, or systemd timer

Packages with a missing origin cause the pkg-exporter script to crash with an error as follows. > Traceback (most recent call last): > File "/usr/local/bin/pkg-exporter", line 8, in > sys.exit(main())...

A `-d` flag can be used with the `pkg-exporter` command to serve metrics via HTTP. We also added a few other flags that can be used to modify the default...

I have trouble installing the exporter, when I run it I get the following error: ``` Traceback (most recent call last): File "/usr/local/bin/pkg-exporter", line 5, in from pkg_exporter.textfile import main...

I only had a brief look at the python apt library, but it does look like it uses some native code to simply parse the apt files. So in theory...

The pkg exporter shall be restarted after any apt operation to ensure a refresh of the metrics.

The linting scripts are currently not reflecting the exit codes correctly. This shall be fixed.