File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ stats. Because the agent already utilizes SSL for its communications
8989to the MMS servers, this is just a matter of enabling SSL support in
9090MMS itself on a per host basis.
9191
92- Use the “ Edit” host button (i.e. the pencil) on the Hosts page in the
92+ Use the " Edit" host button (i.e. the pencil) on the Hosts page in the
9393MMS console and is currently enabled on a group by group basis by
949410gen.
9595
@@ -164,18 +164,18 @@ Then connect to a standalone instance, using the following form:
164164
165165.. code-block:: javascript
166166
167- require ‘ rubygems’
168- require ‘ mongo’
167+ require ' rubygems'
168+ require ' mongo'
169169
170- connection = Mongo::Connection.new(‘ localhost’ , 27017, :ssl => true)
170+ connection = Mongo::Connection.new(' localhost' , 27017, :ssl => true)
171171
172172Replace ``connection`` with the following if you're connecting to a
173173replica set:
174174
175175.. code-block:: ruby
176176
177- connection = Mongo::ReplSetConnection.new([‘ localhost, 27017’ ],
178- [‘ localhost’ , 27018],
177+ connection = Mongo::ReplSetConnection.new([' localhost' , 27017],
178+ [' localhost' , 27018],
179179 :ssl => true)
180180
181181Here, :program:`mongod` instance run on "``localhost:27017``" and
You can’t perform that action at this time.
0 commit comments