@@ -40,8 +40,8 @@ before running NAV:
4040 2. :kbd: `makepasswd -- chars 51 `
4141 3. :kbd: `pwgen - s 51 1 `
4242
43- Please see
44- https://docs.djangoproject.com/en/1.7 /ref/settings/#std: setting-SECRET_KEY
43+ Please see the
44+ ` Django secret key documentation < https://docs.djangoproject.com/en/3.2 /ref/settings/#std- setting-SECRET_KEY >`_
4545 if you want to know more about this.
4646
4747`TIME_ZONE `
@@ -81,7 +81,7 @@ processes can be controlled using the :program:`nav` command.
8181
8282The backend processes consist of some daemon processes, and some cron jobs.
8383Running :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.
8585
8686Depending on your OS of choice, you should configure it to run :kbd: `nav
8787start` on boot.
@@ -93,10 +93,10 @@ Logging in to the web interface
9393When browsing the web interface at |URL | you will see the front page of NAV.
9494This is openly accessible to anonymous users by default.
9595
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 the ` Userinfo ` link in the grey navigation bar 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.
100100
101101
102102Seeding your database
@@ -106,13 +106,13 @@ NAV will *not* autodiscover the routers and switches of your network. The
106106assumption is that you already have this information in some inventory
107107system.
108108
109- The *SeedDB * tool enables to you add and edit a multitude of "seed" information
109+ The *Seed Database * tool enables to you add and edit a multitude of "seed" information
110110in the NAV database, which tells NAV what and how to monitor. The essential bit
111111here is the :term: `IP Device `, which represents your switches, routers and
112112other networked devices.
113113
114- The *SeedDB * tool is listed on NAV's *Toolbox * page, reachable from the grey
115- navigation bar.
114+ The *Seed Database * tool is listed on NAV's *Toolbox * page, reachable from the
115+ navigation bar on top .
116116
117117Adding your first management profile
118118------------------------------------
@@ -126,7 +126,7 @@ devices can be managed using SNMP v2c and a default community string of
1261261. Click the :guilabel: `Management Profile ` tab and then the sub-tab
127127 :guilabel: `Add new management profile `.
1281282. Choose and fill out a unique name for your profile, e.g. ``Default SNMP v2c
129- read-only profile ``, and add an optional description of it.
129+ read-only profile ``, and optionally add a description of it.
1301303. Select ``SNMP `` from the :guilabel: `Protocol ` dropdown menu. An
131131 :guilabel: `SNMP Configuration ` form will appear to the right.
1321324. Ensure ``v2c `` is selected from the :guilabel: `Version ` dropdown, and put
@@ -195,18 +195,18 @@ Verifying that collection is working
195195------------------------------------
196196
197197Within two minutes, NAV's :doc: `SNMP collection engine </reference/ipdevpoll >` should launch a job to poll
198- your newly added device for information. The grey navigation bar features a
198+ your newly added device for information. The navigation bar on top features a
199199search 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
201201this:
202202
203203.. image :: ipdevinfo-switch-display.png
204204 :scale: 50%
205205
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
207207information about a monitored device. For now, the key information here is
208- the `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.
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.
210210
211211.. NOTE :: If no new information appears on this page within three minutes
212212 after adding your switch to NAV, you may need to start
@@ -251,7 +251,7 @@ categories:
251251 Any other type of device not fitting neatly into the other categories.
252252
253253All categories will *require * a read-only SNMP profile to be assigned to the device, except for
254- `SRV ` and `OTHER `, where it is optional.
254+ `` SRV `` and `` OTHER ` `, where it is optional.
255255
256256.. _seeddb-bulk-import-intro :
257257
@@ -270,7 +270,7 @@ upload or paste it into the :guilabel:`bulk import` form.
270270
271271The format is pretty straightforward: The initial fields are required, while
272272the fields listed in square brackets are optional. Optional fields can be
273- 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
274274comment and ignored. Thus, for adding some switch using the default SNMP
275275management profile you added earlier, and a function description of
276276:kbd: `Packet switching `, this line would do it::
0 commit comments