mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
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:
commit
5a6150ab14
@ -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">>},
|
||||
|
Loading…
Reference in New Issue
Block a user