From 6102e3c49ae1fa81819550591efb1cecf7bca0f7 Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Thu, 11 Mar 2021 10:38:04 -0500 Subject: [PATCH] DOCS-14284 fix start snmpd step Linux --- source/includes/steps-monitor-with-snmp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/steps-monitor-with-snmp.yaml b/source/includes/steps-monitor-with-snmp.yaml index eb8d3aafd4a..c31be1fc6fb 100644 --- a/source/includes/steps-monitor-with-snmp.yaml +++ b/source/includes/steps-monitor-with-snmp.yaml @@ -172,13 +172,13 @@ content: | .. code-block:: sh - sudo systemctl start mongod + sudo systemctl start snmpd - For Linux systems using **System V init** (``service`` command): .. code-block:: sh - sudo service mongod start + sudo service snmpd start --- title: Start MongoDB. stepnum: 4