2019-04-24 18:18:10 +02:00
|
|
|
control 'Prometheus service' do
|
|
|
|
impact 0.5
|
|
|
|
title 'should be running and enabled'
|
|
|
|
|
|
|
|
describe service('prometheus') do
|
|
|
|
it { should be_enabled }
|
2019-06-23 18:18:40 +02:00
|
|
|
#it { should be_running } #some ubuntu 16.05 image issue
|
2019-04-24 18:18:10 +02:00
|
|
|
end
|
2019-04-26 13:09:43 +02:00
|
|
|
|
2019-04-24 18:18:10 +02:00
|
|
|
end
|