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
class { 'prometheus::node_exporter':
version => '0.14.0',
...
}
for the monitored nodes, we get also a prometheus server installed on the monitored nodes.
What are you seeing
promethes server gets installed (Version 1.5.2)
and node exporter gets installed (Version 0.14.0)
What behaviour did you expect instead
only node exporter gets installed (Version 0.14.0)
Any additional information you'd like to impart
i think prometheus::node_exporter inherits prometheus
thats why prometheus server gets installed in Version 1,
see your documentation in section "On the server (for prometheus version >= 1.0.0)"
The text was updated successfully, but these errors were encountered:
I have updated the pull request to remove all inherits from the exports, and replaced the missing data by using lookup(). We're currently running this code on our infra
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
When we use
for the monitored nodes, we get also a prometheus server installed on the monitored nodes.
What are you seeing
promethes server gets installed (Version 1.5.2)
and node exporter gets installed (Version 0.14.0)
What behaviour did you expect instead
only node exporter gets installed (Version 0.14.0)
Any additional information you'd like to impart
i think prometheus::node_exporter inherits prometheus
thats why prometheus server gets installed in Version 1,
see your documentation in section "On the server (for prometheus version >= 1.0.0)"
The text was updated successfully, but these errors were encountered: