aboutsummarylogtreecommitdiffstats
path: root/nvidia-exporter.install
blob: a3d05383173daf32e473a0741692418b1c887950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_upgrade() {
    cat << EOF

This package installs nvidia-exporter for use with Prometheus. It exports GPU
information from NVIDIA graphics cards.

To start this service, type: sudo systemctl start nvidia-exporter

To enable the service on boot, type: sudo systemctl enable nvidia-exporter

The service exposes metrics on port 9401.

EOF
}