Outils pour utilisateurs

Outils du site


tech:prometheus_windows_export_i386_compilation_go_lang

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:prometheus_windows_export_i386_compilation_go_lang [2025/04/04 16:20] Jean-Baptistetech:prometheus_windows_export_i386_compilation_go_lang [2025/04/07 18:27] (Version actuelle) Jean-Baptiste
Ligne 26: Ligne 26:
 La dernière version compatible Win32 : La dernière version compatible Win32 :
   * https://github.com/prometheus-community/windows_exporter/releases/tag/v0.9.0   * https://github.com/prometheus-community/windows_exporter/releases/tag/v0.9.0
 +  * https://github.com/prometheus-community/windows_exporter/releases/download/v0.9.0/wmi_exporter-0.9.0-386.msi
  
  
Ligne 50: Ligne 51:
 --collector.time.enabled="system_time,ntp" --collector.time.enabled="system_time,ntp"
 ~~~ ~~~
 +
 +
 +### Usage old version wmi_exporter-0.9.0
 +
 +~~~winbatch
 +msiexec /i wmi_exporter-0.9.0-386.msi ENABLED_COLLECTORS=cpu,cs,logical_disk,logon,memory,net,os,process,service,system,tcp,vmware
 +~~~
 +
 +On test : http://localhost:9182
  
  
Ligne 113: Ligne 123:
 go build -o /tmp/windows_exporter.exe -tags trimpath github.com/prometheus-community/windows_exporter/cmd/windows_exporter go build -o /tmp/windows_exporter.exe -tags trimpath github.com/prometheus-community/windows_exporter/cmd/windows_exporter
 ~~~ ~~~
 +
 +
 +
 +### Err windows_exporter.exe is not a valid Win32 application
 +
 +Voir https://learn.microsoft.com/en-us/windows/win32/debug/pe-format
 +
 +
 +~~~bash
 +$ file windows_exporter*
 +windows_exporter.exe:                    PE32 executable (console) Intel 80386, for MS Windows, 13 sections
 +windows_exporter_CompiledOnOuindoze.exe: PE32 executable (console) Intel 80386, for MS Windows, 13 section
 +~~~
 +
  
tech/prometheus_windows_export_i386_compilation_go_lang.1743776443.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki