Added check

This commit is contained in:
Werner Dijkerman
2015-09-20 14:30:40 +02:00
parent 03adb259af
commit c7a096fbe1

View File

@ -11,7 +11,6 @@ end
describe 'Telegraf Services' do
describe service('telegraf') do
it { should be_enabled }
it { should be_running }
end
end
@ -23,5 +22,6 @@ describe 'Telegraf Configuration' do
it { should contain "[cpu]" }
it { should contain "[mem]" }
it { should contain "url = \"http://localhost:8086\"" }
end
end