Prometheus install: Difference between revisions

From wikinotes
(Created page with "= Notes = <blockquote> Prometheus itself <syntaxhighlight lang="bash"> pacman -S prometheus # Archlinux pkg install prometheus # FreeBSD </syntaxhighlight> Prometheus exp...")
(No difference)

Revision as of 02:47, 16 February 2022

Notes

Prometheus itself

pacman -S prometheus    # Archlinux
pkg install prometheus  # FreeBSD

Prometheus exporters See prometheus exporters.

pacman -S prometheus-node-exporter  # Archlinux
pkg install node_exporter           # FreeBSD