Merge pull request #702 from basho/jsb/reduce-snmp-poll-interval

Reduce the SNMP stats poll interval form 1 minute to 1 second
This commit is contained in:
John Burwell 2014-11-12 13:28:13 -05:00
commit 5a6150ab14

View File

@ -27,7 +27,8 @@
confirm() ->
%% Bring up a small cluster
[Node1] = rt:deploy_nodes(1),
Config = [{riak_snmp, [{polling_interval, 1000}]}],
[Node1] = rt:deploy_nodes(1, Config),
?assertEqual(ok, rt:wait_until_nodes_ready([Node1])),
Keys = [{vnodeGets,<<"vnode_gets">>},