Skip to content

Commit 66c06e1

Browse files
committed
DOCS-14284 fix start snmpd step Linux
1 parent 395d524 commit 66c06e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/steps-monitor-with-snmp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ content: |
172172
173173
.. code-block:: sh
174174
175-
sudo systemctl start mongod
175+
sudo systemctl start snmpd
176176
177177
- For Linux systems using **System V init** (``service`` command):
178178
179179
.. code-block:: sh
180180
181-
sudo service mongod start
181+
sudo service snmpd start
182182
---
183183
title: Start MongoDB.
184184
stepnum: 4

0 commit comments

Comments
 (0)