Scripts to automatically install Exporters for Prometheus
-
Install Node Exporter on Redhat 6 distributions
curl -s https://raw.githubusercontent.com/VouDoo/prometheus-exporters-install-scripts/master/install-node-exporter-rh6.sh | sudo bash
-
Install Node Exporter on Redhat 7 distributions
curl -s https://raw.githubusercontent.com/VouDoo/prometheus-exporters-install-scripts/master/install-node-exporter-rh7.sh | sudo bash
-
Install Windows Exporter on Windows OS
Run in a PowerShell console as Administrator.
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/VouDoo/prometheus-exporters-install-scripts/master/Install-WindowsExporter.ps1'))