Skip to content

Commit

Permalink
Merge 7cfcb4d into 529dab5
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalRebisz committed Apr 23, 2020
2 parents 529dab5 + 7cfcb4d commit b3ab753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/plugin/snmp_agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
'ifOctets' => {
'plugin' => 'interface',
'oids' => 'F-MIB::ifInOctets" "IF-MIB::ifOutOctets',
'oids' => 'IF-MIB::ifInOctets" "IF-MIB::ifOutOctets',
'type' => 'if_octets',
'typeinstance' => '',
},
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/collectd_plugin_snmp_agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end
end

it { is_expected.to contain_file('snmp_agent.load').with_content(%r{OIDs "F-MIB::ifInOctets" "IF-MIB::ifOutOctets"}) }
it { is_expected.to contain_file('snmp_agent.load').with_content(%r{OIDs "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"}) }
it { is_expected.to contain_file('snmp_agent.load').with_content(%r{<Data "ifOctets">}) }
it { is_expected.to contain_file('snmp_agent.load').with_content(%r{<Table "ifTable">}) }
it { is_expected.to contain_file('snmp_agent.load').with_content(%r{<Data "memAvailReal">}) }
Expand Down

0 comments on commit b3ab753

Please sign in to comment.