@@ -81,7 +81,7 @@ processes can be controlled using the :program:`nav` command.
81
81
82
82
The backend processes consist of some daemon processes, and some cron jobs.
83
83
Running :kbd: `nav start ` will start all the daemon processes in the
84
- background, and install all the cron jobs in the `navcron ` user's crontab.
84
+ background, and install all the cron jobs in the `` navcron ` ` user's crontab.
85
85
86
86
Depending on your OS of choice, you should configure it to run :kbd: `nav
87
87
start` on boot.
@@ -93,10 +93,10 @@ Logging in to the web interface
93
93
When browsing the web interface at |URL | you will see the front page of NAV.
94
94
This is openly accessible to anonymous users by default.
95
95
96
- To log in for the first time, click the `Login ` link on the upper right of the
97
- page, and enter the username "admin" and the default password "admin". Then
98
- click `My stuff ` and `My account ` in the navigation bar on top and change the
99
- adminstrator's password to something more sensible.
96
+ To log in for the first time, click the :guilabel: `Login ` link on the upper right of
97
+ the page, and enter the username "admin" and the default password "admin". Then
98
+ click :guilabel: `My stuff ` and :guilabel: `My account ` in the navigation bar on top and
99
+ change the adminstrator's password to something more sensible.
100
100
101
101
102
102
Seeding your database
@@ -197,17 +197,16 @@ Verifying that collection is working
197
197
Within two minutes, NAV's :doc: `SNMP collection engine </reference/ipdevpoll >` should launch a job to poll
198
198
your newly added device for information. The navigation bar on top features a
199
199
search field; search for your newly entered device's IP address or DNS name to
200
- show its `IP Device Info ` page. The resulting page should look something like
200
+ show its :guilabel: `IP Device Info ` page. The resulting page should look something like
201
201
this:
202
202
203
203
.. image :: ipdevinfo-switch-display.png
204
204
:scale: 50%
205
205
206
- The `IP Device Info ` page will try to display every bit of pertinent
206
+ The :guilabel: `IP Device Info ` page will try to display every bit of pertinent
207
207
information about a monitored device. For now, the key information here is
208
- in the lower-right :guilabel: `Jobs ` panel. Keep reloading the page until the panel
209
- appears and the :guilabel: `End time ` field is filled and the :guilabel: `Status `
210
- indicators are green.
208
+ the :guilabel: `Last updated ` field of the top-left detail panel. Keep reloading the
209
+ page until its value changes from ``N/A `` into a meaningful timestamp.
211
210
212
211
.. NOTE :: If no new information appears on this page within three minutes
213
212
after adding your switch to NAV, you may need to start
@@ -252,7 +251,7 @@ categories:
252
251
Any other type of device not fitting neatly into the other categories.
253
252
254
253
All categories will *require * a read-only SNMP profile to be assigned to the device, except for
255
- `SRV ` and `OTHER `, where it is optional.
254
+ `` SRV `` and `` OTHER ` `, where it is optional.
256
255
257
256
.. _seeddb-bulk-import-intro :
258
257
@@ -271,7 +270,7 @@ upload or paste it into the :guilabel:`bulk import` form.
271
270
272
271
The format is pretty straightforward: The initial fields are required, while
273
272
the fields listed in square brackets are optional. Optional fields can be
274
- omitted or left blank. A line beginning with a `# ` sign will be regarded as a
273
+ omitted or left blank. A line beginning with a `` # ` ` sign will be regarded as a
275
274
comment and ignored. Thus, for adding some switch using the default SNMP
276
275
management profile you added earlier, and a function description of
277
276
:kbd: `Packet switching `, this line would do it::
0 commit comments