You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't change or update Collector using msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=<collector list>
Using the exe file also stuck when I run any command like .\windows_exporter.exe --collectors.enabled "service"
When I install Windows Exporter with the command msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=os,iis LISTEN_PORT=5000, then os and is collectors works fine. But if I re-run the command including additional collectors e.g. smb msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=os,is,smb LISTEN_PORT=5000, then smb is not included as a collector.
Always get metrics from the collector which is enabled in the first time installation. To update or change the collectors, I have to uninstall and reinstall with new collectors.
Expected Behavior
running command with msiexec should update the collector list.
Steps To Reproduce
No response
Environment
windows_exporter Version: 0.28.1 also got same for earlier version
Windows 11 Version: 23H2 also same in 22H2
windows_exporter logs
I couldn't find any log files.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
Can't change or update Collector using
msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=<collector list>
Using the exe file also stuck when I run any command like
.\windows_exporter.exe --collectors.enabled "service"
When I install Windows Exporter with the command
msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=os,iis LISTEN_PORT=5000
, then os and is collectors works fine. But if I re-run the command including additional collectors e.g. smbmsiexec /i <path-to-msi-file> ENABLED_COLLECTORS=os,is,smb LISTEN_PORT=5000
, then smb is not included as a collector.Always get metrics from the collector which is enabled in the first time installation. To update or change the collectors, I have to uninstall and reinstall with new collectors.
Expected Behavior
running command with msiexec should update the collector list.
Steps To Reproduce
No response
Environment
windows_exporter logs
I couldn't find any log files.
Anything else?
No response
The text was updated successfully, but these errors were encountered: