Prometheus install

From wikinotes
Revision as of 02:47, 16 February 2022 by Will (talk | contribs) (Created page with "= Notes = <blockquote> Prometheus itself <syntaxhighlight lang="bash"> pacman -S prometheus # Archlinux pkg install prometheus # FreeBSD </syntaxhighlight> Prometheus exp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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