From 1ee0efeae31aaa90c60841f2809dd2919039a9de Mon Sep 17 00:00:00 2001 From: James Wahlin Date: Wed, 8 Oct 2014 13:38:59 -0400 Subject: [PATCH] Update monitor-with-snmp.txt The mongod SNMP interface does not send traps. It provides a "get" interface for metric retrieval. Proposed changes above are meant to correct. --- source/tutorial/monitor-with-snmp.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/monitor-with-snmp.txt b/source/tutorial/monitor-with-snmp.txt index 5cc34b4e79a..3e6caf06eeb 100644 --- a/source/tutorial/monitor-with-snmp.txt +++ b/source/tutorial/monitor-with-snmp.txt @@ -16,8 +16,8 @@ Monitor MongoDB With SNMP on Linux Overview -------- -MongoDB Enterprise can report system information into SNMP traps, to -support centralized data collection and aggregation. This procedure +MongoDB Enterprise can provide database metrics via SNMP, in +support of centralized data collection and aggregation. This procedure explains the setup and configuration of a |mongod-program| instance as an SNMP subagent, as well as initializing and testing of SNMP support with MongoDB Enterprise.