prometheus-community / node-exporter-textfile-collector-scripts

Scripts for node-exporter's textfile collector
Apache License 2.0
488 stars 185 forks source link

Is it possible to run apt_info.py inside a container? #177

Open egvimo opened 12 months ago

egvimo commented 12 months ago

I'm running my node exporter via Kube Prometheus Stack directly inside Kubernetes. Including all other monitoring related stuff.

It would be nice if I could also run apt_info.py directly inside my cluster. Is it possible? Would it be enough to mount some host directories like /var/cache/apt/archives/ and /var/lib/apt/?

dswarbrick commented 12 months ago

See discussion in #171.