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