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
The prometheus-wmi-exporter.sls is showing an error when running pkg.refresh_db on a minion.
salt-winrepo-ng\prometheus-wmi-exporter.sls:
- Failed to compile, Jinja variable 'salt.utils.odict.OrderedDict object' has no attribute 'version_compare'
This appears to be occurring on line 42 of the SLS file.
{% if salt.pkg_resource.version_compare(version, '>=', '0.13.0') %}
The text was updated successfully, but these errors were encountered:
Hi @ShaneHutter, I have written the prometheus wmi exporter, because I am using it on our servers. I have just installed the wmi-exporter with a state.apply with salt version 3002.6 on a Windows Server 2019 build 1809. The pkg.refresh_db has also worked on the server.
Can you provide a little more details, because I cannot find any problem with that? Maybe your salt version on either the master or minino is too old?
The prometheus-wmi-exporter.sls is showing an error when running
pkg.refresh_db
on a minion.This appears to be occurring on line 42 of the SLS file.
The text was updated successfully, but these errors were encountered: