mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Fixes for serverspec
This commit is contained in:
@ -20,8 +20,8 @@ describe 'Telegraf Configuration' do
|
||||
it { should be_owned_by 'root'}
|
||||
it { should be_grouped_into 'root'}
|
||||
|
||||
it { should contain "[cpu]" }
|
||||
it { should contain "[mem]" }
|
||||
it { should contain "url = \"http://localhost:8086\"" }
|
||||
it { should contain "[[inputs.cpu]]" }
|
||||
it { should contain "[[inputs.mem]]" }
|
||||
it { should contain "urls = \"http://localhost:8086\"" }
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user